summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, allericm2000-09-201-1/+2
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT tohobbs2000-09-061-5/+30
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-251-149/+870
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): reworked to operate inhobbs2000-05-261-282/+253
* * win/tclWinPipe.c (TclpCreateTempFile): Added conversion ofericm2000-04-101-3/+27
* *** empty log message ***hobbs2000-02-051-2/+1
* * tests/regexp.test: added tests for -all and -inline switcheshobbs2000-02-021-74/+150
* * tests/var.test:hobbs1999-12-121-2/+2
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-2/+3
* * unix/tclUnixNotfy.c: fixed event/io threading problems byhobbs1999-10-211-2/+2
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-24/+95
* * Changed version to 8.2b2.redman1999-07-221-2/+7
* * tests/string.test:stanton1999-07-091-3/+3
* Fixed lint found by Jim Inghamwelch1999-07-021-4/+5
* * tests/regexp.test:stanton1999-06-171-18/+40
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-14/+18