| Commit message (Expand) | Author | Age | Files | Lines |
* | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 1 | -0/+11 |
|
|
* | Don't free ctrl.script if thread creation fails: it is a constant string "tes... | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
|
|
* | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 1 | -2/+4 |
|
|
* | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 1 | -24/+9 |
|
|
* | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
|
|
* | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
|
|
* | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -4/+7 |
|
|
* | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
|
|
* | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. | jan.nijtmans | 2012-12-07 | 1 | -43/+62 |
|
|
* | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
* | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|
|
* | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 20 | -784/+27 |
|
|
* | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe... | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | add missing macosx sections | jan.nijtmans | 2012-11-15 | 3 | -1/+198 |
|
|
* | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 6 | -523/+67 |
|
|
* | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. | dgp | 2012-11-14 | 1 | -0/+1 |
|
|
* | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 2 | -2/+6 |
|
|
* | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 |
|
|
* | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 4 | -4/+4 |
|
|
* | Support Unicode 6.2 (Add Turkish lira sign) | jan.nijtmans | 2012-07-27 | 2 | -2/+2 |
|
|
* | Preserve the chanPtr so that script evaluation cannot invalidate it when | dgp | 2012-07-24 | 1 | -0/+2 |
|
|
* | backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmd | jan.nijtmans | 2012-07-20 | 1 | -5/+28 |
|
|
* | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
|
|
* | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -4/+4 |
|
|
* | Purge more dead fs path code. | dgp | 2012-06-20 | 1 | -17/+7 |
|
|
* | ...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 |
|
|
* | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 3 | -4/+20 |
|
|
* | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 5 | -509/+250 |
|
|
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
|
|
* | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 3 | -44/+43 |
|
|
* | 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 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 | 8 | -248/+109 |
|
|
* | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 |
|
|
* | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|
|
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 4 | -51/+183 |
|\ |
|
| * | oops, wrong signature | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
|
|
| * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 3 | -52/+104 |
|
|
| * | merge trunk | jan.nijtmans | 2012-04-24 | 23 | -85/+87 |
| |\
| |/
|/| |
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 13 | -59/+61 |
|
|
* | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 11 | -26/+26 |
|
|
| * | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 4 | -38/+8 |
| |\
| |/
|/| |
|
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 |
|
|
* | | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 3 | -25/+1 |
|
|
| * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 11 | -9/+9 |
|
|
| * | merge core-8-4-branch | jan.nijtmans | 2012-04-04 | 1 | -0/+1 |
| |\
| |/
|/| |
|
* | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 |
|
|
| * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 3 | -20/+100 |
|/ |
|