summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix 64bit int <-> ptr cast warningsdas2009-07-141-5/+5
* | | * generic/tclInt.h (TclNRSwitchObjCmd):Kevin B Kenny2009-07-141-3/+36
* | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex,andreas_kupries2009-07-141-3/+12
* | | Fix [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-6/+6
* | | * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-061-2/+2
* | | Fix [Bug 2688063]dkf2009-03-161-27/+34
* | | Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-091-6/+497
* | | * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-251-5/+4
* | | Simplify the implementation of some commands now that the underlying stringdkf2009-02-051-99/+59
* | | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-041-11/+14
* | | - eliminate some unnessary type castsnijtmans2009-02-031-14/+18
* | | Move [throw] implementation into C.dkf2009-01-131-1/+100
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-2/+2
* | | Added a test, correct a dumb blunder.dkf2009-01-051-2/+2
* | | Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-051-1/+11
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-2/+2
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-9/+10
* | | Implement TIP 318.dkf2008-09-291-7/+15
* | | nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-43/+7
* | | nr-enabling [while]Miguel Sofer2008-07-311-22/+47
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-5/+5
* | | Small clarifications that code a bit nicer to read.dkf2008-05-301-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-22/+22
|/ /
* | 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