summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-2/+2
|\ | | | | | | Pietro Cerutti
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-191-2/+2
| |\ | | | | | | | | | Pietro Cerutti
| | * - eliminate compiler warning when compiling with Visual Studio.jan.nijtmans2013-05-171-2/+2
| | | | | | | | | - Make sure that _ftime() from msvcrt.dll is used, not ftime() from mingw (which might use 64-bit time_t)
* | | 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
|\ \ \ | |/ / | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
| * | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵jan.nijtmans2013-05-172-7/+0
| |\ \ | | |/ | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
| | * Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵jan.nijtmans2013-05-172-5/+0
| | | | | | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
* | | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵andreask2013-05-161-2/+2
|\ \ \ | |/ / | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code.
| * | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵andreask2013-05-161-2/+2
| | | | | | | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code.
* | | Add support for the latest mingw-4.0-rc1. See: ↵jan.nijtmans2013-05-162-0/+7
|\ \ \ | |/ / | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
| * | Add support for the latest mingw-4.0-rc1. See: ↵jan.nijtmans2013-05-162-0/+7
| |\ \ | | |/ | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
| | * Add support for the latest mingw-4.0-rc1. See: ↵jan.nijtmans2013-05-162-0/+5
| | | | | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
| * | merge-markjan.nijtmans2013-04-251-2/+2
| |\ \ | | |/
| | * Update dde to version 1.3.3. jan.nijtmans2013-04-257-421/+687
| | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
| * | Allow URLs that don't have a path, but a query, max2013-04-041-2/+2
| | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
| * | 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 ↵jan.nijtmans2013-03-201-1/+1
|\ \ \ | |/ / | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES).
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵jan.nijtmans2013-03-201-1/+1
| |\ \ | | |/ | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES).
| | * Slightly more correct: If FindFirstFile() fails, the error should be "no ↵jan.nijtmans2013-03-201-1/+1
| | | | | | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES).
* | | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵jan.nijtmans2013-03-191-0/+4
|\ \ \ | |/ / | | | | | | Harald Oehlmann (Thanks!)
| * | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵jan.nijtmans2013-03-191-0/+4
| |\ \ | | |/ | | | | | | Harald Oehlmann (Thanks!)
| | * Handle the (unlikely) case that the file is deleted in between. Suggested by ↵jan.nijtmans2013-03-191-0/+4
| | | | | | | | | | | | Harald Oehlmann (Thanks!)
* | | [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 ↵jan.nijtmans2013-02-171-3/+7
| | | | | | | | | | | | UNIX and Win.
* | | [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, ↵jan.nijtmans2013-02-141-2/+2
| | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
* | | Improve some comments and quoting, no change in functionality. jan.nijtmans2013-02-142-13/+13
|\ \ \ | |/ / | | | Only check for refCount == 0x61616161 for TCL_MEM_DEBUG build.
| * | 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 ↵jan.nijtmans2013-02-141-0/+8
| | | | | | | | | | | | Cygwin shell.
| | * 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
|\ \ \ | |/ / | | | be normalized, even when no "A:" drive is present on the system.
| * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" todgp2013-02-051-0/+12
| |\ \ | | |/ | | | be normalized, even when no "A:" drive is present on the system.
| | * Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
| | |
* | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\ \ | | |/ | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
| | | | | | | | | Fix "make test-packages" on cygwin
* | | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-1/+1
|\ \ \ | |/ / | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
| * | revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-1/+1
| | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-1/+6
|\ \ \ | |/ / | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
| * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-1/+6
| |\ \ | | |/ | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).