summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-082-7/+30
* fix for [Bug 816641] - faulty execution and catch stack management.Miguel Sofer2003-10-041-19/+16
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-032-13/+32
* * generic/tclTrace.c: Corrected comingling of introspection results ofdgp2003-10-021-1/+17
* fixed inconsistent handling of file separators in file joinvincentdarley2003-09-301-34/+53
* Remove unintentional check-in of work-in-progressdkf2003-09-291-35/+1
* Undid bozo check-in of work-in-progressdkf2003-09-291-44/+1
* Symbols which are visible outside a single compilation unit must havedkf2003-09-293-28/+28
* Undo mistaken commit of work-in-progressdkf2003-09-291-495/+7
* Regendkf2003-09-292-2/+13
* TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-295-13/+648
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-294-93/+1761
* fix failure of previous commit on Alpha platformMiguel Sofer2003-09-231-26/+18
* * generic/tclExecute.c:Miguel Sofer2003-09-232-162/+150
* * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ca...Miguel Sofer2003-09-191-17/+77
* fileName test suite bug fixvincentdarley2003-09-181-3/+10
* minor filesystem bug fixesvincentdarley2003-09-161-10/+55
* Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh!dkf2003-09-151-2/+2
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-125-21/+292
* * doc/FileSystem.3: Implementation ofdgp2003-09-058-45/+218
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-045-15/+58
* * generic/tclCmdAH.c: Corrected bug in TIP 90 implementationdgp2003-08-291-1/+8
* additional performance tweak to last commit.dgp2003-08-271-3/+14
* * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-25/+36
* Revert mistaken commit.dgp2003-08-271-35/+21
* * tests/util.test: Added new tests for remaining TclNeedSpace()dgp2003-08-271-21/+35
* Added some support for the OpenWatcom compiler. A win/makefile.wc todavygrvy2003-08-271-3/+6
* Added some support for the LCC-Win32 compiler. Unfortunetly, this compilerdavygrvy2003-08-261-2/+2
* Regendkf2003-08-254-4/+2221
* Regendkf2003-08-252-2/+117
* Duplicated declarations for TIP#139; docs still to do.dkf2003-08-251-3/+49
* Applied changes from 8.4.4 regarding the Bug #753315vasiljevic2003-08-233-195/+251
* TIP#136 IMPLEMENTATION. We now have an [lrepeat] command!dkf2003-08-113-3/+95
* * generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):Miguel Sofer2003-08-051-4/+30
* * generic/tcl.h: Revert change made on 2003-07-21mdejong2003-07-243-26/+112
* Check that the thread incrementing or decrementingmdejong2003-07-223-24/+75
* * unix/tclUnixFCmd.c: fix for compilation errors on platforms wheredas2003-07-181-3/+2
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-172-41/+34
* * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on thehobbs2003-07-162-3/+26
* * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-163-21/+12
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-162-3/+4