summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-264-4/+28
* * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-011-3/+3
* const addition (pkge.c)nijtmans2009-08-162-25/+23
* eliminate TclWinResetInterfaceEncodings, becausenijtmans2009-08-024-66/+38
* [Bug 2827066] msys build --enable-symbols brokennijtmans2009-07-263-6/+14
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-3/+3
* * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-3/+3
* Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-12/+6
* Added optional script option to runtest and a runshell target. Silence output...patthoyts2009-07-111-4/+10
* Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ...patthoyts2009-07-013-9/+15
* * library/platform/platform.tcl: Fixed handling of cpu ia64,andreas_kupries2009-05-291-3/+3
* Tcl icon upgraded and SVG file added.patthoyts2009-05-011-0/+0
* Fix 64-bit detection for zlib on Win64nijtmans2009-04-302-58/+58
* Removed newline appended to POST data.patthoyts2009-04-191-3/+3
* Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-104-15/+40
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-081-3/+3
* * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-081-3/+3
* * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+12
* Update to installed module version numberdkf2009-02-241-3/+3
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-172-6/+183
* fix [Feature Request 2605263] use officialnijtmans2009-02-163-8/+66
* fix [Bug 2605232] tdbc doesn't build whennijtmans2009-02-161-2/+2
* - eliminate some unnessary type castsnijtmans2009-02-037-35/+35
* * win/makefile.vc: Allow nmake flags such as -a (rebuilddavygrvy2009-02-011-5/+5
* Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han...ferrieux2009-01-271-2/+2
* Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF).ferrieux2009-01-261-2/+14
* Addressed the over-building nature of the htmlhelp target by moving from adavygrvy2009-01-191-10/+9
* * win/build.vc.bat: Improved tools detection and error message.davygrvy2009-01-193-116/+67
* * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-162-3/+3
* Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-092-12/+29
* fix build of zlib objects with msvcnijtmans2008-12-233-16/+16
* Fix [Bug 2459725]dkf2008-12-231-25/+25
* [Bug 2458395] Ensure pkgs directories are suitable and quote the paths.patthoyts2008-12-221-10/+27
* Support the pkgs treepatthoyts2008-12-221-10/+25
* Revised the zlib objects so that they are Kevin B Kenny2008-12-201-14/+49
* * win/Makefile.in: Kevin B Kenny2008-12-203-23/+59
* Minor updates to make building work better with msys on Windows.dkf2008-12-201-5/+5
* Assign a base address for tdbcpatthoyts2008-12-201-5/+9
* More autoconf hacking; now seems to be working fully on Unix...dkf2008-12-191-7/+13
* * README: Bump version number to 8.6b1dgp2008-12-192-4/+4
* * win/configure.in:Kevin B Kenny2008-12-193-2510/+1872
* nmake build file support for zlibpatthoyts2008-12-191-10/+28
* Corrections to make things work with msysdkf2008-12-181-3/+3
* Try to do the wizardry again...dkf2008-12-183-428/+19
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-181-2/+55
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-2/+2
* regendkf2008-12-141-1768/+2912
* Improve build rules on Win w.r.t. zlibdkf2008-12-144-18/+27
* Eliminate warning: different 'const' qualifiersnijtmans2008-12-113-6/+6
* start of zlib support for windowsdkf2008-12-111-1/+17