| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -22/+753 |
|
|
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -15/+15 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): | hobbs | 2002-05-30 | 1 | -9/+7 |
|
|
* | Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()is | dkf | 2002-05-29 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: | hobbs | 2002-05-29 | 1 | -106/+62 |
|
|
* | Partial resolution of Bug #536831; the comment is a bit clearer! | dkf | 2002-04-18 | 1 | -2/+10 |
|
|
* | * Corrected [subst] so that return codes | dgp | 2002-04-05 | 1 | -3/+9 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -13/+23 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfo | hobbs | 2002-03-01 | 1 | -2/+6 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 1 | -9/+10 |
|
|
* | Added TIP#76 implementation, docs + tests. | dkf | 2002-02-22 | 1 | -11/+19 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -2/+10 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case to | hobbs | 2002-02-07 | 1 | -42/+137 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about case | hobbs | 2002-02-02 | 1 | -8/+12 |
|
|
* | * Updated APIs in generic/tclCmdMZ.c according to the guidelines | dgp | 2002-01-21 | 1 | -4/+4 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -11/+11 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -5/+5 |
|
|
* | * typo corrections in comments | dgp | 2001-12-20 | 1 | -3/+3 |
|
|
* | Tightened up the argument passing for [switch] to promote robuster scripts. | dkf | 2001-11-27 | 1 | -31/+59 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces): | dgp | 2001-11-21 | 1 | -2/+2 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -5/+5 |
|
|
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 1 | -40/+15 |
|
|
* | Undo of mistaken commit. Sorry! | dgp | 2001-10-16 | 1 | -5/+5 |
|
|
* | * Added test to demonstrate memory corruption problems. [Bug 219393]. | dgp | 2001-10-16 | 1 | -5/+5 |
|
|
* | removed unnecessary inclusions of tclCompile.h [Patch 466823] | Miguel Sofer | 2001-10-01 | 1 | -2/+1 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from | hobbs | 2001-09-13 | 1 | -15/+27 |
|
|
* | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use | Miguel Sofer | 2001-09-13 | 1 | -7/+7 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd): | hobbs | 2001-08-07 | 1 | -12/+18 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -10/+7 |
|
|
* | * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros | hobbs | 2001-07-16 | 1 | -17/+1 |
|
|
* | TIP#36 implementation. Also includes cleanup for subst option | dkf | 2001-07-12 | 1 | -71/+142 |
|
|
* | Fix for bug #219232 (submatch errors with regexp -all -inline -indices) | dkf | 2001-06-12 | 1 | -2/+6 |
|
|
* | generic/tclCmdMZ.c: made use of new Tcl_GetUnicodeFromObj | hobbs | 2001-05-17 | 1 | -62/+60 |
|
|
* | Negative start index to [string first] caused offset return value (Bug 423581) | dkf | 2001-05-14 | 1 | -1/+7 |
|
|
* | (TIP #27) Another round of CONST changes, this | Kevin B Kenny | 2001-04-24 | 1 | -5/+5 |
|
|
* | Fixed problem with [string compare \x00 \x01] and hopefully sped the | dkf | 2001-04-06 | 1 | -28/+104 |
|
|
* | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] | dkf | 2001-04-05 | 1 | -3/+3 |
|
|
* | * tests/regexp.test (regexp-19.1): | hobbs | 2001-03-28 | 1 | -3/+4 |
|
|
* | A missing return was causing memory corruption in [string map]. | dkf | 2001-03-13 | 1 | -1/+2 |
|
|
* | [split $string ""] now shares character strings in the resulting list, | dkf | 2001-02-16 | 1 | -2/+21 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, all | ericm | 2000-09-20 | 1 | -1/+2 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT to | hobbs | 2000-09-06 | 1 | -5/+30 |
|
|
* | * doc/trace.n: Updated documentation for new syntax; flagged old | ericm | 2000-08-25 | 1 | -149/+870 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): reworked to operate in | hobbs | 2000-05-26 | 1 | -282/+253 |
|
|
* | * win/tclWinPipe.c (TclpCreateTempFile): Added conversion of | ericm | 2000-04-10 | 1 | -3/+27 |
|
|
* | *** empty log message *** | hobbs | 2000-02-05 | 1 | -2/+1 |
|
|
* | * tests/regexp.test: added tests for -all and -inline switches | hobbs | 2000-02-02 | 1 | -74/+150 |
|
|
* | * tests/var.test: | hobbs | 1999-12-12 | 1 | -2/+2 |
|
|