summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
*-. Bringing vexpr up to date with the latest trunk.hypnotoad_vexprhypnotoad2013-04-293-20/+64
|\ \
| | * Bringing patch up to date with the latest trunkhypnotoad_prefer_native_8_6hypnotoad2013-04-292-16/+13
| | |\ | | |/ | |/|
| * | 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
| | | | * Updating with latest fixes from trunkseandeelywoods2013-03-1814-88/+257
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merging with trunkseandeelywoods2012-12-201-2/+2
| | | | |\
| | | | * | Modification to Autoconf to prefer tcl8.6+ or tcl9 over tcl8.5 (or older)seandeelywoods2012-11-221-4/+51
* | | | | | Merging with updates from trunkseandeelywoods2013-03-1812-34/+45
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [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
* | | | | | Merging in changes from TRUNKseandeelywoods2013-01-193-50/+208
|\ \ \ \ \ \ | |/ / / / /
| * | | | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-1/+1
| * | | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-1/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-1/+6
| | |\ \ \ \ | | | |/ / /
| | | * | | 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
| * | | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc...jan.nijtmans2013-01-151-42/+194
| |\ \ \ \ \ | | |/ / / /
| | * | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-151-0/+8
| | |\ \ \ \
| | * | | | | More flexible search for win32 tclConfig.sh, backported from TEA (not actuall...jan.nijtmans2013-01-141-42/+186
| | |/ / / /
| | * | | | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
| * | | | | $builddir is a local variablejan.nijtmans2013-01-081-1/+1
| * | | | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| | |\ \ \ \ | | | |/ / /