| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -2/+13 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -7/+4 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+3 |
|
|
* | * generic/tclCmdAH.c (StoreStateData): Removed improper refcount | dgp | 2004-02-04 | 1 | -2/+4 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -80/+61 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -3/+3 |
|
|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -3/+15 |
|
|
* | file normalize ~nobody fix | vincentdarley | 2003-12-12 | 1 | -1/+4 |
|
|
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -8/+17 |
|
|
* | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] | dkf | 2003-10-22 | 1 | -77/+66 |
|
|
* | * generic/tclCmdAH.c: Corrected bug in TIP 90 implementation | dgp | 2003-08-29 | 1 | -1/+8 |
|
|
* | Stopped [format] from demoting wides to ints too easily. [Bug 699060] | dkf | 2003-05-14 | 1 | -3/+14 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -7/+62 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -13/+1 |
|
|
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 1 | -149/+159 |
|
|
* | * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime | dkf | 2003-03-07 | 1 | -7/+19 |
|
|
* | clearer error msgs for file link | vincentdarley | 2002-07-02 | 1 | -2/+2 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -5/+95 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -2/+2 |
|
|
* | generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZE | hobbs | 2002-04-23 | 1 | -3/+4 |
|
|
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 1 | -1/+3 |
|
|
* | Fixed behaviour of [format] on 64-bit platforms by defining it to work with | dkf | 2002-02-19 | 1 | -13/+16 |
|
|