| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * unix/tclUnixFCmd.c: fix for compilation errors on platforms where | das | 2003-07-18 | 1 | -3/+2 |
|
|
* | * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the | hobbs | 2003-07-16 | 1 | -3/+20 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+11 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -6/+1 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 1 | -1/+14 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 1 | -4/+1 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -6/+7 |
|
|
* | * README: Bumped to version 8.4.2. | hobbs | 2003-02-15 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Add TCL_PREFIX_IDENT and | mdejong | 2003-01-28 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: Revert earlier change that | mdejong | 2003-01-17 | 1 | -2/+2 |
|
|
* | Fix mingw build problems and compiler warnings. | mdejong | 2003-01-14 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Skip Tcl's define of CHAR, | mdejong | 2003-01-13 | 1 | -3/+6 |
|
|
* | * generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevel | hobbs | 2002-11-12 | 1 | -2/+2 |
|
|
* | * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 | das | 2002-10-21 | 1 | -1/+3 |
|
|
* | * generic/tcl.h: Need a different strategy through the maze of | dkf | 2002-10-11 | 1 | -10/+15 |
|
|
* | * README: Bumped to version 8.4.1 to avoid confusion | dgp | 2002-09-27 | 1 | -3/+3 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 1 | -3/+8 |
|
|
* | * generic/tcl.h: | das | 2002-09-12 | 1 | -16/+6 |
|
|
* | Bumped version number to 8.4.0 | hobbs | 2002-09-02 | 1 | -4/+4 |
|
|
* | *** 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/+21 |
|
|
* | * README: Bumped version number to 8.4b3 to distinguish | dgp | 2002-08-20 | 1 | -3/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -13/+23 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -2/+2 |
|
|
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -1/+2 |
|
|
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -5/+2 |
|
|
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -3/+3 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -2/+2 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -2/+2 |
|
|
* | * Bumped HEAD to version 8.4b2 so we can distinguish it from | dgp | 2002-07-14 | 1 | -6/+3 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -2/+2 |
|
|
* | Bumped version number to b1 in preparation for release. | dkf | 2002-06-21 | 1 | -5/+5 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 1 | -1/+12 |
|
|
* | Trims to support the removal of RESOURCE_INCLUDED from rc | davygrvy | 2002-06-18 | 1 | -11/+11 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -1/+9 |
|
|
* | generic/tcl.h: #ifdef logic for K&R C backwards compatibility | jenglish | 2002-06-17 | 1 | -78/+47 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -2/+2 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -5/+17 |
|
|
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -1/+5 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -9/+12 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -2/+2 |
|
|