summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-10/+8
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-031-35/+48
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-163/+175
* Rewrote the [string] and [dict] implementations to be ready for conversiondkf2007-11-221-1079/+1955
* improvements to commentsdkf2007-11-191-2/+18
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-43/+44
* \u0000 is ASCII! [Bug 1808258]dkf2007-11-011-13/+11
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-78/+39
* * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macroMiguel Sofer2007-08-121-5/+5
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-7/+7
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-19/+21
* Make [string first] and [string last] clearerdkf2007-06-081-3/+4
* * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dictdgp2007-05-011-1/+2
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-5/+5
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+4
* * generic/tclCmdMZ.c: Revised [string to* $s $first $last]dgp2007-03-301-8/+4
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-281-36/+2
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-271-12/+14
* Function header/whitespace police/general format fixesdkf2007-02-061-152/+157
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-3/+103
* TIP#269 implementationdkf2006-11-221-10/+65
* TIP#270 IMPLEMENTATIONdgp2006-11-151-4/+4
* Optimize for the unshared case.dkf2006-11-091-8/+31
* Implemented [string reverse].dkf2006-11-091-5/+25
* Silence compiler grumbles.dkf2006-11-021-37/+36
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-4/+4
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-9/+8
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-211-5/+17
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-3/+6
* * generic/tclBinary.c:Miguel Sofer2005-11-041-10/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-41/+9
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-2/+4
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-11/+5
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-14/+8
* More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-261-145/+146
* Getting more systematic about styledkf2005-07-171-1373/+1443
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generatemdejong2005-06-201-2/+15
* Another indentation fixdkf2005-06-071-2/+2
* Clean up indentationdkf2005-06-071-9/+9
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-8/+16
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+3
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-231-5/+11
* * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper arounddgp2005-05-181-11/+5
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-2/+5
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-12/+3
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-16/+47
* Improved [switch] compilation.dkf2005-04-081-1/+6
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-217/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-32/+22