| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 1 | -1/+8 |
|
|
* | * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= | hobbs | 2005-12-08 | 1 | -2/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+24 |
|
|
* | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -1/+5 |
|
|
* | Fixed bad definition of CRTEXPORT which should have been | vasiljevic | 2005-10-14 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Fix for bug #1256937 - correctly decorate | patthoyts | 2005-10-14 | 1 | -2/+18 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 1 | -20/+14 |
|
|
* | TIP #254 implementation | dkf | 2005-09-08 | 1 | -960/+955 |
|
|
* | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! | dkf | 2005-06-07 | 1 | -6/+2 |
|
|
* | Bump patchlevel to a4 | dkf | 2005-06-07 | 1 | -3/+3 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 1 | -8/+20 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+18 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 1 | -9/+1 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -1/+22 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -1/+6 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 1 | -1/+8 |
|
|
* | * generic/tcl.h: Restored extern "C" guards so that C++ code | dgp | 2004-12-13 | 1 | -1/+17 |
|
|
* | Bump to a3 to prevent confusion with a2 release. | dkf | 2004-12-10 | 1 | -3/+3 |
|
|
* | * unix/configure.in: The change below reveals that the public | dgp | 2004-11-17 | 1 | -5/+1 |
|
|
* | * generic/tcl.h: | das | 2004-11-16 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -4/+5 |
|
|
* | * generic/tcl.h: | das | 2004-11-12 | 1 | -1/+5 |
|
|
* | * generic/tcl.h: Moved the preprocessor logic | davygrvy | 2004-11-03 | 1 | -8/+8 |
|
|
* | Improved comments on selected flags in tcl.h | dkf | 2004-11-01 | 1 | -3/+13 |
|
|
* | * generic/tcl.h: Removed the file level 'extern "C" {' and the | davygrvy | 2004-10-27 | 1 | -17/+1 |
|
|
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -4/+5 |
|
|
* | * generic/tcl.h: Micro formatting fixes. | andreas_kupries | 2004-09-10 | 1 | -4/+4 |
|
|
* | Fix missed references to 8.4, spotted by Theo Verelst. | dkf | 2004-07-01 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -4/+9 |
|
|
* | * generic/tcl.h: Restored #include <stdio.h> to tcl.h, | dgp | 2004-06-04 | 1 | -1/+12 |
|
|
* | Finish fixing comments for [Bug 848440] | dkf | 2004-05-25 | 1 | -2/+3 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -1/+19 |
|
|
* | * generic/tcl.h: Removed obsolete declarations and #include's. | dgp | 2004-04-25 | 1 | -7/+1 |
|
|
* | Add comment for TCL_TOKEN_EXPAND_WORD flag | dgp | 2004-03-31 | 1 | -1/+6 |
|
|
* | * README: Bumped version number to 8.5a2 to | dgp | 2004-03-26 | 1 | -3/+3 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -44/+6 |
|
|
* | reformatted a comment I had once moved so it doesn't exceed 74 colums. | davygrvy | 2004-03-08 | 1 | -3/+3 |
|
|
* | update patchlevel to 8.5a1 | hobbs | 2004-03-02 | 1 | -3/+3 |
|
|
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 1 | -1/+8 |
|
|
* | Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED | davygrvy | 2004-01-09 | 1 | -16/+18 |
|
|
* | Removed note that makefile.vc needs to have a version number changed. | davygrvy | 2003-12-23 | 1 | -2/+1 |
|
|
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -1/+6 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -1/+2 |
|
|
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -2/+3 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -4/+11 |
|
|
* | Added some support for the OpenWatcom compiler. A win/makefile.wc to | davygrvy | 2003-08-27 | 1 | -3/+6 |
|
|
* | Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler | davygrvy | 2003-08-26 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Revert change made on 2003-07-21 | mdejong | 2003-07-24 | 1 | -10/+1 |
|
|
* | Check that the thread incrementing or decrementing | mdejong | 2003-07-22 | 1 | -1/+10 |
|
|