| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -4/+4 |
|
|
* | * generic/tclCmdMZ.c: Revised [string to* $s $first $last] | dgp | 2007-03-30 | 1 | -8/+4 |
|
|
* | * generic/tclCmdMZ.c (STR_REVERSE): Implement the actual | dgp | 2007-03-28 | 1 | -36/+2 |
|
|
* | * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with | dgp | 2007-03-27 | 1 | -12/+14 |
|
|
* | Function header/whitespace police/general format fixes | dkf | 2007-02-06 | 1 | -152/+157 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -3/+103 |
|
|
* | TIP#269 implementation | dkf | 2006-11-22 | 1 | -10/+65 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -4/+4 |
|
|
* | Optimize for the unshared case. | dkf | 2006-11-09 | 1 | -8/+31 |
|
|
* | Implemented [string reverse]. | dkf | 2006-11-09 | 1 | -5/+25 |
|
|
* | Silence compiler grumbles. | dkf | 2006-11-02 | 1 | -37/+36 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -9/+8 |
|
|
* | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin | das | 2006-08-21 | 1 | -5/+17 |
|
|
* | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 1 | -3/+6 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -10/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -41/+9 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -2/+4 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -11/+5 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -14/+8 |
|
|
* | More whitespace cleansing and _ANSI_ARGS_ purging | dkf | 2005-08-26 | 1 | -145/+146 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -1373/+1443 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate | mdejong | 2005-06-20 | 1 | -2/+15 |
|
|
* | Another indentation fix | dkf | 2005-06-07 | 1 | -2/+2 |
|
|
* | Clean up indentation | dkf | 2005-06-07 | 1 | -9/+9 |
|
|
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -8/+16 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast | hobbs | 2005-05-25 | 1 | -2/+3 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a | das | 2005-05-23 | 1 | -5/+11 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around | dgp | 2005-05-18 | 1 | -11/+5 |
|
|
* | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -2/+5 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -12/+3 |
|
|
* | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -16/+47 |
|
|
* | Improved [switch] compilation. | dkf | 2005-04-08 | 1 | -1/+6 |
|
|
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -217/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -32/+22 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primary | dgp | 2004-10-15 | 1 | -30/+29 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -3/+2 |
|
|
* | Convert Tcl_GetString to TclGetString for minor speed increase | dkf | 2004-10-06 | 1 | -17/+17 |
|
|
* | Simplify [switch] implementation. | dkf | 2004-10-06 | 1 | -133/+140 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -64/+60 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -1/+3 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline | dgp | 2004-09-22 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -4/+2 |
|
|
* | Fix a crash caused by sharing in [string map]. [Bug 1018562] | dkf | 2004-08-30 | 1 | -5/+22 |
|
|
* | * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and | dgp | 2004-07-07 | 1 | -15/+22 |
|
|
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -8/+54 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -7/+11 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. | dgp | 2004-01-13 | 1 | -3/+3 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -64/+154 |
|
|