| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Use [package prefer latest] to force valgrinding to use a version of Thread s... | dgp | 2012-05-21 | 1 | -0/+1 |
|
|
* | | | | | | 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 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -3/+11 |
|
|
* | | | | | | Update requirements to avoid old buggy Thread releases. | dgp | 2012-05-21 | 1 | -1/+1 |
|
|
* | | | | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 10 | -57/+123 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 6 | -18/+20 |
|
|
| * | | | | | | merge trunk | jan.nijtmans | 2012-05-10 | 13 | -130/+451 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | another bug: [dde eval -async -binary] didn't work | jan.nijtmans | 2012-05-08 | 2 | -4/+5 |
|
|
| * | | | | | | | fix test-cases winDde 5.1 and 5.3 | jan.nijtmans | 2012-05-08 | 2 | -3/+3 |
|
|
| * | | | | | | | merge trunk | dkf | 2012-05-06 | 145 | -11516/+4607 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | add some tests | dkf | 2012-05-03 | 1 | -0/+14 |
|
|
| * | | | | | | | | Update of Patch 2445648 to trunk tip. | dkf | 2012-05-02 | 2 | -39/+83 |
|
|
* | | | | | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 7 | -158/+286 |
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
* | | | | | | | | Cancel the timeout timers! If this isn't done, lingering timers from | dgp | 2012-05-17 | 1 | -0/+16 |
|
|
* | | | | | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 3 | -8/+31 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 3 | -8/+31 |
|
|
* | | | | | | | | [Bug 3527618]: Stabilize tests that use [info frame 0] | dkf | 2012-05-17 | 1 | -4/+4 |
|
|
* | | | | | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 3 | -25/+181 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 3 | -18/+212 |
|
|
* | | | | | | | | minor: ChangeLog formatting fixes | dkf | 2012-05-17 | 1 | -47/+53 |
|
|
* | | | | | | | | [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 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| | * | | | | | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 2 | -3/+9 |
|
|
* | | | | | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 4 | -49/+80 |
|
|
* | | | | | | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 4 | -38/+8 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | 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 | 4 | -15/+17 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Protect against receiving strings without ending \0, as external applications... | jan.nijtmans | 2012-05-13 | 2 | -4/+16 |
|
|
* | | | | | | | first shot at internationalization of dde | jan.nijtmans | 2012-05-10 | 1 | -48/+53 |
|
|
* | | | | | | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 3 | -63/+80 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | [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 |
| | |/ / / / / |
|
* | | | | | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ... | ferrieux | 2012-05-10 | 5 | -0/+26 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ... | andreask | 2012-05-09 | 2 | -17/+16 |
|
|
* | | | | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 4 | -17/+167 |
|
|
* | | | | | | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the | andreask | 2012-05-09 | 2 | -0/+122 |
|
|
* | | | | | | Properly close nonblocking channels even when not flushing them. | ferrieux | 2012-05-07 | 2 | -3/+8 |
|
|
* | | | | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 3 | -3/+2 |
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | | |
|
| * | | | | 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 |
|
|
* | | | | | some more removals from zlib1.2.7 | jan.nijtmans | 2012-05-04 | 3 | -820/+0 |
|
|
* | | | | | files removed from zlib-1.2.7 | jan.nijtmans | 2012-05-04 | 37 | -10456/+0 |
|
|
* | | | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 2 | -0/+8 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
| |\ \ \ \
| | |/ / / |
|