summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-70/+161
* 3 small fixesvincentdarley2002-11-131-5/+16
* * tests/split.test: added 1-char string split testshobbs2002-11-121-15/+52
* execution trace fixvincentdarley2002-10-151-7/+34
* * generic/tclBasic.c:Miguel Sofer2002-08-221-10/+19
* * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863].Miguel Sofer2002-08-121-1/+3
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-8/+8
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-191-1/+4
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-22/+753
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-15/+15
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-301-9/+7
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-291-2/+2
* * generic/tclInt.decls:hobbs2002-05-291-106/+62
* Partial resolution of Bug #536831; the comment is a bit clearer!dkf2002-04-181-2/+10
* * Corrected [subst] so that return codesdgp2002-04-051-3/+9
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-291-13/+23
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-3/+3
* * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfohobbs2002-03-011-2/+6
* generic/tclCmdMZ.chobbs2002-02-271-9/+10
* Added TIP#76 implementation, docs + tests.dkf2002-02-221-11/+19
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+10
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-2/+2
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case tohobbs2002-02-071-42/+137
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about casehobbs2002-02-021-8/+12
* * Updated APIs in generic/tclCmdMZ.c according to the guidelinesdgp2002-01-211-4/+4
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-11/+11
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-5/+5
* * typo corrections in commentsdgp2001-12-201-3/+3
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-271-31/+59
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-211-2/+2
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-5/+5
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-40/+15
* Undo of mistaken commit. Sorry!dgp2001-10-161-5/+5
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-5/+5
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-011-2/+1
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix fromhobbs2001-09-131-15/+27
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-7/+7
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd):hobbs2001-08-071-12/+18
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-10/+7
* * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macroshobbs2001-07-161-17/+1
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-121-71/+142
* Fix for bug #219232 (submatch errors with regexp -all -inline -indices)dkf2001-06-121-2/+6
* generic/tclCmdMZ.c: made use of new Tcl_GetUnicodeFromObjhobbs2001-05-171-62/+60
* Negative start index to [string first] caused offset return value (Bug 423581)dkf2001-05-141-1/+7
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-241-5/+5
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-061-28/+104
* Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844]dkf2001-04-051-3/+3
* * tests/regexp.test (regexp-19.1):hobbs2001-03-281-3/+4
* A missing return was causing memory corruption in [string map].dkf2001-03-131-1/+2
* [split $string ""] now shares character strings in the resulting list,dkf2001-02-161-2/+21