summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed trivially-unreachable line [Bug 771939]dkf2003-07-161-2/+1
* * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371dgp2003-07-151-3/+6
* Fixed error message to be less confusing [Bug 771539]dkf2003-07-151-2/+2
* [string map] now can take dictionaries for maps but the condition for doing sodkf2003-07-041-18/+60
* Made [array get] return a dictionary, and allowed [array set] to accept onedkf2003-07-031-30/+83
* Win compilation fixvincentdarley2003-07-021-2/+2
* Modified expression of tests and added comments for easier understandingdgp2003-06-271-7/+40
* More trace factoring - variable traces are the target this time.dkf2003-06-265-747/+780
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-253-2285/+2301
* No more div-by-zero errors. [Bug 759749]dkf2003-06-241-2/+4
* filesystem fixes -- see ChangeLogvincentdarley2003-06-231-1/+9
* * generic/tclNamesp.c (Tcl_Export): removed erroneous commentsMiguel Sofer2003-06-181-4/+2
* regsub empty string fixes, and windows buildvincentdarley2003-06-171-6/+16
* * generic/tclConfig.c (ASSOC_KEY): Changed the key toandreas_kupries2003-06-101-2/+2
* fix for previous commitMiguel Sofer2003-06-101-1/+2
* * generic/tclBasic.c:Miguel Sofer2003-06-102-25/+19
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-098-6/+530
* * generic/tclObj.c (tclCmdNameType): Converted internal repdgp2003-05-231-8/+18
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-15/+6
* Fixed Tcl bug 736425Kevin B Kenny2003-05-152-4/+168
* Stopped [format] from demoting wides to ints too easily. [Bug 699060]dkf2003-05-141-3/+14
* Implementation of TIP 118:das2003-05-144-14/+95
* Another putenv() copy behavior problem repaired when compiling on windowsdavygrvy2003-05-141-1/+6
* * generic/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-131-69/+103