Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Reinforced the description of the requirement for the tables of names for Tcl... | dkf | 2012-06-29 | 2 | -2/+16 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Reinforced the description of the requirement for the tables of names for Tcl... | dkf | 2012-06-29 | 2 | -2/+16 | |
* | | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 | |
* | | | | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 3 | -64/+66 | |
| |_|/ |/| | | ||||||
* | | | merge | jan.nijtmans | 2012-06-27 | 4 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 5 | -9/+27 | |
* | | | merge fix | jan.nijtmans | 2012-06-26 | 2 | -2/+2 | |
* | | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 4 | -17/+14 | |
|\ \ \ | |/ / | ||||||
| * | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 3 | -16/+16 | |
* | | | 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 | |
* | | | 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 | |
|\ \ \ | ||||||
| * \ \ | Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359 | dgp | 2012-06-25 | 5 | -61/+42 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | dkf | 2012-06-25 | 3 | -7/+24 | |
| * | | | merge 8.5 | dgp | 2012-06-25 | 7 | -12/+198 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | [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 | |
* | | | | [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 | |
| | | | * | merge 8.5 | dgp | 2012-06-22 | 2 | -38/+12 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||||
* | | | | | FilesystemRecord structs no longer need refcounting. | dgp | 2012-06-22 | 2 | -35/+11 | |
| | | | * | merge 8.5 | dgp | 2012-06-22 | 1 | -2/+11 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||||
* | | | | | Revise the order of memory free, so that bugs that attempt to access freed | dgp | 2012-06-22 | 1 | -2/+11 | |
| |_|/ / |/| | | | ||||||
| | | * | merge 8.5 | dgp | 2012-06-21 | 7 | -159/+71 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 3 | -73/+26 | |
* | | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 2 | -6/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+4 | |
* | | | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 4 | -81/+42 | |
|\ \ \ \ | ||||||
| * | | | | remove some unused codebug_3362446 | jan.nijtmans | 2012-06-20 | 1 | -12/+8 | |
| * | | | | add test case for very long value names and values | jan.nijtmans | 2012-06-20 | 1 | -0/+6 | |
| * | | | | [bug 3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-19 | 1 | -64/+30 | |
| | | | * | Only record the filesystemEpoch when it actually marks the validity of | dgp | 2012-06-21 | 2 | -8/+17 | |
| | | | * | merge 8.5 | dgp | 2012-06-20 | 9 | -59/+39 | |
| | | | |\ | |_|_|_|/ |/| | | | | ||||||
* | | | | | Purge more dead fs path code. | dgp | 2012-06-20 | 3 | -22/+7 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Purge more dead fs path code. | dgp | 2012-06-20 | 1 | -17/+7 | |
* | | | | | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 3 | -35/+10 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | ...and one more line. | dgp | 2012-06-20 | 1 | -1/+0 | |
| * | | | | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 1 | -31/+10 | |
* | | | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 2 | -0/+6 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 2 | -0/+6 | |
| |/ / / | ||||||
* | | | | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| |/ / | ||||||
* | | | add test that triggered reporting of [Bug 3530230] | dkf | 2012-06-12 | 1 | -0/+14 | |
| | * | Next draft fix. This one appears to solve the problem, at least as demo'd | dgp | 2012-06-18 | 1 | -46/+40 | |
| | * | More work in progress. | dgp | 2012-06-13 | 1 | -38/+7 | |