summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* no messagedavygrvy2004-02-011-2/+2
|
* * win/nmakehlp.c: defensive techniques to avoid static bufferdavygrvy2004-02-011-0/+4
| | | | | overflows and a couple envars upsetting invokations of cl.exe and link.exe.
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-011-0/+8
| | | | | | | * win/tclWinPipe.c (BuildCommandLine): Special case quoting for '{' not required by the c-runtimes's _setargv(). * win/tclAppInit.c: Removed our custom setargv() in favor of the one provided by the c-runtime. [Bug 672938]
* no messagedavygrvy2004-01-301-0/+7
|
* fix to file normalization with linksvincentdarley2004-01-291-0/+4
|
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-0/+24
|
* Speed improvements to SetBooleanFromAny's string handlingdkf2004-01-281-0/+6
| | | | whitespace/style policing
* no messagedavygrvy2004-01-281-0/+8
|
* filesystem documentation and testsvincentdarley2004-01-261-0/+5
|
* file normalize bug fixes for .. and .vincentdarley2004-01-231-4/+15
|
* no messagedavygrvy2004-01-221-0/+5
|
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-0/+38
| | | | variable names in
* no messagedavygrvy2004-01-201-0/+8
|
* Full bytecode compilation for [lassign]dkf2004-01-181-2/+14
|
* no messagedavygrvy2004-01-171-0/+6
|
* Fix a shimmering bugdkf2004-01-171-0/+5
|
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-0/+8
| | | | | | | Not a direct copy * Better use of Tcl object API * More extensive test suite * More extensive documentation
* no messagedavygrvy2004-01-161-1/+11
|
* no messagedavygrvy2004-01-151-0/+5
|
* no messagedavygrvy2004-01-151-0/+9
|
* record bug report numberdgp2004-01-151-2/+1
|
* Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387]dkf2004-01-141-0/+5
|
* Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170]dkf2004-01-141-0/+12
|
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings.dgp2004-01-131-0/+3
|
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | such as [return -code error $msg] to be bytecompiled. * generic/tclInt.h: Factored Tcl_ReturnObjCmd() into two pieces: * generic/tclCmdMZ.c: TclMergeReturnOptions(), which can parse the options to [return], check their validity, and create the corresponding return options dictionary, and TclProcessReturn(), which takes that return options dictionary and performs the [return] operation. * generic/tclCompCmds.c: Rewrote TclCompileReturnCmd() to call TclMergeReturnOptions() at compile time so the return options dictionary is computed at compile time (when it is fully known). The dictionary is pushed on the stack along with the result, and the code and level values are included in the bytecode as operands. Also supports optimized compilation of un-[catch]ed [return]s from procs with default options into the INST_DONE instruction. * generic/tclExecute.c: Rewrote INST_RETURN instruction to retrieve the code and level operands, pop the return options from the stack, and call TclProcessReturn() to perform the [return] operation. * generic/tclCompile.h: New utilities include TclEmitInt4 macro * generic/tclCompile.c: and TclWordKnownAtCompileTime().
* more detaildgp2004-01-131-0/+1
|
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-131-0/+7
| | | | | | management of the interp result by Tcl_GetIndexFromObj() exposed improper interp result management in the [glob] command procedure. Corrected by adopting the Tcl_SetObjResult(Tcl_NewStringObj) pattern.
* Fix shared object panics. [Bug 875395]dkf2004-01-131-0/+8
|
* 2004-01-09 editdavygrvy2004-01-131-1/+3
|
* * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.Miguel Sofer2004-01-121-0/+4
|
* * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-121-0/+8
| | | | | | | instructions. As a side effect, the instructions INST_LOR and INST_LAND are now never used. * generic/tclExecute.c (INST_JUMP*): small optimisation; fix a bug in debug code.
* no messagedavygrvy2004-01-111-1/+1
|
* no messagedavygrvy2004-01-111-0/+6
|
* no messagedavygrvy2004-01-101-0/+4
|
* no messagedavygrvy2004-01-091-0/+7
|
* TclFinalizeFilesystem fixvincentdarley2004-01-091-0/+5
|
* * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEHmdejong2003-12-261-0/+7
| | | | | | blocks in place of __try and __except statements to support gcc builds. This is needed after David's changes on 2003-12-21. [Tcl patch 858493]
* typo fixesdgp2003-12-241-15/+9
|
* no messagedavygrvy2003-12-241-0/+63
|
* no messagedavygrvy2003-12-231-1/+13
|
* no messagedavygrvy2003-12-211-0/+10
|
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-171-0/+5
| | | | when numeric scan-value cache contains NULL value.
* fix to file normalization with relative linksvincentdarley2003-12-171-0/+12
|
* fix to fs norm bug 860402vincentdarley2003-12-171-0/+6
|
* Added trace for bugfixes #839519 and #861515vasiljevic2003-12-171-0/+9
|
* improved documentation on memory managementvincentdarley2003-12-161-0/+2
|
* marked test as nonPortablevincentdarley2003-12-161-0/+6
|
* Made a variable file-local for safetydkf2003-12-161-0/+4
|
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-161-3/+11
| | | | | | | | | with Borland. * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight behavioral difference. From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097].
* * wintclsh.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-0/+6
| | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>.