summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]Miguel Sofer2001-11-302-6/+19
* Modified test namespace-41.2, added 41.3Miguel Sofer2001-11-292-3/+22
* added new test for bug 231259Miguel Sofer2001-11-292-3/+25
* * generic/tclBinary.c: Added caching scheme to reduce number of objectdkf2001-11-292-19/+123
* Manpage fix (RE syntax now in separate page.)dkf2001-11-283-10/+17
* Fix a coredump in the filename normalizer code for Win95/98.drh2001-11-282-3/+7
* no messagedavygrvy2001-11-281-0/+6
* Removed the Tk reference for the 'winhelp' target. Converge at install willdavygrvy2001-11-281-3/+2
* Made test cmdAH-24.2 more robust.dkf2001-11-272-15/+21
* Replace isspace(char) with isspace(UCHAR(char)) for safety...dkf2001-11-271-2/+2
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-273-46/+103
* * generic/tclIntPlatDecls.h: 'make genstubs' after changesdgp2001-11-262-4/+10
* * unix/Makefile.in: Add comments to better describemdejong2001-11-253-9/+24
* * win/configure: Regen.mdejong2001-11-253-4/+11
* Fixed up some non-standard ChangeLog entries which did notmdejong2001-11-251-23/+23
* * unix/configure: regeneddas2001-11-231-2/+1
* *unix/Makefile.in:das2001-11-238-64/+102
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2342-1547/+668
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-232-2944/+7826
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2318-82/+284
* another fix for test trace-8.8dgp2001-11-211-1/+2
* * corrected test trace-8.8 for Bug 219393dgp2001-11-212-2/+4
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-213-4/+16
* addition of GetTime.3 Tcl_GetTime doc to mkLinkshobbs2001-11-211-0/+4
* convert to DOS eol formathobbs2001-11-211-2376/+2377
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-2123-76/+210
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-204-438/+508
* correction in the Changelog entry.Miguel Sofer2001-11-201-2/+2
* code reorganisation and factorisation.Miguel Sofer2001-11-204-99/+115
* a better variant of the previous-to-last commit (restoring numLevels computat...Miguel Sofer2001-11-203-22/+20
* committing unix/configure after running autoconf.dgp2001-11-201-2/+1
* missing variable declaration under TCL_COMPILE_DEBUG.Miguel Sofer2001-11-202-2/+9
* restoring the computations of iPtr->numLevels to the original logic (previous...Miguel Sofer2001-11-203-13/+13
* * tools/eolFix.tcl (new-file):hobbs2001-11-202-1/+83
* * unix/tclUnixInit.c (TclpSetInitialEncodings): update of patchhobbs2001-11-202-110/+154
* no messagedavygrvy2001-11-201-0/+4
* Added useful comments.davygrvy2001-11-201-7/+14
* * tests/compile.test: added a test for bug [Bug 483309]Miguel Sofer2001-11-192-1/+18
* win fs fixesvincentdarley2001-11-197-160/+424
* correcting erroneous date in Changelog.Miguel Sofer2001-11-191-1/+1
* Code reorganisation: moving all eval functions from tclParse.c to tclBasic.cMiguel Sofer2001-11-193-907/+916
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-196-83/+337
* patch for [Bug 483309]Miguel Sofer2001-11-192-1/+6
* added hpux nl_langinfo alias fallbackshobbs2001-11-172-2/+22
* adjusted HAVE_LANGINFO to allow for fallback table, added gb2312-1980 alias f...hobbs2001-11-161-6/+21
* * tests/interp.test:hobbs2001-11-163-11/+37
* Removed a rogue C++ comment that inadvertently got left in tclListObj.cKevin B Kenny2001-11-162-2/+6
* * unix/tclUnixInit.c: added HAVE_LANGINFO code block.hobbs2001-11-165-312/+512
* Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ...Miguel Sofer2001-11-164-424/+438
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-167-237/+127