summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclInt.h: add macro version of Tcl_UtfToUniCharhobbs2002-11-121-1/+20
* * generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevelhobbs2002-11-121-2/+2
* * generic/tclHash.c (HashStringKey): move string++ lower to savehobbs2002-11-121-2/+2
* * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add properhobbs2002-11-121-3/+3
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-074-9/+39
* Removed obsolete history-related structures.dkf2002-10-231-39/+1
* * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1das2002-10-211-1/+3
* * generic/tclVar.c: Fixed code that check for proper # of args todgp2002-10-171-2/+2
* execution trace fixvincentdarley2002-10-151-7/+34
* * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak.hobbs2002-10-141-10/+5
* * generic/tcl.h: Need a different strategy through the maze ofdkf2002-10-111-10/+15
* * generic/tclIntDecls.h: fixed botched regen.das2002-10-091-9/+1
* * generic/tclInt.decls: made TclSetPreInitScript() declarationdas2002-10-094-27/+7
* * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED forhobbs2002-10-021-34/+33