| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/platform/shell.tcl (::platform::shell::RUN): In the case | andreas_kupries | 2007-03-05 | 1 | -3/+3 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 2 | -31/+31 |
|
|
* | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+8 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 2 | -3/+12 |
|
|
* | Windows build fix | Joe Mistachkin | 2007-02-04 | 1 | -3/+5 |
|
|
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 1 | -2/+4 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-01-19 | 1 | -2/+2 |
|
|
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". | jenglish | 2007-01-11 | 2 | -36/+23 |
|
|
* | Fixes to work better on Win98. Read version numbers from package index file | patthoyts | 2007-01-11 | 3 | -41/+132 |
|
|
* | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) | dkf | 2007-01-02 | 1 | -106/+120 |
|
|
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 3 | -3/+20 |
|
|
* | Finished coding part of TIP#174. Still have tests and docs to do. | dkf | 2006-11-25 | 3 | -66/+58 |
|
|
* | * tools/genWinImage.tcl (removed): Removed two files used in | dgp | 2006-11-22 | 1 | -143/+0 |
|
|
* | * generic/tclParseExpr.c (removed): Moved all the code of | dgp | 2006-11-09 | 4 | -9/+2 |
|
|
* | Updated version of http package | patthoyts | 2006-10-31 | 1 | -6/+6 |
|
|
* | Fix for bug #1582769 - options conflict with VC2003. | patthoyts | 2006-10-31 | 1 | -1/+8 |
|
|
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 3 | -5/+5 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 3 | -18/+2 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 3 | -2/+18 |
|
|
* | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. | dgp | 2006-10-16 | 2 | -6/+6 |
|
|
* | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 | coldstore | 2006-10-13 | 1 | -4/+4 |
|
|
* | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ... | coldstore | 2006-10-13 | 1 | -5/+9 |
|
|
* | nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was no... | davygrvy | 2006-10-12 | 1 | -10/+14 |
|
|
* | bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_root | patthoyts | 2006-10-06 | 2 | -7/+3 |
|
|
* | Handle possible missing define | patthoyts | 2006-10-01 | 1 | -4/+7 |
|
|
* | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -4/+14 |
|
|
* | Additional compiler flags and amd64 support. | patthoyts | 2006-09-26 | 3 | -19/+49 |
|
|
* | More fixing which struct stat to refer to. Some casts from time_t to int requ... | patthoyts | 2006-09-26 | 3 | -40/+72 |
|
|
* | correct registry version number | vincentdarley | 2006-09-21 | 1 | -2/+2 |
|
|
* | * tests/http.test (http-5.1): bump http to 2.5.3 | dgp | 2006-09-16 | 1 | -3/+3 |
|
|
* | Added tommath_(super)class headers to include install | patthoyts | 2006-09-11 | 1 | -1/+3 |
|
|
* | Fixed error launching win98 test | patthoyts | 2006-09-11 | 1 | -3/+3 |
|
|
* | Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). | patthoyts | 2006-09-11 | 2 | -48/+63 |
|
|
* | bump msgcat version to 1.4.2 | Kevin B Kenny | 2006-09-11 | 1 | -3/+3 |
|
|
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account | dgp | 2006-09-11 | 3 | -10/+10 |
|
|
* | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
|
|
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 2 | -8/+19 |
|
|
* | Fix the 'gdb' target. | dkf | 2006-08-21 | 1 | -2/+2 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -5/+5 |
|
|
* | * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks | dgp | 2006-07-24 | 1 | -15/+17 |
|
|
* | * README: Bump version number to 8.5a5 | dgp | 2006-05-04 | 3 | -5/+5 |
|
|
* | fix to compile problems | vincentdarley | 2006-04-05 | 1 | -3/+3 |
|
|
* | * library/reg/pkgIndex.tcl: Bump to registry 1.2 because | dgp | 2006-04-05 | 4 | -14/+14 |
|
|
* | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() | dgp | 2006-04-05 | 6 | -11/+17 |
|
|
* | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-29 | 1 | -6/+6 |
|
|
* | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl | hobbs | 2006-03-29 | 1 | -31/+38 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -12/+12 |
|
|
* | Fixes for bug #1456373 (mingw-gcc issue). | patthoyts | 2006-03-27 | 1 | -13/+19 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 5 | -10/+14 |
|
|
* | fix to permissions setting | vincentdarley | 2006-03-21 | 1 | -18/+2 |
|
|