Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [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 | |
| | | | | ||||||
| * | | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 9 | -820/+500 | |
| |\ \ \ |/ / / / | | _ / | | / | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| * | | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 9 | -543/+444 | |
| | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -3/+11 | |
|\ \ \ | |/ / | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | |||||
| * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | |||||
* | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 3 | -8/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct. | |||||
* | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 3 | -18/+212 | |
| | | | ||||||
* | | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 2 | -3/+9 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 2 | -3/+9 | |
| | | | ||||||
* | | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 4 | -48/+8 | |
|\ \ \ | |/ / | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | |||||
| * | | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 4 | -133/+49 | |
| | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table |