summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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 ↵jan.nijtmans2013-03-124-29/+13
|\ \ | |/ | | | | they have in Debian.
| * re-generate configurejan.nijtmans2013-03-121-56/+1
| |
| * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-122-24/+6
| | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet)
| * 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
|\ \ | |/
| * Cleaner error handling in fixempties().dgp2013-03-061-2/+4
| |
| |
| \
*-. \ 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines)dgp2013-03-063-95/+258
|\ \ \ | | |/ | |/| | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution.
| | * merge 8.5bug_3606683_85dgp2013-03-069-14/+50
| | |\ | |_|/ |/| |
* | | Add Eclipse .project toojan.nijtmans2013-03-061-0/+11
| | |
* | | Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-03-065-0/+22
|\ \ \ | | | | | | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8
* | | | Remove from tclCompile.h declarations used in only one source file.dgp2013-03-053-13/+17
| | | |
* | | | Remove TclInitCompilation() declaration with no definition.dgp2013-03-051-1/+0
|\ \ \ \
| | | | * Rework into Tcl 8.5+ coding style.dgp2013-03-061-50/+69
| | | | |
| | | | * Indent reduction in fixempties()dgp2013-03-061-19/+19
| | | | |
| | | | * Use flag argument to combine copy(nonempty)* routines into copy* routines.dgp2013-03-062-59/+25
| | | | |
| | | | * New routine hasnonemptyout() for minor improvement to new fixempties().dgp2013-03-062-1/+18
| | | | |
| | | | * Contributed regexp engine patch from Tom Lane. Backports clean from trunk.dgp2013-03-052-81/+235
| |_|_|/ |/| | |
* | | | merge markdgp2013-03-040-0/+0
|\ \ \ \
* | | | | [Bug 3606542]: Add missing constraint to test.dkf2013-03-011-1/+1
| | | | |
* | | | | Somewhat tidier, less daunting test.dgp2013-02-271-141/+40
|\ \ \ \ \
* \ \ \ \ \ Wrap test-case over multiple linesjan.nijtmans2013-02-271-1/+139
|\ \ \ \ \ \
* \ \ \ \ \ \ [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-273-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Lane for providing the test-case and the patch.
* \ \ \ \ \ \ \ structs *ChannelHandler* GetsState CopyState used only locally.dgp2013-02-262-108/+106
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove from tclIO.h.
* | | | | | | | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵jan.nijtmans2013-02-262-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setFromAnyProc, create a proper error message.
* | | | | | | | | Repair linked list management in Tcl_DeleteCloseHandler().dgp2013-02-252-13/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | CloseCallback struct used only locally. Remove from tclIO.h.
* | | | | | | | | | LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-252-29/+31
| | | | | | | | | |
* | | | | | | | | | Remove unused struct InterpList.dgp2013-02-251-11/+0
| | | | | | | | | |
* | | | | | | | | | ArraySearch struct used only locally. Remove from tclInt.h.dgp2013-02-252-24/+24
| | | | | | | | | |
* | | | | | | | | | 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-253-10/+31
| | | | | | | | | |
* | | | | | | | | | Restore the ReleaseCmdWordData cleanup routine from 8.4, to plug verydgp2013-02-221-18/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rare memory leak.
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp2013-02-222-30/+49
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Stop crashes when the hookProc raises an error.
* \ \ \ \ \ \ \ \ \ \ \ 3605447 Make sure the -clear option to [namespace export] always clears,dgp2013-02-213-43/+34
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | whether or not new export patterns are specified.
* | | | | | | | | | | | | revert mangling with "code" variable. This caused unrelated var.test failures.jan.nijtmans2013-02-191-3/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix bug #2438181: Incorrect error reporting in traces. jan.nijtmans2013-02-193-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test-case and fix provided by Poor Yorick.
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ 3604074 Fix regexp optimization to stop hanging on the expressiondgp2013-02-153-39/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery.
* | | | | | | | | | | | | | | | ChangeLog corrected: msgcat issue must not be XP specificoehhar2013-02-141-2/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-147-17/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Finer granulated catchbug_3604576oehhar2013-02-141-17/+13
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-146-24/+25
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
* | | | | | | | | | | | | | | | Improve some comments and quoting, no change in functionalityjan.nijtmans2013-02-142-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-02-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-1015-27/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-076-24/+24
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-052-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be normalized, even when no "A:" drive is present on the system.
* | | | | | | | | | | | | | | | | | | [Bug 3433012]: Added dummy version of TclpLoadMemory to use in the event that adkf2013-02-052-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform thinks it can load from memory but cannot actually do so due to it being disabled at configuration time.