summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-171-2/+4
* fix to file normalization with relative linksvincentdarley2003-12-171-3/+15
* fix to fs norm bug 860402vincentdarley2003-12-171-4/+7
* fixed Tcl_FSGetTranslatedPath to always return properly refcountedvasiljevic2003-12-171-9/+10
* Fixed 2 memory (object) leaks; Tcl Bug #839519vasiljevic2003-12-171-2/+4
* Made a variable file-local for safetydkf2003-12-161-2/+2
* * generic/tclInt.decls: commented-out entry fordavygrvy2003-12-153-17/+10
* TIP#75 Implementationdkf2003-12-141-19/+172
* Stop warnings due to (annoying) C type promotion rules.dkf2003-12-141-6/+5
* rewrite of file normalizationvincentdarley2003-12-141-84/+220
* file normalize ~nobody fixvincentdarley2003-12-121-1/+4
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-021-40/+71
* * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-241-2/+4
* remove windows [cd] bugvincentdarley2003-11-241-5/+12
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-2/+6
* Fixed Bug 845412; long commands without expansion don't get tangled with thedkf2003-11-191-2/+2
* Added cast to suppress compiler warning.dgp2003-11-171-2/+2
* Miguel's masking bits had the wrong sense. I should have spotteddkf2003-11-161-2/+2
* D'oh! instructionCount is post-incremented, not pre-incremented...dkf2003-11-161-3/+4
* Miguel Sofer's patch (with small revisions) to make sure the bytecode enginedkf2003-11-162-2/+98
* Stop VC++ 5.2 warning. [Bug 842511]dkf2003-11-151-2/+2
* Whitespace fixesdkf2003-11-151-15/+15
* Fixed code that splits RE engine states into "progress" and "no-progress" (bu...pvgoran2003-11-151-2/+6
* Added cast to suppress compiler warning.dgp2003-11-151-2/+2
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-143-19/+142
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-147-57/+376
* fix to misleading error messagevincentdarley2003-11-101-8/+17
* compilation warningvincentdarley2003-11-071-3/+10
* loadHandle vs clientData cleanupvincentdarley2003-11-032-17/+112
* whitespacevincentdarley2003-11-031-2/+2
* remove warningvincentdarley2003-11-031-2/+2
* Typo fixdkf2003-11-021-2/+2
* regendkf2003-11-012-2/+26
* When copying and pasting code, check that argument types are sensible! <:^)dkf2003-11-012-8/+8
* Oopsdkf2003-11-011-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-015-68/+212
* Whitespace policedkf2003-10-302-135/+128
* Whitespace policedkf2003-10-301-163/+132
* * generic/tclExecute.c (NEXT_INST macros): replaced macro variableMiguel Sofer2003-10-281-10/+10
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-77/+66
* Removed variables that are no longer used.dgp2003-10-212-6/+2
* Fixed bug 823768 by pre-parsing the index listdkf2003-10-151-240/+225
* whitespace policedkf2003-10-141-131/+116
* regsub fixvincentdarley2003-10-141-2/+13
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-1412-191/+247
* TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-141-155/+443
* filesystem bug fixesvincentdarley2003-10-135-22/+208
* Exported symbol name police (thanks GPS for spotting this!)dkf2003-10-103-20/+19
* * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-091-1/+2
* * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-081-1/+12