| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call "ulimit" on cygwin: On Cygwin the stack size cannot be modified, a... | jan.nijtmans | 2013-01-07 | 1 | -1/+2 |
|
|
* | adjust stub library version number | jan.nijtmans | 2013-01-05 | 1 | -2/+2 |
|
|
* | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 2 | -0/+15 |
|
|
* | Don't free ctrl.script if thread creation fails: it is a constant string "tes... | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
|
|
* | Marked some string subcommands as obsolete, following discussion on tcl-core. | jan.nijtmans | 2013-01-02 | 2 | -29/+40 |
|
|
* | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
|
|
* | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 2 | -2/+9 |
|
|
* | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 3 | -59/+58 |
|
|
* | 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 | 2 | -3/+8 |
|
|
* | 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 |
|
|
* | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 2 | -3/+5 |
|
|
* | 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 |
|
|
* | Fix msgcat.test (in case a higher msgcat version is encountered, which is not... | jan.nijtmans | 2012-11-16 | 2 | -1/+8 |
|
|
* | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 55 | -2933/+64 |
|
|
* | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe... | jan.nijtmans | 2012-11-15 | 2 | -2/+2 |
|
|
* | add missing macosx sections | jan.nijtmans | 2012-11-15 | 3 | -1/+198 |
|
|
* | Fix 2 failing tests on Windows 7. Fix backported from Tcl 8.6 | jan.nijtmans | 2012-11-15 | 1 | -29/+35 |
|
|
* | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 7 | -595/+253 |
|
|
* | Remove all the long dead mac/* files (for Mac OS9 !?!). | dgp | 2012-11-15 | 56 | -28987/+0 |
|
|
* | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. | dgp | 2012-11-14 | 1 | -0/+1 |
|
|
* | Fix botched patch | dkf | 2012-11-14 | 1 | -2/+13 |
|
|
* | Backport from Tcl 8.6. | dkf | 2012-11-14 | 2 | -2/+48 |
|
|
* | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
|
|
* | 360894 Threads inherit floating point config from their creator thread | dgp | 2012-11-13 | 1 | -4/+70 |
|\ |
|
| * | merge 8.4bug_3567063 | dgp | 2012-11-13 | 5 | -8/+19 |
| |\
| |/
|/| |
|
* | | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 2 | -6/+12 |
|
|
* | | needed for complation with mingw-w64 (autoconf still to be run) | jan.nijtmans | 2012-11-07 | 1 | -0/+1 |
|
|
* | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 2 | -2/+6 |
|
|
| * | merge 8.4 | dgp | 2012-10-03 | 0 | -0/+0 |
| |\
| |/
|/| |
|
* | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 2 | -20/+30 |
|
|
| * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 2 | -20/+30 |
|
|
| * | Make compilation of the fp control changes possible with MinGW. | Joe Mistachkin | 2012-09-13 | 1 | -3/+10 |
|
|
| * | Free the WinThread structure before running the original thread procedure. | Joe Mistachkin | 2012-09-13 | 1 | -1/+8 |
|
|
| * | Initial work on SF FRQ #3567063. | Joe Mistachkin | 2012-09-13 | 1 | -4/+56 |
|/ |
|
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 1 | -0/+5 |
|
|
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version... | jan.nijtmans | 2012-08-17 | 1 | -4/+6 |
|
|
* | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 5 | -5/+5 |
|
|
* | add coffbase for sample | jan.nijtmans | 2012-07-31 | 1 | -1/+2 |
|
|
* | add thread to coffbase.txt, so the thread extensions can use it | jan.nijtmans | 2012-07-31 | 1 | -1/+17 |
|
|
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension | jan.nijtmans | 2012-07-31 | 3 | -70/+272 |
|
|
* | Support Unicode 6.2 (Add Turkish lira sign) | jan.nijtmans | 2012-07-27 | 3 | -2/+7 |
|
|
* | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. | dgp | 2012-07-25 | 1 | -5/+8 |
|\ |
|
| * | :q! | dgp | 2012-07-25 | 1 | -5/+8 |
|/ |
|
* | 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 |
|
|
* | Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwi... | jan.nijtmans | 2012-07-20 | 1 | -8/+36 |
|
|