| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tcl.decls: workaround 'make checkstubs' failures from | das | 2007-05-16 | 1 | -1/+14 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-23 | 1 | -18/+18 |
|
|
* | TIP#298 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -2/+2 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -1/+24 |
|
|
* | TIP 27 changes for Tcl_CreateEncoding | Kevin B Kenny | 2006-09-26 | 1 | -2/+2 |
|
|
* | TIP#268 IMPLEMENTATION | andreas_kupries | 2006-09-22 | 1 | -6/+13 |
|
|
* | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -1/+17 |
|
|
* | TIP#181 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -2/+13 |
|
|
* | Export Tcl_InitBignumFromDouble | Kevin B Kenny | 2005-12-27 | 1 | -1/+8 |
|
|
* | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 1 | -7/+1 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -1/+8 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+9 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -7/+10 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -1/+16 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 1 | -1/+10 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+16 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -38/+38 |
|
|
* | * generic/tcl.decls: | dgp | 2005-05-02 | 1 | -2/+2 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -2/+5 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -1/+13 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 1 | -1/+48 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -1/+18 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -1/+51 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -50/+1 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -9/+9 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -1/+7 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -1/+6 |
|
|
* | Duplicated declarations for TIP#139; docs still to do. | dkf | 2003-08-25 | 1 | -3/+49 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+7 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -2/+2 |
|
|
* | * generic/tcl.decls: | das | 2003-05-13 | 1 | -1/+9 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 1 | -1/+44 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -1/+13 |
|
|
* | * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -63/+70 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -2/+2 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -2/+2 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -2/+2 |
|
|
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -2/+2 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -20/+22 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -10/+11 |
|
|
* | * doc/GetIndex.3: | dgp | 2002-02-28 | 1 | -2/+2 |
|
|
* | * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct): | dgp | 2002-02-20 | 1 | -3/+3 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -219/+241 |
|
|
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -2/+22 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -12/+12 |
|
|
* | * For each interface identified in the | dgp | 2002-01-31 | 1 | -10/+10 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -7/+9 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -27/+29 |
|
|
* | * Updated socket interfaces according to TIP 27. Updated callers. | dgp | 2002-01-23 | 1 | -6/+7 |
|
|