| Commit message (Expand) | Author | Age | Files | Lines |
* | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -1/+3 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -24/+24 |
|
|
* | missing char in error message | dgp | 2008-03-14 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c: Revised direct evaluation implementation of | dgp | 2008-03-07 | 1 | -6/+9 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -6/+6 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -4/+4 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -41/+44 |
|
|
* | Reduce number of StackAlloc and StackFree calls. | dgp | 2007-03-23 | 1 | -26/+16 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays | dgp | 2007-03-22 | 1 | -39/+28 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away | dgp | 2007-03-01 | 1 | -5/+5 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make | dgp | 2007-03-01 | 1 | -26/+28 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying | dgp | 2007-02-26 | 1 | -33/+6 |
|
|
* | Function header/whitespace police/general format fixes | dkf | 2007-02-06 | 1 | -121/+147 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -8/+20 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -7/+7 |
|
|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 1 | -7/+3 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -8/+7 |
|
|
* | Clean up uses of cast NULLs. | dkf | 2006-11-02 | 1 | -22/+22 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -11/+12 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -3/+3 |
|
|
* | * generic/tclCmdAH.c: Removed dead code that was old implementation | dgp | 2006-06-20 | 1 | -484/+1 |
|
|
* | comment adjustment | dgp | 2006-03-23 | 1 | -2/+1 |
|
|
* | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -8/+13 |
|
|
* | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support | hobbs | 2005-12-08 | 1 | -15/+4 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -8/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+4 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -24/+11 |
|
|
* | * generic/tclInt.h: New internal routines TclFormatObj() | dgp | 2005-09-09 | 1 | -1/+18 |
|
|
* | More whitespace cleansing and _ANSI_ARGS_ purging | dkf | 2005-08-26 | 1 | -185/+133 |
|
|
* | oops; how did I reorder those fields? :-( | dkf | 2005-07-17 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -757/+784 |
|
|
* | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] | dkf | 2005-06-17 | 1 | -10/+17 |
|
|
* | Add missing return in wrong#args case | dkf | 2005-06-07 | 1 | -1/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 1 | -1/+40 |
|
|
* | * generic/tclInt.h (TclGetEncodingFromObj): New function to | dgp | 2005-04-08 | 1 | -9/+6 |
|
|
* | * generic/tclThread.c: Typo police. Fixed some nits | andreas_kupries | 2005-01-21 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -3/+3 |
|
|
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -44/+15 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -22/+12 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -6/+8 |
|
|
* | Minor formatting fixes | dkf | 2004-10-06 | 1 | -95/+94 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -49/+36 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-05 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -2/+4 |
|
|
* | removed some workarounds for Bug 868489 | Kevin B Kenny | 2004-09-27 | 1 | -13/+2 |
|
|
* | * generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProc | dgp | 2004-09-23 | 1 | -34/+5 |
|
|
* | * generic/tclCmdAH.c: removed outdated comment [Bug 1029518]. | Miguel Sofer | 2004-09-19 | 1 | -7/+1 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -13/+2 |
|
|