| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister): | hobbs | 2002-04-23 | 1 | -10/+13 |
|
|
* | generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZE | hobbs | 2002-04-23 | 1 | -3/+4 |
|
|
* | * Free the memory allocated for the | dgp | 2002-04-20 | 1 | -2/+3 |
|
|
* | 2002-04-20 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-19 | 3 | -3/+16 |
|
|
* | list/string indexes don't destroy wide int rep [Bug #526717] | dkf | 2002-04-19 | 1 | -48/+80 |
|
|
* | [Bug 545325 ] info level didn't report namespace eval. | Miguel Sofer | 2002-04-18 | 1 | -4/+6 |
|
|
* | Fixed Bug #545644; [info body] always gives a proper string now! | dkf | 2002-04-18 | 1 | -1/+8 |
|
|
* | Partial resolution of Bug #536831; the comment is a bit clearer! | dkf | 2002-04-18 | 1 | -2/+10 |
|
|
* | fix for [Bug #542588], where "too large integers" were reported as | Miguel Sofer | 2002-04-18 | 1 | -12/+20 |
|
|
* | * generic/tclEncoding.c (EscapeFromUtfProc): | hobbs | 2002-04-18 | 2 | -34/+81 |
|
|
* | Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ... | Miguel Sofer | 2002-04-15 | 1 | -24/+23 |
|
|
* | made bytecodes check for a catch before returning; the compiled [return] is o... | Miguel Sofer | 2002-04-15 | 1 | -10/+12 |
|
|
* | * generic/tclNotify.c (TclFinalizeNotifier): remove remaining | hobbs | 2002-04-12 | 1 | -1/+12 |
|
|
* | * generic/tclParse.c (Tcl_ParseVar): conditionally incr obj | hobbs | 2002-04-12 | 1 | -2/+10 |
|
|
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -1/+5 |
|
|
* | * Corrected [subst] so that return codes | dgp | 2002-04-05 | 1 | -3/+9 |
|
|
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 2 | -21/+37 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -13/+23 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 3 | -36/+42 |
|
|
* | * Refactored CallTraces to collect repeated | dgp | 2002-03-29 | 1 | -257/+124 |
|
|
* | passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], | Miguel Sofer | 2002-03-27 | 1 | -2/+3 |
|
|
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -1/+11 |
|
|
* | Allow NULL callback on trace deletions [Bug 534728] | Miguel Sofer | 2002-03-25 | 1 | -2/+4 |
|
|
* | fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv). | Miguel Sofer | 2002-03-24 | 1 | -27/+34 |
|
|
* | fixed typo and compiler warning in last commit; all tests now pass on unix | vincentdarley | 2002-03-24 | 1 | -2/+2 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 5 | -52/+83 |
|
|
* | fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to | Miguel Sofer | 2002-03-22 | 2 | -66/+19 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 11 | -74/+79 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -3/+4 |
|
|
* | * generic/tclEncoding.c: Fix typo in comment. | mdejong | 2002-03-11 | 2 | -18/+20 |
|
|
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 2 | -53/+91 |
|
|
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 1 | -3/+3 |
|
|
* | tclInt.h: restoring correct operation ordering in TclDecrRefCount | Miguel Sofer | 2002-03-06 | 1 | -13/+13 |
|
|
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -142/+252 |
|
|
* | * tests/io.test: | hobbs | 2002-03-04 | 1 | -16/+23 |
|
|
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 1 | -4/+11 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfo | hobbs | 2002-03-01 | 1 | -2/+6 |
|
|
* | * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correc... | hobbs | 2002-03-01 | 1 | -1/+2 |
|
|
* | * generic/tclTimer.c (TimerExitProc): remove remaining events in | hobbs | 2002-03-01 | 1 | -2/+14 |
|
|
* | generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872] | Miguel Sofer | 2002-02-28 | 1 | -6/+26 |
|
|
* | Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] | Miguel Sofer | 2002-02-28 | 1 | -15/+13 |
|
|
* | * doc/GetIndex.3: | dgp | 2002-02-28 | 3 | -8/+8 |
|
|
* | * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference | dgp | 2002-02-28 | 1 | -1/+26 |
|
|
* | * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs. | hobbs | 2002-02-28 | 1 | -1/+4 |
|
|
* | * generic/tclLink.c (Tcl_LinkVar): correct mem leak in error case. | hobbs | 2002-02-28 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak | hobbs | 2002-02-28 | 1 | -5/+6 |
|
|
* | reversed accidental commit of unfinished sources | hobbs | 2002-02-27 | 3 | -990/+34 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 5 | -44/+1003 |
|
|
* | * generic/tclFileName.c (Tcl_TranslateFileName): decr refcount for | hobbs | 2002-02-27 | 1 | -3/+4 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation. | hobbs | 2002-02-27 | 1 | -10/+8 |
|
|