summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCompCmds.c (TclCompileRegexpCmd): correct thehobbs2002-09-301-25/+29
* * README: Bumped to version 8.4.1 to avoid confusiondgp2002-09-271-3/+3
* * generic/tclProc.c (Tcl_ProcObjCmd): correct overeagerhobbs2002-09-271-5/+14
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-274-7/+136
* Removing more CONST-related warnings.dkf2002-09-243-16/+17
* * generic/tcl.h:das2002-09-121-16/+6
* * generic/tclBasic.c (TclRenameCommand,CallCommandTraces):dgp2002-09-061-6/+21
* * generic/tclVar.c (TclDeleteVars): Corrected logic for setting thedgp2002-09-051-2/+5
* * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. ThanksMiguel Sofer2002-09-041-1/+14
* (Tcl_UpVar2): code cleanup to not use gotohobbs2002-09-031-9/+6
* * generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on errorMiguel Sofer2002-09-031-1/+2
* * generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked onMiguel Sofer2002-09-031-2/+4
* Bumped version number to 8.4.0hobbs2002-09-021-4/+4
* * generic/tclInterp.c (SlaveCreate): make sure that the memory andhobbs2002-09-021-1/+6
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-315-9/+64
* * generic/tclEnv.c:davygrvy2002-08-281-1/+6
* 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>Miguel Sofer2002-08-261-52/+76
* * generic/tclThreadAlloc.c: small optimisation, reducing theMiguel Sofer2002-08-261-6/+27
* 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net>Miguel Sofer2002-08-241-4/+8
* * generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objectsMiguel Sofer2002-08-231-8/+22
* * generic/tclBasic.c:Miguel Sofer2002-08-222-13/+21
* * generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd.macosx_8_4_merge_2002_08_20_trunkdgp2002-08-201-5/+5
* * README: Bumped version number to 8.4b3 to distinguishdgp2002-08-201-3/+3
* * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only havedkf2002-08-161-19/+7
* * generic/tclInt.h:Miguel Sofer2002-08-142-127/+63
* * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863].Miguel Sofer2002-08-121-1/+3