| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -0/+8 |
|\ |
|
* \ | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 1 | -5/+8 |
|
|
* | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+4 |
|
|
* | | cleanup tcl.decls (unnecessary "generic" argument) | jan.nijtmans | 2012-04-03 | 1 | -842/+842 |
|\ \
| |/ |
|
| * | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 1 | -863/+867 |
|
|
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 1 | -2/+2 |
|
|
| * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -1/+1 |
|
|
* | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -4/+4 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -1/+21 |
|
|
| * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -1/+19 |
|
|
| * | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -2/+2 |
|
|
| * | * generic/tcl.decls: | das | 2003-05-13 | 1 | -1/+9 |
|
|
* | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -227/+237 |
|
|
* | | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 1 | -2/+2 |
|
|
* | | fix typos | das | 2008-03-19 | 1 | -3/+3 |
|
|
* | | Added exported non-stub function Tcl_GetMemoryInfo | dkf | 2008-03-19 | 1 | -1/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 1 | -79/+99 |
|
|
* | | fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1 | das | 2007-09-20 | 1 | -1/+4 |
|
|
* | | * 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 |
|
|