Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | jan.nijtmans | 2012-06-27 | 2 | -4/+4 |
|\ | |||||
| * | merge | jan.nijtmans | 2012-06-27 | 4 | -6/+6 |
| |\ | |||||
| | * | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 5 | -9/+27 |
| | | | | | | | | | install dde and registry dll for cygwin | ||||
* | | | don't print out copying of zlib1.dll | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | merge-mark | jan.nijtmans | 2012-06-26 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | merge fix | jan.nijtmans | 2012-06-26 | 2 | -2/+2 |
| | | | |||||
* | | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 3 | -12/+9 |
|\ \ \ | |/ / | | | | | | | quoting improvements eliminate unused variable | ||||
| * | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 4 | -17/+14 |
| |\ \ | | |/ | | | | | | | quoting improvements eliminate unused variable | ||||
| | * | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 3 | -16/+16 |
| | | | | | | | | | quoting improvements | ||||
* | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 3 | -10/+7 |
|\ \ \ | |/ / | |||||
| * | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 3 | -11/+14 |
| |\ \ | | |/ | |||||
| | * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 2 | -6/+11 |
| | | | |||||
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵ | jan.nijtmans | 2012-06-26 | 5 | -21/+37 |
| | | | | | | | | | | | | dependencies on cygwin-specific dll's) | ||||
* | | | Use EAI_SYSTEM only if it exists. | max | 2012-06-26 | 3 | -8/+11 |
| | | | |||||
* | | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 4 | -38/+72 |
|\ \ \ | |/ / | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference. | ||||
| * | | Repair Claim/Disclaim imbalance | dgp | 2012-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 4 | -37/+68 |
| |\ \ | | | | | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference. | ||||
| | * \ | Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359 | dgp | 2012-06-25 | 5 | -61/+42 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent any overwriting of that per-thread cache. This keeps active traversals of the list valid. The possible downside is that this may result in some delay in noticing new epochs and result in somewhat greater likelihood we will cache things in a "path" value that are out of date. Since the system has to deal with out of date cached data anyway, this should have no correctness affects, measured against the status quo. In multi-threaded operation the possibility of caching and/or retrieving outdated information can never be eliminated. Checkin also includes merge of 8.5. | ||||
| | * | | merge 8.5 | dgp | 2012-06-25 | 7 | -12/+198 |
| | |\ \ | |||||
| | * \ \ | merge 8.5 | dgp | 2012-06-22 | 2 | -38/+12 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.5 | dgp | 2012-06-22 | 1 | -2/+11 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.5 | dgp | 2012-06-21 | 7 | -159/+71 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Only record the filesystemEpoch when it actually marks the validity of | dgp | 2012-06-21 | 2 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | something we are caching. | ||||
| | * | | | | | | merge 8.5 | dgp | 2012-06-20 | 9 | -59/+39 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Next draft fix. This one appears to solve the problem, at least as demo'd | dgp | 2012-06-18 | 1 | -46/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by the test attached to Tcl Bug 3024359. | ||||
| | * | | | | | | | More work in progress. | dgp | 2012-06-13 | 1 | -38/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with release of the elements of a fileSystemList by one routine while some other (caller) routine is still traversing that list is not dependent on threaded operations. An unthreaded build can still encounter the problem. Revised so that threaded/unthreaded operations are much closer to the same (no direct TCL_THREADS dependency). Also simplified the epoch checking which reduces locking to when it's needed. Still have the problem of returning as valid FilesystemRecords that are pulled from an outdated epoch. | ||||
| | * | | | | | | | Convert function calls to macros. | dgp | 2012-06-12 | 1 | -21/+31 |
| | | | | | | | | | |||||
| | * | | | | | | | First draft patch to fix Bug 3024359. No reliable test yet. | dgp | 2012-06-11 | 2 | -10/+91 |
| | | | | | | | | | |||||
* | | | | | | | | | minor: changelog formatting | dkf | 2012-06-25 | 1 | -16/+17 |
| | | | | | | | | | |||||
* | | | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 3 | -7/+22 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 3 | -7/+24 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 3 | -20/+31 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 3 | -9/+31 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Cygwin network pathname supportbug_1536227 | jan.nijtmans | 2012-06-22 | 2 | -9/+31 |
| | | |_|/ / / / | | |/| | | | | | |||||
* | | | | | | | | some wrong versions | jan.nijtmans | 2012-06-24 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | some wrong versions | jan.nijtmans | 2012-06-24 | 3 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 4 | -2/+166 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 4 | -1/+165 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 4 | -382/+523 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | first working version of Cygwin notifierbug_3508771 | jan.nijtmans | 2012-06-22 | 8 | -61/+63 |
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | first attempt at Cygwin notifier adaptation | jan.nijtmans | 2012-06-13 | 1 | -0/+119 |
| | | | | | | | | |||||
* | | | | | | | | FilesystemRecord structs no longer need refcounting | dgp | 2012-06-22 | 2 | -35/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | FilesystemRecord structs no longer need refcounting. | dgp | 2012-06-22 | 2 | -35/+11 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Revise the order of memory free, so that bugs that attempt to access freed ↵ | dgp | 2012-06-22 | 1 | -2/+11 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | memory are more likely to segfault and not remain hidden. | ||||
| * | | | | | | Revise the order of memory free, so that bugs that attempt to access freed | dgp | 2012-06-22 | 1 | -2/+11 |
| | |_|/ / / | |/| | | | | | | | | | | memory are more likely to segfault and not remain hidden. | ||||
* | | | | | | Rework the error message generation of [socket], so that the error | max | 2012-06-22 | 4 | -40/+30 |
| | | | | | | | | | | | | | | | | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM. | ||||
* | | | | | | Restored the possibility to define a panicproc as | jan.nijtmans | 2012-06-22 | 3 | -8/+23 |
| | | | | | | | | | | | | | | | | | | low memory handler See: [#1446864] | ||||
* | | | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 3 | -73/+25 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | Store the Tcl_Filesystem instead, which is what we actually need. | ||||
| * | | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 3 | -73/+26 |
| | | | | | | | | | | | | | | | | | | Store the Tcl_Filesystem instead, which is what we actually need. | ||||
* | | | | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |