| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 3 | -55/+16 |
|\ \ |
|
| | * | 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 |
|
|
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | jan.nijtmans | 2012-06-06 | 2 | -5/+5 |
|
|
* | | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 2 | -17/+23 |
|\ \ \
| |/ / |
|
| * | | 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 t... | dgp | 2012-06-10 | 2 | -13/+19 |
|
|
| * | | Work in progress fixing 3532959 | dgp | 2012-06-08 | 2 | -2/+3 |
|
|
* | | | Declare that Tcl provides the zlib 2.0 package. | dkf | 2012-06-06 | 1 | -1/+10 |
|
|
* | | | Remove unused variable NULL_CONTEXT. | dgp | 2012-06-05 | 1 | -2/+0 |
|
|
* | | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 |
|\ \ \
| |/ / |
|
| * | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 |
|
|
* | | | bug-3530536 | jan.nijtmans | 2012-06-01 | 1 | -0/+1 |
|
|
* | | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 5 | -17/+17 |
|
|
* | | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 3 | -16/+16 |
|\ \ \
| |/ / |
|
| * | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 3 | -16/+16 |
| |\ \
| | |/ |
|
* | | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 3 | -4/+18 |
|\ \ \
| |/ / |
|
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 4 | -26/+45 |
| |\ \
| | |/ |
|
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 3 | -4/+20 |
|
|
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-24 | 5 | -513/+307 |
|\ \ \
| |/ / |
|
| * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 5 | -793/+383 |
| |\ \ |
|
| | * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 3 | -16/+16 |
|
|
| | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 5 | -803/+393 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 5 | -509/+250 |
|
|
* | | | minor: Cleaning up code, adding comments. | dkf | 2012-05-24 | 1 | -118/+187 |
|
|
* | | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that | dkf | 2012-05-23 | 2 | -63/+269 |
|\ \ \ |
|
| * | | | Use zero-delays instead of finite ones when posting fileevents, because (1) t...bug_3525907 | ferrieux | 2012-05-22 | 2 | -16/+2 |
|
|
| * | | | Brought bugfix branch uptodate with head development. | andreask | 2012-05-17 | 5 | -40/+52 |
| |\ \ \ |
|
| * | | | | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim... | andreask | 2012-05-17 | 2 | -51/+257 |
|
|
* | | | | | 3528601 Fix broken --disable-threads build. | dgp | 2012-05-22 | 1 | -0/+4 |
|
|
* | | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
|
|
* | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 5 | -153/+174 |
| |_|_|/
|/| | | |
|
* | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|
|
* | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -2/+40 |
|
|
* | | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 3 | -36/+6 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 3 | -46/+6 |
| |\ \
| | |/ |
|
| | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 3 | -44/+43 |
|
|
* | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 1 | -16/+15 |
|
|
* | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 2 | -16/+160 |
|
|
* | | | Properly close nonblocking channels even when not flushing them. | ferrieux | 2012-05-07 | 1 | -3/+3 |
|
|
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 |
| |\ \
| | |/ |
|
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 |
|
|
* | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
|\ \ \
| |/ / |
|