| Commit message (Expand) | Author | Age | Files | Lines |
* | * compat/strftime.c: Modified TclpStrftime to return its
| Kevin B Kenny | 2003-05-18 | 1 | -1/+2 |
|
|
* | * library/dde/pkgIndex.tcl: Applied TIP #130 which provides | patthoyts | 2003-05-16 | 1 | -19/+98 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code to | hobbs | 2003-05-16 | 1 | -71/+46 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -7/+7 |
|
|
* | * win/tclWinSerial.c (SerialCloseProc): correct mem leak on | hobbs | 2003-05-11 | 1 | -1/+3 |
|
|
* | fix bad cvs lf conversion | Joe Mistachkin | 2003-05-10 | 1 | -449/+449 |
|
|
* | fix for [Bugs 733221, 733156] | Joe Mistachkin | 2003-05-10 | 1 | -400/+449 |
|
|
* | Use the boolean $(DEBUG) instead of a string comparison on $(DBGX). | davygrvy | 2003-04-30 | 1 | -7/+7 |
|
|
* | * win/tclWinThrd.c: Applied SF patch #727271. This patch changes | andreas_kupries | 2003-04-25 | 1 | -9/+54 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 2 | -2/+135 |
|
|
* | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. | hobbs | 2003-04-18 | 2 | -4/+8 |
|
|
* | * win/configure: regen | hobbs | 2003-04-18 | 2 | -1/+11 |
|
|
* | Corrected use of types to make compilation compatible with VC++5. | Kevin B Kenny | 2003-04-15 | 1 | -37/+37 |
|
|
* | Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in
| Kevin B Kenny | 2003-04-15 | 1 | -2/+3 |
|
|
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-04-15 | 2 | -15/+15 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 1 | -1/+3 |
|
|
* | vc++ 5.2 compile fix | vincentdarley | 2003-04-14 | 1 | -1/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-14 | 4 | -8/+95 |
|
|
* | * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c | hobbs | 2003-04-12 | 1 | -1/+2 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 2 | -123/+304 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 4 | -77/+359 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 3 | -2/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-03 | 3 | -3/+11 |
|
|
* | Added quoting around the script name in the 'test' target; Joe
| Kevin B Kenny | 2003-03-23 | 1 | -3/+3 |
|
|
* | * win/tclWinDde.c: Make dde services conform the the documentation | patthoyts | 2003-03-22 | 1 | -43/+160 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 1 | -3/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-03-19 | 2 | -92/+59 |
|
|
* | * win/tcl.m4 (SC_WITH_TCL): Port version number | mdejong | 2003-03-13 | 1 | -4/+4 |
|
|
* | Require autoconf 2.57 or newer, see TIP 34 | mdejong | 2003-03-13 | 2 | -1130/+3767 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 1 | -3/+6 |
|
|
* | Added two missing uses of $(DBGX) so that tclpip8x.dll loads without
| Kevin B Kenny | 2003-03-11 | 1 | -3/+3 |
|
|
* | updated default tcl version to 8.5 | davygrvy | 2003-03-06 | 1 | -2/+2 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 7 | -30/+30 |
|
|
* | Corrected a Makefile.vc bug introduced by the change of DBGX from
| Kevin B Kenny | 2003-03-03 | 1 | -3/+11 |
|
|
* | * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for | dgp | 2003-03-03 | 2 | -4/+4 |
|
|
* | * win/configure: | hobbs | 2003-03-01 | 3 | -9/+9 |
|
|
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c... | chengyemao | 2003-02-27 | 1 | -2/+2 |
|
|
* | * README: Bumped to version 8.4.2. | hobbs | 2003-02-15 | 3 | -5/+5 |
|
|
* | * win/tclWinTime.c: Added code to test and compensate for forward
| Kevin B Kenny | 2003-02-14 | 1 | -13/+29 |
|
|
* | Added conversion from the system encoding to tcl_platform(user), so
| Kevin B Kenny | 2003-02-13 | 1 | -5/+9 |
|
|
* | * win/configure: | mdejong | 2003-02-11 | 2 | -52/+54 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -4/+9 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -105/+84 |
|
|
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 2 | -151/+185 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 4 | -17/+42 |
|
|
* | * generic/tcl.h: Add TCL_PREFIX_IDENT and | mdejong | 2003-01-28 | 2 | -5/+37 |
|
|
* | * win/README: Update msys+mingw URL to release 6. | mdejong | 2003-01-27 | 1 | -4/+4 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-27 | 3 | -37/+105 |
|
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -10/+93 |
|
|
* | * win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings): | mdejong | 2003-01-25 | 3 | -125/+194 |
|
|