| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed obsolete history-related structures. | dkf | 2002-10-23 | 1 | -39/+1 |
|
|
* | * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 | das | 2002-10-21 | 1 | -1/+3 |
|
|
* | * generic/tclVar.c: Fixed code that check for proper # of args to | dgp | 2002-10-17 | 1 | -2/+2 |
|
|
* | execution trace fix | vincentdarley | 2002-10-15 | 1 | -7/+34 |
|
|
* | * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. | hobbs | 2002-10-14 | 1 | -10/+5 |
|
|
* | * generic/tcl.h: Need a different strategy through the maze of | dkf | 2002-10-11 | 1 | -10/+15 |
|
|
* | * generic/tclIntDecls.h: fixed botched regen. | das | 2002-10-09 | 1 | -9/+1 |
|
|
* | * generic/tclInt.decls: made TclSetPreInitScript() declaration | das | 2002-10-09 | 4 | -27/+7 |
|
|
* | * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for | hobbs | 2002-10-02 | 1 | -34/+33 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the | hobbs | 2002-09-30 | 1 | -25/+29 |
|
|
* | * README: Bumped to version 8.4.1 to avoid confusion | dgp | 2002-09-27 | 1 | -3/+3 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): correct overeager | hobbs | 2002-09-27 | 1 | -5/+14 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 4 | -7/+136 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 3 | -16/+17 |
|
|
* | * generic/tcl.h: | das | 2002-09-12 | 1 | -16/+6 |
|
|
* | * generic/tclBasic.c (TclRenameCommand,CallCommandTraces): | dgp | 2002-09-06 | 1 | -6/+21 |
|
|
* | * generic/tclVar.c (TclDeleteVars): Corrected logic for setting the | dgp | 2002-09-05 | 1 | -2/+5 |
|
|
* | * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks | Miguel Sofer | 2002-09-04 | 1 | -1/+14 |
|
|
* | (Tcl_UpVar2): code cleanup to not use goto | hobbs | 2002-09-03 | 1 | -9/+6 |
|
|
* | * generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on error | Miguel Sofer | 2002-09-03 | 1 | -1/+2 |
|
|
* | * generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked on | Miguel Sofer | 2002-09-03 | 1 | -2/+4 |
|
|
* | Bumped version number to 8.4.0 | hobbs | 2002-09-02 | 1 | -4/+4 |
|
|
* | * generic/tclInterp.c (SlaveCreate): make sure that the memory and | hobbs | 2002-09-02 | 1 | -1/+6 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 5 | -9/+64 |
|
|
* | * generic/tclEnv.c: | davygrvy | 2002-08-28 | 1 | -1/+6 |
|
|
* | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-26 | 1 | -52/+76 |
|
|
* | * generic/tclThreadAlloc.c: small optimisation, reducing the | Miguel Sofer | 2002-08-26 | 1 | -6/+27 |
|
|
* | 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-24 | 1 | -4/+8 |
|
|
* | * generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objects | Miguel Sofer | 2002-08-23 | 1 | -8/+22 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2002-08-22 | 2 | -13/+21 |
|
|
* | * generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd.macosx_8_4_merge_2002_08_20_trunk | dgp | 2002-08-20 | 1 | -5/+5 |
|
|
* | * README: Bumped version number to 8.4b3 to distinguish | dgp | 2002-08-20 | 1 | -3/+3 |
|
|
* | * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have | dkf | 2002-08-16 | 1 | -19/+7 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2002-08-14 | 2 | -127/+63 |
|
|
* | * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863]. | Miguel Sofer | 2002-08-12 | 1 | -1/+3 |
|
|
* | [Patch #591647] (darley) | hobbs | 2002-08-08 | 1 | -2/+4 |
|
|
* | * tests/fCmd.test: | hobbs | 2002-08-08 | 1 | -3/+53 |
|
|
* | * docs/BoolObj.3: added description of valid string reps for a | Miguel Sofer | 2002-08-07 | 1 | -97/+117 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2002-08-07 | 2 | -11/+3 |
|
|
* | * generic/tclObj.c (Tcl_NewObj): added conditional code for | Miguel Sofer | 2002-08-07 | 1 | -1/+3 |
|
|
* | * generic/tclInt.decls: | das | 2002-08-06 | 3 | -3/+53 |
|
|
* | * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like | dgp | 2002-08-05 | 3 | -7/+7 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 24 | -1321/+1569 |
|
|
* | * generic/tclExecute.c: bugfix (reading freed memory). Testsuite | Miguel Sofer | 2002-08-01 | 1 | -22/+18 |
|
|
* | * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects, | Miguel Sofer | 2002-08-01 | 1 | -19/+73 |
|
|
* | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): | mdejong | 2002-08-01 | 1 | -2/+2 |
|
|
* | TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then string | Miguel Sofer | 2002-07-31 | 1 | -5/+5 |
|
|
* | * generic/tclInterp.c: signed/unsigned comparison warning fixed | Miguel Sofer | 2002-07-31 | 1 | -3/+3 |
|
|
* | Comment formatting fixes | dkf | 2002-07-31 | 1 | -46/+46 |
|
|
* | * tests/io.test: | andreas_kupries | 2002-07-30 | 1 | -2/+16 |
|
|