summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclProc.c (TclCloneProc): Fixed leaking of 'procNew', mod_8_3_4_branchandreas_kupries2003-05-071-1/+2
* * generic/tclBasic.c (Tcl_CloneInterp): Added code to propagateandreas_kupries2003-04-151-13/+104
* * generic/tclCompile.c (TclCleanupByteCode): when usinghobbs2002-12-061-8/+13
* * generic/tclCompile.c (TclCleanupByteCode): When encountering aandreas_kupries2002-12-063-9/+37
* * generic/tclLiteral.c (LiteralThreadExitProc): do no deletehobbs2002-12-061-1/+8
* objify testclone commandhobbs2002-12-061-35/+44
* * generic/tclBasic.c (Tcl_CloneInterp): Moved 'TclCreateExecEnv'andreas_kupries2002-11-261-10/+10
* * tclBasic.c (CloneVariable): The initialization of the refCountandreas_kupries2002-11-261-2/+5
* * generic/tclLiteral.c (TclGlobalLiteralTable): add a thread exithobbs2002-11-261-2/+35
* * generic/tclMain.c (Tcl_Main): added Tcl_DeleteInterp andhobbs2002-11-261-1/+7
* * generic/tclProc.c (TclCloneProc): Helper for Tcl_CloneInterp.andreas_kupries2002-11-2612-247/+1633
* * generic/tclCompile.h:hobbs2002-11-075-23/+147
* * generic/tclExecute.c (EvalStatsCmd): obj-ify evalstats command,hobbs2002-11-071-396/+431
* reduce TCL_RESULT_SIZE from 200 to 20hobbs2002-11-071-2/+2
* * generic/tclParseExpr.c: 'struct ParseInfo'.andreas_kupries2002-11-058-190/+210
* * generic/tclObj.c (TclInitObjSubsystem, Tcl_DbIsShared): enablehobbs2002-11-051-1/+18
* * generic/tclBasic.c (Tcl_CreateInterp): simplify ByteCodeStatshobbs2002-11-051-29/+2
* * generic/tclExecute.c (EvalStatsCmd): rework to use sprintf forhobbs2002-11-051-78/+159
* * generic/tclHash.c (HashString): minor performance tweak.hobbs2002-11-051-2/+2
* * generic/tclExecute.c (TclCompileByteCodesForExpr): Bugfix. Addedandreas_kupries2002-07-192-5/+7
* * generic/tclCompile.c (TclCompileTokens): Modified imported bugfixandreas_kupries2002-03-186-24/+76
* * NOTES: Updated to explain the usage of the various macrosandreas_kupries2001-12-059-36/+90
* * NOTES:andreas_kupries2001-12-0411-192/+213
* NRE1 patch by Miguel Sofer. Several new controllingandreas_kupries2001-12-0318-949/+1573
* * NOTES: New file. Read here about the new modularization macros,andreas_kupries2001-11-2821-125/+1135
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd) Added extra parentheses to aKevin B Kenny2001-11-201-2/+2
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): Corrected bug in [time]Kevin B Kenny2001-11-191-3/+3
* * tests/var.test:dgp2001-11-091-2/+2
* See ChangeLog.andreas_kupries2001-11-071-7/+17
* added -DPURIFY object allocation optionhobbs2001-10-192-4/+38
* * tests/clock.test (clock-8.1):hobbs2001-10-182-2/+36
* regend from stubs changes for machobbs2001-10-181-2/+2
* Backport of some mac specific changes added to 8.4 since 8.3.3das2001-10-177-14/+31
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-155-11/+45
* * generic/tcl.h:hobbs2001-10-151-2/+6
* generic/tclLiteral.c: (TclReleaseLiteral) insured thatMiguel Sofer2001-10-111-32/+24
* Updated as best I can without adding additional Unicode handling functionsdkf2001-10-101-41/+48
* corrected () balancing in back-porthobbs2001-10-101-2/+2
* removed duplicate definition of tclObjsAlloced andMiguel Sofer2001-10-091-10/+1
* generic/tclFileName.c (ExtractWinRoot): corrected ABR errorhobbs2001-10-091-22/+23
* generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 46...Miguel Sofer2001-10-091-11/+1
* tclCmdIL bugfixes (info body & lsort -index end-x)dkf2001-10-081-25/+26
* insured that self-referential bytecodes are properly cleaned up onMiguel Sofer2001-10-061-1/+11
* updated patchlevel to 8.3.4.hobbs2001-10-031-3/+3
* * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing ofhobbs2001-10-031-11/+12
* * generic/tclIO.c: added (on behalf of Kevin Kennyandreas_kupries2001-09-281-3/+3
* * generic/tclIO.c (ChannelTimerProc): Added Tcl_Preserve()dgp2001-09-281-2/+3
* * The changes below fix [Bug #462317] where Expect tried to readandreas_kupries2001-09-272-16/+53
* * The change below fixes [Bug #464380]. The bug was reported byandreas_kupries2001-09-241-10/+11
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-202-10/+24