Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
| | | | ||||||
* | | | 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. | |||||
* | | | 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 | 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 | |
|\ \ \ | | | | | | | | | update registry version to 1.2.2 | |||||
| * | | | 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 | |
| | | | | ||||||
* | | | | 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 | |
| | | ||||||
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 4 | -18/+38 | |
|\ \ | | | | | | | table can tolerate either order of teardown, interp first, or Proc first. | |||||
| * | | Revised so that we avoid hashing twice.bug_3532959 | dgp | 2012-06-11 | 1 | -6/+4 | |
| | | | ||||||
| * | | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash ↵ | dgp | 2012-06-10 | 3 | -13/+27 | |
| | | | | | | | | | | | | | | | | | | | | | table. Then the two teardowns of data in that table synchronize so that the first to run signals the other not to operate. Test proc-7.4 in a mem debug build of Tcl will detect Bug 3532959 by crashing. | |||||
| * | | Work in progress fixing 3532959 | dgp | 2012-06-08 | 2 | -2/+3 | |
|/ / | ||||||
* | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 4 | -114/+10 | |
|\ \ | |/ | ||||||
| * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 4 | -139/+100 | |
| | | ||||||
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 3 | -3/+7 | |
| | | | | | | old unix systems that need inclusion in all compilation units are supported. | |||||
* | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 2 | -2/+74 | |
|\ \ | |/ | | | | | variables | |||||
| * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 4 | -7/+79 | |
| | | | | | | | | variables | |||||
* | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 | |
| | | ||||||
* | | 3530533 Add comments to failing tests. | dgp | 2012-06-05 | 1 | -0/+6 | |
| | | ||||||
* | | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict | dgp | 2012-06-01 | 1 | -62/+70 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *-. \ | Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357 | dgp | 2012-06-01 | 17 | -148/+305 | |
| |\ \ \ | |_|/ / |/| | | | ||||||
* | | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 3 | -1/+11 | |
| | | | | ||||||
* | | | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 3 | -6/+30 | |
| | | | | ||||||
* | | | | Track the remnants of [Bug 2913625] as knownBug tests. :-( | dkf | 2012-05-26 | 1 | -0/+46 | |
| | | | | ||||||
* | | | | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 3 | -1/+12 | |
| |/ / |/| | | | | | command prefixes in ensemble subcommand maps. | |||||
* | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 3 | -34/+62 | |
|\ \ \ | | |/ | |/| | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
| * | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 3 | -6/+12 | |
| | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
* | | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 4 | -17/+17 | |
|\ \ \ | |/ / | ||||||
| * | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 7 | -45/+78 | |
|\ \ \ | |/ / | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 7 | -33/+92 | |
| | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| | * | merge 8.5 | dgp | 2012-05-24 | 55 | -933/+1171 | |
| | |\ | |_|/ |/| | | ||||||
* | | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 9 | -810/+490 | |
|\ \ \ | ||||||
| * | | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 4 | -17/+17 | |
| | | | |