summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* various "const" additions in implementationnijtmans2007-03-081-20/+19
* * library/platform/shell.tcl (::platform::shell::RUN): In the caseandreas_kupries2007-03-051-3/+3
* various "const" additions, in line with TIP #27nijtmans2007-02-202-31/+31
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+8
* Windows build fixesJoe Mistachkin2007-02-092-3/+12
* Windows build fixJoe Mistachkin2007-02-041-3/+5
* Build fix for man2tcl.c with MSVC8Joe Mistachkin2007-01-191-2/+4
* Windows build fixesJoe Mistachkin2007-01-191-2/+2
* * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".jenglish2007-01-112-36/+23
* Fixes to work better on Win98. Read version numbers from package index filepatthoyts2007-01-113-41/+132
* Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents)dkf2007-01-021-106/+120
* * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-053-3/+20
* Finished coding part of TIP#174. Still have tests and docs to do.dkf2006-11-253-66/+58
* * tools/genWinImage.tcl (removed): Removed two files used indgp2006-11-221-143/+0
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-094-9/+2
* Updated version of http packagepatthoyts2006-10-311-6/+6
* Fix for bug #1582769 - options conflict with VC2003.patthoyts2006-10-311-1/+8
* * README: Bump version number to 8.5a6dgp2006-10-233-5/+5
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-203-18/+2
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-203-2/+18
* * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1.dgp2006-10-162-6/+6
* win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837coldstore2006-10-131-4/+4
* win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ...coldstore2006-10-131-5/+9
* nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was no...davygrvy2006-10-121-10/+14
* bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_rootpatthoyts2006-10-062-7/+3
* Handle possible missing definepatthoyts2006-10-011-4/+7
* bug #1420432 - file mtime fails for directories on windowspatthoyts2006-10-011-4/+14
* Additional compiler flags and amd64 support.patthoyts2006-09-263-19/+49
* More fixing which struct stat to refer to. Some casts from time_t to int requ...patthoyts2006-09-263-40/+72
* correct registry version numbervincentdarley2006-09-211-2/+2
* * tests/http.test (http-5.1): bump http to 2.5.3dgp2006-09-161-3/+3
* Added tommath_(super)class headers to include installpatthoyts2006-09-111-1/+3
* Fixed error launching win98 testpatthoyts2006-09-111-3/+3
* Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in).patthoyts2006-09-112-48/+63
* bump msgcat version to 1.4.2Kevin B Kenny2006-09-111-3/+3
* * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-113-10/+10
* * win/tclWinChan.c [Bug 819667] Improve logic for identifying COMhobbs2006-08-301-51/+52
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-292-8/+19
* Fix the 'gdb' target.dkf2006-08-211-2/+2
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-5/+5
* * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanksdgp2006-07-241-15/+17
* * README: Bump version number to 8.5a5dgp2006-05-043-5/+5
* fix to compile problemsvincentdarley2006-04-051-3/+3
* * library/reg/pkgIndex.tcl: Bump to registry 1.2 becausedgp2006-04-054-14/+14
* * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()dgp2006-04-056-11/+17
* * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-291-6/+6
* * win/tclWinPipe.c (TclpCreateProcess): change panics to Tclhobbs2006-03-291-31/+38
* * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions.hobbs2006-03-281-12/+12
* Fixes for bug #1456373 (mingw-gcc issue).patthoyts2006-03-271-13/+19
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-275-10/+14