| Commit message (Expand) | Author | Age | Files | Lines |
* | Redefined MASTER_LOCK to call TclpMasterLock for the sake of Tcl API | vasiljevic | 2004-07-19 | 1 | -4/+6 |
|
|
* | * README, generic/tcl.h, tools/tcl.wse.in: bumped to | hobbs | 2004-07-13 | 3 | -5/+5 |
|
|
* | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 2 | -18/+55 |
|
|
* | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 1 | -3/+3 |
|
|
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 3 | -42/+223 |
|
|
* | * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in | patthoyts | 2004-06-14 | 1 | -41/+159 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 3 | -4/+245 |
|
|
* | Backport of bizarre error-loss bug found by KBK and myself. | dkf | 2004-05-19 | 1 | -3/+4 |
|
|
* | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -8/+11 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -1/+63 |
|
|
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (BuildCommandLine): Append a space when the path got primed. | davygrvy | 2004-05-10 | 1 | -4/+6 |
|
|
* | * win/tclWin32Dll.c: Structured Exception Handling added around | davygrvy | 2004-05-06 | 1 | -3/+82 |
|
|
* | * win/tclWinSock.c: | davygrvy | 2004-05-06 | 1 | -4/+9 |
|
|
* | * win/coffbase.txt: Added the tls extension to the list of | davygrvy | 2004-05-06 | 1 | -1/+3 |
|
|
* | * generic/tclInt.h: | davygrvy | 2004-05-06 | 1 | -5/+36 |
|
|
* | * win/tclWin32Dll.c (TclpCheckStackSpace):
| Kevin B Kenny | 2004-05-03 | 1 | -2/+2 |
|
|
* | revert back to 1.24.2.2 from prior mistaken commit. | davygrvy | 2004-04-23 | 1 | -34/+5 |
|
|
* | * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is | davygrvy | 2004-04-23 | 1 | -5/+34 |
|
|
* | * win/configure: | hobbs | 2004-04-07 | 2 | -9/+33 |
|
|
* | * generic/tclInt.h: | hobbs | 2004-03-29 | 2 | -16/+20 |
|
|
* | * win/tclWinInit.c (TclpSetInitialEncodings): recognize WIN32_CE | hobbs | 2004-03-21 | 1 | -5/+8 |
|
|
* | define WIN32_CE platform info | hobbs | 2004-03-21 | 1 | -1/+5 |
|
|
* | backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() rules... | davygrvy | 2004-02-25 | 1 | -16/+10 |
|
|
* | * win/tclWinInit.c (AppendEnvironment): | mdejong | 2004-02-20 | 1 | -4/+23 |
|
|
* | update patchlevel to 8.4.6 | hobbs | 2004-02-13 | 3 | -5/+5 |
|
|
* | * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish | dgp | 2003-12-03 | 3 | -5/+5 |
|
|
* | * README: Bumped patch level to 8.4.6 to distinguish | dgp | 2003-12-02 | 3 | -5/+5 |
|
|
* | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 2 | -4/+4 |
|
|
* | * tests/unixInit.test (unixInit-2.10): re-enabled. | dgp | 2003-11-10 | 1 | -3/+22 |
|
|
* | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when | andreas_kupries | 2003-10-23 | 1 | -3/+3 |
|
|
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 1 | -3/+6 |
|
|
* | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
|
|
* | * win/tclWinPipe.c: fixed a bug in BuildCommandLine. | mdejong | 2003-10-04 | 1 | -2/+3 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 2 | -11/+29 |
|
|
* | * README: Bumped patch level to 8.4.5 to prepare | dgp | 2003-10-02 | 3 | -75/+65 |
|
|
* | The windows port of expect can call TclWinAddProcess before any | davygrvy | 2003-09-28 | 1 | -1/+4 |
|
|
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and | hobbs | 2003-08-06 | 1 | -5/+12 |
|
|
* | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -2/+2 |
|
|
* | * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 | patthoyts | 2003-07-22 | 1 | -2/+2 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
|
|
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-07-16 | 3 | -11/+11 |
|
|
* | * README: Bumped patch level to 8.4.4 in anticipation | dgp | 2003-07-15 | 3 | -5/+5 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code to | hobbs | 2003-05-16 | 1 | -71/+46 |
|
|
* | bumped version to 8.4.3 | hobbs | 2003-05-15 | 3 | -5/+5 |
|
|
* | 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 for [Bugs 733221, 733156] | Joe Mistachkin | 2003-05-10 | 1 | -21/+70 |
|
|
* | * win/tclWinThrd.c: Applied SF patch #727271. This patch changes | andreas_kupries | 2003-04-25 | 1 | -9/+54 |
|
|
* | Corrected use of types to make compilation compatible with VC++5. | Kevin B Kenny | 2003-04-15 | 1 | -40/+38 |
|
|