summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* More cleaning up; factor out optimizer to new file. Some weird problems still.dkf2013-06-053-0/+3
* Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-042-5/+0
* 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.oehhar2013-05-271-2/+2
|\
| * Add install references and changes entryoehhar2013-05-081-2/+2
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-2/+2
|\ \
| * \ Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-2/+2
| |\ \
| | * | - eliminate compiler warning when compiling with Visual Studio.jan.nijtmans2013-05-171-2/+2
* | | | Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-183-0/+3
* | | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-172-7/+0
|\ \ \ \ | |/ / /
| * | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-172-7/+0
| |\ \ \ | | |/ /
| | * | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-172-5/+0
* | | | Sigh. Fix version number of package "platform" in the Makefile.n files. Futur...andreask2013-05-161-2/+2
|\ \ \ \ | |/ / /
| * | | Sigh. Fix version number of package "platform" in the Makefile.n files. Futur...andreask2013-05-161-2/+2
* | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-162-0/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-162-0/+7
| |\ \ | | |/
| | * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-162-0/+5
| * | merge-markjan.nijtmans2013-04-251-2/+2
| |\ \ | | |/
| | * Update dde to version 1.3.3. jan.nijtmans2013-04-257-421/+687
| * | Allow URLs that don't have a path, but a query, max2013-04-041-2/+2
| * | Release branch for Tcl 8.5.14.dgp2013-03-212-2/+2
* | | fix http package installationjan.nijtmans2013-04-081-1/+1
* | | Bump http to 2.8.7 in the other dozen places as well.max2013-04-041-2/+2
* | | Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
|\ \ \ | |/ /
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
| |\ \ | | |/
| | * Slightly more correct: If FindFirstFile() fails, the error should be "no such...jan.nijtmans2013-03-201-1/+1
* | | Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
|\ \ \ | |/ /
| * | Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
| |\ \ | | |/
| | * Handle the (unlikely) case that the file is deleted in between. Suggested by ...jan.nijtmans2013-03-191-0/+4
* | | [Bug 3608360]: Incompatible behaviour of "file exists".jan.nijtmans2013-03-191-5/+17
|\ \ \ | |/ /
| * | [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-5/+17
| |\ \ | | |/
| | * make sure that [file stat] returns the right data, even for locked files.jan.nijtmans2013-03-191-0/+6
| | * [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-5/+11
* | | Back out bug fix for [Bug 2893771], because it was the cause of the regression.jan.nijtmans2013-03-191-24/+5
* | | [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401jan.nijtmans2013-02-202-5/+6
* | | Bug 3605401: Compiler error with latest mingw-w64 headersjan.nijtmans2013-02-201-1/+2
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-3/+7
* | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-2/+2
|\ \ \ | |/ /
| * | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusiv...jan.nijtmans2013-02-141-2/+2
* | | Improve some comments and quoting, no change in functionality. jan.nijtmans2013-02-142-13/+13
|\ \ \ | |/ /
| * | Improve some comments and quoting, no change in functionalityjan.nijtmans2013-02-142-13/+13
| |\ \ | | |/
| | * 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
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-105-7/+0
|\ \ \ | |/ /
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-105-7/+0
* | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
|\ \ \ | |/ /
| * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
| |\ \ | | |/
| | * Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
* | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
|\ \ \ | |/ /
| * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\ \ | | |/
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1