summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-141-0/+8
* Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-77/+218
* Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
* Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-1/+6
* Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4jan.nijtmans2013-01-091-15/+16
* [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
|\
| * new attempt for better fixbug_3092089jan.nijtmans2013-01-081-11/+6
| * suggested fix for Bug 3092089: [file normalize] can remove path component, jan.nijtmans2013-01-031-0/+6
| * Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
| |\ | |/ |/|
| * Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| |\
| * \ 360894 Threads inherit floating point config from their creator thread.dgp2012-11-131-4/+71
| |\ \
| * | | also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
| * | | merge release to 8.5dgp2012-11-122-2/+2
| |\ \ \
| * \ \ \ Pull msgcat fixes over the main dev branchdgp2012-11-081-4/+4
| |\ \ \ \ | | |/ / /
| | * | | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, lib...oehhar2012-11-081-4/+4
| | * | | merge 8.5dgp2012-11-071-8/+7
| | |\ \ \
| | * \ \ \ merge 8.5dgp2012-11-061-2/+2
| | |\ \ \ \
| | * | | | | autoconf-2.59dgp2012-11-051-1/+1
| | * | | | | Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| * | | | | | Import tzdata2012iKevin B Kenny2012-11-071-0/+0
| | |_|/ / / | |/| | | |
| * | | | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-8/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | complete bump to http 2.7.10dgp2012-11-061-2/+2
| | |/ / / | |/| | |
| * | | | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| * | | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241...ferrieux2012-09-071-0/+0
| * | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-202-21/+2
| * | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-4/+6
| |\ \ \ \
| * | | | | Only build the threaded builds by default. jan.nijtmans2012-08-153-115/+169
| * | | | | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ add coffbase for samplejan.nijtmans2012-07-311-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-87/+58
| |\ \ \ \ \ \ \
| * | | | | | | | Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-282-8/+8
| * | | | | | | | merge 8.5dgp2012-07-243-17/+45
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwi...jan.nijtmans2012-07-201-9/+37
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | autoconf-2.59jan.nijtmans2012-07-191-4/+4
| | * | | | | | | | | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| * | | | | | | | | | merge 8.5dgp2012-07-171-4/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | should be uppercasejan.nijtmans2012-07-171-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ merge 8.5dgp2012-07-162-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts e...jan.nijtmans2012-07-112-2/+2
| * | | | | | | | | | | | Release candidate branch for Tcl 8.5.12.dgp2012-07-102-2/+2
| |/ / / / / / / / / / /
| * | | | | | | | | | | * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-101-10/+6
| * | | | | | | | | | | and don't forget the %jan.nijtmans2012-07-084-7/+7
| * | | | | | | | | | | add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
| * | | | | | | | | | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| * | | | | | | | | | | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-77/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | remove some unused codebug_3362446jan.nijtmans2012-06-201-12/+8