Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 1 | -1/+14 |
|\ | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
| * | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 1 | -1/+14 |
| | | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -0/+1 |
|\ \ | |/ | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -0/+1 |
| | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 |
| | | |||||
| * | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | | |||||
* | | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵ | jan.nijtmans | 2013-06-12 | 1 | -1/+5 |
| | | | | | | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead. | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -1/+0 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilers | jan.nijtmans | 2012-09-20 | 1 | -4/+0 |
|\ \ | |||||
| * | | Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dll | jan.nijtmans | 2012-09-07 | 1 | -4/+0 |
| | | | |||||
* | | | merge trunk | dgp | 2012-08-20 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build | jan.nijtmans | 2012-08-13 | 1 | -2/+6 |
| | | | |||||
* | | | merge trunk | dgp | 2012-08-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | sync with TEA, fix some comments | jan.nijtmans | 2012-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -1/+1 |
|/ / | |||||
* | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 1 | -2/+2 |
| | | | | | | | | | update dde version to 1.4.0 | ||||
* | | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -4/+0 |
|\ \ \ | |/ / |/| / | |/ | applications (or Tcl with TIP #106) could generate that. | ||||
| * | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -4/+0 |
| |\ | | | | | | | | | | applications (or Tcl with TIP #106) could generate that. | ||||
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ | ferrieux | 2012-05-10 | 1 | -0/+5 |
| | | | | | | | | | | | | ./configure, to avoid stale configuration. | ||||
* | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -237/+87 |
|\ \ \ | |/ / | | | | (autoconf still to be run!) | ||||
| * | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -219/+27 |
| |\ \ | | |/ | | | | (autoconf still to be run!) | ||||
| | * | bug-3511806 implementation | jan.nijtmans | 2012-03-27 | 1 | -121/+25 |
| | | | |||||
| | * | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -7/+0 |
| | | | |||||
* | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -20/+0 |
|\ \ \ | |/ / | |||||
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -20/+0 |
| |\ \ | | |/ | |||||
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -20/+0 |
| | | | |||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -1/+1 |
| | | | |||||
* | | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, | jan.nijtmans | 2011-08-15 | 1 | -7/+7 |
|\ \ \ | |/ / | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled | ||||
| * | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, | jan.nijtmans | 2011-08-15 | 1 | -7/+7 |
| |\ \ | | |/ | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled | ||||
| | * | [Bug 3388350] mingw64 compiler warnings. | jan.nijtmans | 2011-08-15 | 1 | -5/+5 |
| | | | | | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled | ||||
| | * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 1 | -5/+9 |
| | | | |||||
| * | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 1 | -1/+1 |
| | | | |||||
* | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 1 | -1/+1 |
| | | | |||||
* | | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+19 |
|\ \ \ | |/ / | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. | ||||
| * | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+19 |
| |\ \ | | |/ | | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. | ||||
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+19 |
| | | | | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. | ||||
* | | | typo, (and accidently checked in changes to tclOO.decls, reverted in the ↵ | jan.nijtmans | 2011-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | next commit [d550d19c7c] | ||||
* | | | fix for [Bug 3280043]: win2k: unresolved DLL imports | jan.nijtmans | 2011-04-08 | 1 | -0/+15 |
| | | | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
| | * | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
| | * | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
| | * | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: |