summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Updates to redirect bug reports to the new tracker location.dgp2013-06-171-2/+2
* Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-5/+3
* Silence various warnings when doing a 64-bit build with MSVC: Those warnings ...jan.nijtmans2013-06-121-4/+6
* Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-2/+1
* 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-281-2/+2
|\
| * Add install references and changes entryoehhar2013-05-081-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
| |\
| * \ 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * \ \ \ \ Improve some comments and quoting, no change in functionality. jan.nijtmans2013-02-142-13/+13
| |\ \ \ \ \
| * \ \ \ \ \ 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
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ (::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
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc...jan.nijtmans2013-01-151-42/+194
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | $builddir is a local variablejan.nijtmans2013-01-081-1/+1
| * | | | | | | | | | | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core listjan.nijtmans2013-01-081-1/+1
| * | | | | | | | | | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela...jan.nijtmans2013-01-061-2/+2
| * | | | | | | | | | | | | merge trunkdgp2012-12-041-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Don't use deprecated functionjan.nijtmans2012-11-161-1/+1
| * | | | | | | | | | | | | | | merge trunkdgp2012-11-141-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-133-6/+135
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | 360894 Threads inherit floating point config from their creator threaddgp2012-11-131-4/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-1/+63
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ...jan.nijtmans2012-11-091-1/+1
| * | | | | | | | | | | | | | | | | | merge trunkdgp2012-11-081-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-081-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp2012-11-081-1/+1
| * | | | | | | | | | | | | | | | | | | Create Tcl 8.6.0 release branchdgp2012-11-082-2/+2
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Complete bump to http 2.8.5dgp2012-11-061-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-313-5/+5
| * | | | | | | | | | | | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8.jan.nijtmans2012-10-061-17/+11
| * | | | | | | | | | | | | | | | | | | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-233-18/+18
| * | | | | | | | | | | | | | | | | | | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-202-13/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-072-13/+0
| * | | | | | | | | | | | | | | | | | | | | merge trunkfrq_3527238jan.nijtmans2012-09-1911-219/+252
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \