Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -7/+1 | |
| |\ \ | | |/ | | | | | | | 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 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -14/+18 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -14/+18 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -17/+21 | |
| | | | ||||||
| | * | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 1 | -43/+46 | |
| | | | ||||||
| | * | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 1 | -364/+435 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler | |||||
| | | * | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 1 | -80/+79 | |
| | | | | ||||||
| | | * | some better checks | jan.nijtmans | 2012-03-28 | 1 | -60/+98 | |
| | | | | ||||||
| | | * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 1 | -62/+60 | |
| | | | | ||||||
| | | * | bug-3511806 implementation | jan.nijtmans | 2012-03-27 | 1 | -344/+380 | |
| | |/ | ||||||
| | * | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -66/+63 | |
| | | | ||||||
* | | | re-generate configure | jan.nijtmans | 2012-04-02 | 1 | -794/+711 | |
|\ \ \ | |/ / | ||||||
| * | | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -672/+512 | |
| | | | ||||||
* | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -70/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -70/+0 | |
| |\ \ | | |/ | ||||||
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -71/+29 | |
| | | | ||||||
| * | | 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 | -5/+5 | |
|\ \ \ | |/ / | | | | 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 | -5/+5 | |
| |\ \ | | |/ | | | | 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 | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 1 | -0/+58 | |
|\ \ \ | |/ / | ||||||
| * | | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 1 | -0/+58 | |
| |\ \ | | |/ | ||||||
| | * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 1 | -16/+47 | |
| | | | ||||||
* | | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+69 | |
|\ \ \ | |/ / | | | | | | | 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/+69 | |
| |\ \ | | |/ | | | | | | | | | | 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 | -27/+68 | |
| | | | | | | | | | | | | 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/+66 | |
| | | | ||||||
* | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 1 | -0/+5 | |
| | | | ||||||
* | | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | |||||
| | * | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. | jan.nijtmans | 2011-03-11 | 1 | -109/+228 | |
| | | | | | | | | | | | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b) | |||||
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 1 | -15/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | |||||
| | * | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -10/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.15 | dgp | 2006-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.14 | dgp | 2006-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | |||||
| | * | Revert attempted backport of dde 1.3 to the core-8-4-branch. | dgp | 2006-04-05 | 1 | -2/+2 | |
| | | | ||||||
| | * | * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD. | dgp | 2006-04-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | * win/tclWinDde.c: * win/Makefile.in: * win/configure.in: * win/configure: autoconf 2.13 | |||||
| | * | * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. | hobbs | 2006-03-28 | 1 | -17/+18 | |
| | | | | | | | | | | | | Needed by Tk for manifest generation. | |||||
| | * | * README: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: changes to start prep for an 8.4.13 release. * generic/tcl.h: * tools/tcl.wse.in: * unix/configure{.in}: * unix/tcl.spec: * win/README.binary: * win/configure{.in}: * tests/parse.test: Missing constraint | |||||
| | * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -30/+45 | |
| | | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] | |||||
| | * | * README: Bump version number to 8.4.12 | dgp | 2005-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: |