| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | bugfix to the bugfix to the new [for] compiled code | Miguel Sofer | 2002-02-26 | 1 | -3/+5 |
|
|
* | revert accidental commit of tclAlloc.c to r1.11 | hobbs | 2002-02-26 | 1 | -946/+2 |
|
|
* | * generic/tclHash.c (AllocArrayEntry, AllocStringEntry): | hobbs | 2002-02-26 | 2 | -7/+957 |
|
|
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 1 | -4/+24 |
|
|
* | Added clarification comment. | dkf | 2002-02-25 | 1 | -1/+4 |
|
|
* | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | Miguel Sofer | 2002-02-25 | 1 | -21/+25 |
|
|
* | * generic/tclInt.h: | dgp | 2002-02-22 | 3 | -23/+68 |
|
|
* | Optimising [if], [for] and [while] for constant conditions | Miguel Sofer | 2002-02-22 | 1 | -193/+273 |
|
|
* | Added TIP#76 implementation, docs + tests. | dkf | 2002-02-22 | 1 | -11/+19 |
|
|
* | typo correction in latest change | dgp | 2002-02-21 | 1 | -2/+2 |
|
|
* | Improving 'long long' detection... | dkf | 2002-02-21 | 1 | -6/+11 |
|
|
* | * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct): | dgp | 2002-02-20 | 3 | -18/+13 |
|
|
* | Made tcl.h better at guessing what is going on with 64-bit types when | dkf | 2002-02-20 | 1 | -4/+8 |
|
|
* | Fixed behaviour of [format] on 64-bit platforms by defining it to work with | dkf | 2002-02-19 | 1 | -13/+16 |
|
|
* | * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast and | hobbs | 2002-02-16 | 1 | -14/+2 |
|
|
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 4 | -8/+43 |
|
|
* | * tclExecute.c: | andreas_kupries | 2002-02-15 | 3 | -6/+10 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 31 | -1254/+3092 |
|
|
* | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Trivial fix for bug | andreas_kupries | 2002-02-14 | 1 | -4/+2 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 7 | -93/+517 |
|
|
* | * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree being | hobbs | 2002-02-08 | 1 | -2/+4 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 11 | -60/+58 |
|
|
* | * tests/scan.test: | hobbs | 2002-02-07 | 1 | -1/+8 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check | hobbs | 2002-02-07 | 1 | -6/+31 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case to | hobbs | 2002-02-07 | 1 | -42/+137 |
|
|
* | generic/regc_locale.c (casecmp): slight performance improvement | hobbs | 2002-02-07 | 1 | -9/+5 |
|
|