| Commit message (Expand) | Author | Age | Files | Lines |
* | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t... | dgp | 2012-06-10 | 3 | -13/+27 |
|
|
* | 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 |
|
|
* | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | jan.nijtmans | 2012-06-06 | 2 | -2/+74 |
|\ \
| |/ |
|
| * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | jan.nijtmans | 2012-06-06 | 4 | -7/+79 |
|
|
* | | 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 |
| |/ /
|/| | |
|
* | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ... | jan.nijtmans | 2012-05-25 | 3 | -34/+62 |
|\ \ \
| | |/
| |/| |
|
| * | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ... | jan.nijtmans | 2012-05-25 | 3 | -6/+12 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 7 | -33/+92 |
|
|
| | * | 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 ta... | jan.nijtmans | 2012-05-22 | 9 | -820/+500 |
| |\ \ \
|/ / / /
| | _ /
| | / |
|
| * | | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 9 | -543/+444 |
|
|
* | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -3/+11 |
|\ \ \
| |/ / |
|
| * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -3/+11 |
|
|
* | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 3 | -8/+31 |
|
|
* | | | [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 Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 4 | -48/+8 |
|\ \ \
| |/ / |
|
| * | | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 4 | -133/+49 |
|
|
* | | | Protect against receiving strings without ending \0, as external applications... | jan.nijtmans | 2012-05-13 | 4 | -15/+17 |
|\ \ \
| |/ / |
|
| * | | Protect against receiving strings without ending \0, as external applications... | jan.nijtmans | 2012-05-13 | 2 | -4/+16 |
|
|
* | | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 3 | -55/+76 |
|\ \ \
| |/ / |
|
| * | | [Bug 473946]: special characters not correctly sen | jan.nijtmans | 2012-05-10 | 3 | -827/+803 |
| |\ \ |
|
| | * | | Increase version to 1.2.5bug_473946 | jan.nijtmans | 2012-05-09 | 3 | -153/+119 |
|
|
| | * | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-09 | 2 | -10/+51 |
|
|
| | * | | proposal from jmphilippe | jan.nijtmans | 2012-05-07 | 1 | -5/+11 |
| |/ / |
|
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 3 | -15/+11 |
|\ \ \
| |/ / |
|
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 4 | -16/+11 |
|
|
* | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | don't try to run the cpuid test if cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -4/+6 |
|
|
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 16 | -163/+92 |
|\ \ \
| |/ / |
|
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 16 | -330/+137 |
|
|
* | | | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 2 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 3 | -12/+11 |
|
|
* | | | Better detection and implementation for cpuid instruction on Intel-derived pr... | jan.nijtmans | 2012-05-02 | 4 | -17/+31 |
|\ \ \
| |/ / |
|