summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclNotify.c (TclFinalizeNotifier): remove remaininghobbs2002-04-121-1/+12
* * generic/tclParse.c (Tcl_ParseVar): conditionally incr objhobbs2002-04-121-2/+10
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-1/+5
* * Corrected [subst] so that return codesdgp2002-04-051-3/+9
* tilde expansion cache-clearingvincentdarley2002-04-032-21/+37
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-291-13/+23
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-293-36/+42
* * Refactored CallTraces to collect repeateddgp2002-03-291-257/+124
* passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],Miguel Sofer2002-03-271-2/+3
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+11
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-251-2/+4
* fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv).Miguel Sofer2002-03-241-27/+34
* fixed typo and compiler warning in last commit; all tests now pass on unixvincentdarley2002-03-241-2/+2
* 4 fs fixesvincentdarley2002-03-245-52/+83
* fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) toMiguel Sofer2002-03-222-66/+19
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-2011-74/+79
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-151-3/+4
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-112-18/+20
* * Added the [interp recursionlimit] command todgp2002-03-072-53/+91
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-3/+3
* tclInt.h: restoring correct operation ordering in TclDecrRefCountMiguel Sofer2002-03-061-13/+13
* TIP#81 implementation, tests and docsdkf2002-03-061-142/+252
* * tests/io.test:hobbs2002-03-041-16/+23
* * tests/encoding.test: added encoding-23.* testshobbs2002-03-021-4/+11
* * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfohobbs2002-03-011-2/+6
* * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correc...hobbs2002-03-011-1/+2
* * generic/tclTimer.c (TimerExitProc): remove remaining events inhobbs2002-03-011-2/+14
* generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872]Miguel Sofer2002-02-281-6/+26
* Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181]Miguel Sofer2002-02-281-15/+13
* * doc/GetIndex.3:dgp2002-02-283-8/+8
* * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some referencedgp2002-02-281-1/+26
* * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs.hobbs2002-02-281-1/+4
* * generic/tclLink.c (Tcl_LinkVar): correct mem leak in error case.hobbs2002-02-281-2/+5
* * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leakhobbs2002-02-281-5/+6
* reversed accidental commit of unfinished sourceshobbs2002-02-273-990/+34
* generic/tclCmdMZ.chobbs2002-02-275-44/+1003
* * generic/tclFileName.c (Tcl_TranslateFileName): decr refcount forhobbs2002-02-271-3/+4
* * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation.hobbs2002-02-271-10/+8
* bugfix to the bugfix to the new [for] compiled codeMiguel Sofer2002-02-261-3/+5
* revert accidental commit of tclAlloc.c to r1.11hobbs2002-02-261-946/+2
* * generic/tclHash.c (AllocArrayEntry, AllocStringEntry):hobbs2002-02-262-7/+957
* avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207]Miguel Sofer2002-02-251-4/+24
* Added clarification comment.dkf2002-02-251-1/+4
* fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while].Miguel Sofer2002-02-251-21/+25
* * generic/tclInt.h:dgp2002-02-223-23/+68
* Optimising [if], [for] and [while] for constant conditionsMiguel Sofer2002-02-221-193/+273
* Added TIP#76 implementation, docs + tests.dkf2002-02-221-11/+19
* typo correction in latest changedgp2002-02-211-2/+2
* Improving 'long long' detection...dkf2002-02-211-6/+11
* * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct):dgp2002-02-203-18/+13