summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* [Patch #591647] (darley)hobbs2002-08-081-2/+4
* * tests/fCmd.test:hobbs2002-08-081-3/+53
* * docs/BoolObj.3: added description of valid string reps for aMiguel Sofer2002-08-071-97/+117
* * generic/tclCompile.h:Miguel Sofer2002-08-072-11/+3
* * generic/tclObj.c (Tcl_NewObj): added conditional code forMiguel Sofer2002-08-071-1/+3
* * generic/tclInt.decls:das2002-08-063-3/+53
* * generic/tcl.decls: Restored Tcl_Concat to return (char *). Likedgp2002-08-053-7/+7
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-0524-1321/+1569
* * generic/tclExecute.c: bugfix (reading freed memory). TestsuiteMiguel Sofer2002-08-011-22/+18
* * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects,Miguel Sofer2002-08-011-19/+73
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem):mdejong2002-08-011-2/+2
* TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then stringMiguel Sofer2002-07-311-5/+5
* * generic/tclInterp.c: signed/unsigned comparison warning fixedMiguel Sofer2002-07-311-3/+3
* Comment formatting fixesdkf2002-07-311-46/+46
* * tests/io.test:andreas_kupries2002-07-301-2/+16
* * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases whenrmax2002-07-291-5/+2
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-294-15/+20
* Extra comments for argumentsdkf2002-07-291-28/+29
* Fixes for regexp issues raised in [Bug 578363].dkf2002-07-292-440/+466
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-293-89/+81
* * generic/tclExecute.c: fixed Tcl_Obj leak in code correspondingMiguel Sofer2002-07-271-2/+2