| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 3 | -11/+11 |
|
|
* | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
|
|
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 4 | -25/+228 |
|
|
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 2 | -10/+11 |
|
|
* | * win/configure: | hobbs | 2003-10-06 | 2 | -50/+2 |
|
|
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 2 | -7/+5 |
|
|
* | * win/tclWinPipe.c: The windows port of expect can call | davygrvy | 2003-09-28 | 1 | -1/+4 |
|
|
* | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
|
|
* | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT... | davygrvy | 2003-09-08 | 1 | -2/+2 |
|
|
* | Added Open Watcom strictness about how the char type needs to be | davygrvy | 2003-08-27 | 1 | -1/+4 |
|
|
* | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers | davygrvy | 2003-08-27 | 1 | -2/+3 |
|
|
* | * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as | davygrvy | 2003-08-27 | 1 | -7/+5 |
|
|
* | Changed comment to note that OpenWatcom suffers the same missing LPFN_* | davygrvy | 2003-08-27 | 1 | -2/+2 |
|
|
* | Added a block for OpenWatcom adjustments that fixes the same issue Mo | davygrvy | 2003-08-27 | 1 | -1/+10 |
|
|
* | better error control. | davygrvy | 2003-08-25 | 1 | -15/+53 |
|
|
* | * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error | patthoyts | 2003-08-19 | 1 | -2/+2 |
|
|
* | Style guide police | dkf | 2003-08-19 | 1 | -1093/+1144 |
|
|
* | * win/configure: Regen. | mdejong | 2003-08-18 | 2 | -4/+4 |
|
|
* | Bug fix in BuildCommandLine: missing a space when linePtr is not null | chengyemao | 2003-08-15 | 1 | -2/+3 |
|
|
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. | hobbs | 2003-08-06 | 1 | -3/+10 |
|
|
* | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -2/+2 |
|
|
* | * win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the | patthoyts | 2003-07-22 | 1 | -2/+2 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
|
|
* | Added a missing $(OPTDEFINES) which broke the build if
| Kevin B Kenny | 2003-07-15 | 1 | -2/+2 |
|
|
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 3 | -2/+5 |
|
|
* | * doc/dde.n: Committed TIP #135 which changes the | patthoyts | 2003-06-23 | 1 | -5/+5 |
|
|
* | * doc/dde.n: Committed TIP #120 which provides the | patthoyts | 2003-06-23 | 1 | -32/+170 |
|
|
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 2 | -53/+86 |
|
|
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 1 | -11/+11 |
|
|
* | * win/Makefile.in: Haven't heard back from David for a week. | andreas_kupries | 2003-06-16 | 7 | -9/+244 |
|
|
* | fix to WinTcl file rename error message | vincentdarley | 2003-06-02 | 1 | -2/+10 |
|
|
* | Add tests to detect and avoid division by zero in the windows precision | drh | 2003-05-24 | 1 | -4/+20 |
|
|
* | * 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 |
|
|