summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* further fs cleanupvincentdarley2003-02-102-46/+24
* filesystem speed up round 2vincentdarley2003-02-102-110/+574
* fix to crashing filesystem testvincentdarley2003-02-071-44/+62
* * generic/tclCompCmds.c (TclCompileIncrCmd):mdejong2003-02-071-5/+1
* * generic/tclExecute.c (TclExecuteByteCode): When anmdejong2003-02-061-1/+2
* added regression test for recent bug fixvincentdarley2003-02-051-23/+61
* finalization and test fixesvincentdarley2003-02-043-102/+155
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-4/+25
* * generic/tclCompCmds.c: Removed an unused variable that caused Kevin B Kenny2003-02-011-13/+2
* * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage Kevin B Kenny2003-02-011-18/+40
* * generic/tclClock.c: Fixed a bug that incorrectly allowed Kevin B Kenny2003-02-011-4/+6
* 2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> Kevin B Kenny2003-02-011-2/+12
* filesystem bug fix and new testvincentdarley2003-01-282-5/+193
* * generic/tcl.h: Add TCL_PREFIX_IDENT andmdejong2003-01-281-1/+4
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-262-2/+8
* * generic/tclEvent.c (Tcl_Finalize): revert finalize change onhobbs2003-01-251-11/+19
* stringObj unicode Tcl_SetObjLength fixesvincentdarley2003-01-242-84/+138
* change %ud to %u as appropriatehobbs2003-01-191-8/+8
* * generic/tcl.h: Revert earlier change thatmdejong2003-01-172-3/+9
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-174-114/+241
* * generic/tclClock.c (FormatClock): corrected typo thathobbs2003-01-141-2/+2
* Fix mingw build problems and compiler warnings.mdejong2003-01-143-6/+6
* * generic/tcl.h: Skip Tcl's define of CHAR,mdejong2003-01-131-3/+6
* WinTcl crash on exit fixvincentdarley2003-01-101-1/+10
* * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-onedgp2003-01-091-5/+8
* non-ascii chars in file mtime fixvincentdarley2003-01-092-31/+5
* remove unused variablevincentdarley2003-01-091-4/+1
* * generic/tclExecute.c (TclExprFloatError): Use the IS_NAN macrodgp2003-01-081-2/+2
* * generic/tclCompCmds.c (TclCompileReturnCmd):dgp2003-01-081-1/+15
* * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode):hobbs2002-12-171-4/+10
* * generic/tclPipe.c (TclCleanupChildren):davygrvy2002-12-171-2/+10
* * generic/tclProc.c (ProcessProcResultCode): Fix failure todgp2002-12-111-2/+2
* * generic/tclParseExpr.c (TclParseInteger): Return 1 for thedgp2002-12-111-2/+4
* * win/tclWinThrd.c (TclpMasterUnlock):hobbs2002-12-101-3/+1
* * generic/tclStubInit.c: regenhobbs2002-12-063-3/+17
* * generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics tohobbs2002-12-061-2/+13
* filesystem cleanup fix, virtual filesystem load fixvincentdarley2002-12-043-22/+41
* * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check ofhobbs2002-12-041-11/+15
* * generic/tclInterp.c (AliasCreate): preserve/release interps tohobbs2002-11-271-14/+23
* * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properlyhobbs2002-11-271-2/+4
* * tests/interp.test: interp-14.4hobbs2002-11-231-5/+16
* * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offsethobbs2002-11-193-24/+39
* * generic/regexpComp.test: added tests 22.*hobbs2002-11-141-32/+45
* 3 small fixesvincentdarley2002-11-133-11/+64
* * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar.hobbs2002-11-121-25/+57
* * generic/tclUtf.c: make use of TclUtfToUniChar macro throughouthobbs2002-11-121-22/+31
* * generic/tclStringObj.c (Tcl_GetCharLength): optimize for thehobbs2002-11-121-5/+19
* * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMPhobbs2002-11-121-10/+19
* * generic/tclEncoding.c (UtfToUtfProc, UtfToUnicodeProc):hobbs2002-11-121-8/+26
* * tests/split.test: added 1-char string split testshobbs2002-11-121-15/+52