summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor compilation issue fix, make sure variable declaration (via macro) is fi...aku_mem_debug_allow_regularJoe Mistachkin2015-05-221-6/+7
* Moved Tcl_Obj* objThreadMap release tracking to a location where regular pack...andreask2015-05-221-14/+32
* Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-042-8/+8
* some more "ignore-glob" patternsjan.nijtmans2013-04-031-0/+3
|\
| * some more "ignore-glob" patternsjan.nijtmans2013-04-031-0/+3
* | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the c...jan.nijtmans2013-04-032-2/+11
|\ \
| * | Prevent inlining of StackGrowsDown(), in case of cross-compilingprevent_inlinejan.nijtmans2013-04-021-1/+4
* | | merge release to 8.5dgp2013-04-0311-10/+73
|\ \ \ | |/ / |/| |
| * | Redate. Retag RC1.core_8_5_14core_8_5_14rcdgp2013-03-292-2/+2
| * | Merge 8.5. Tag RC1.dgp2013-03-282-11/+1
| |\ \ | |/ / |/| |
* | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...jan.nijtmans2013-03-283-24/+4
* | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ...jan.nijtmans2013-03-273-4/+24
* | | remove unneccessary duplicationjan.nijtmans2013-03-271-8/+0
| * | Update tzdata and release tagsdgp2013-03-2327-560/+1101
| |\ \ | |/ / |/| |
* | | Update to tzdata2013bvenkat2013-03-2226-559/+1098
| * | Tag for releasedgp2013-03-221-0/+15
| * | Completed changes.dgp2013-03-221-0/+29
| * | Minor: version number correction.dkf2013-03-221-1/+1
| * | changes WIPdgp2013-03-221-0/+19
| * | Release branch for Tcl 8.5.14.dgp2013-03-219-10/+10
|/ /
* | Tcl 8.5 doesn't have [try]jan.nijtmans2013-03-211-13/+12
* | test suite hygienedgp2013-03-211-1/+2
* | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ca...jan.nijtmans2013-03-211-33/+18
|\ \
| * | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ca...jan.nijtmans2013-03-211-33/+18
* | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-213-0/+45
|/ /
* | dup test namesdgp2013-03-201-2/+2
* | Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
|\ \ | |/
| * Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
* | Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
|\ \ | |/
| * Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
* | 3597000 Consistent [file copy] result.dgp2013-03-193-12/+14
|\ \ | |/
| * 3597000 Consistent [file copy] result.dgp2013-03-192-8/+11
* | [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-193-5/+44
|\ \ | |/
| * make sure that [file stat] returns the right data, even for locked files.jan.nijtmans2013-03-191-0/+6
| * [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-193-5/+38
* | Test independence in fCmd.test.dgp2013-03-191-0/+10
* | [Bug 3606390]: Fix isolation of test string-6.37.dkf2013-03-191-2/+4
* | [Bug 3606387]: Fix isolation of test scan-7.4.dkf2013-03-191-1/+1
* | Test independence in fileSystem.testdgp2013-03-181-5/+18
* | Test independence in unixFCmd.test.dgp2013-03-181-7/+8
* | [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-182-1/+19
|\ \ | |/
| * [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-182-0/+18
| * Regenerate configure with autoconf-2.13. Mostly repairs line numbers.dgp2013-03-122-345/+364
* | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-124-29/+13
|\ \ | |/
| * re-generate configurejan.nijtmans2013-03-121-56/+1
| * Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-122-24/+6
| * Some more ignore-glob settings for msvc, mac, hp ....jan.nijtmans2013-03-081-0/+6
* | 3606391 trace.test test independencedgp2013-03-111-12/+44
* | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode.dgp2013-03-111-0/+12
* | Cleaner error handling in fixempties().dgp2013-03-061-2/+5
|\ \ | |/