summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-2/+2
* Some formattingjan.nijtmans2013-11-191-1/+1
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-3/+5
|\
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-3/+5
| * Cherrypick [87d1313df3] from trunk: jan.nijtmans2013-09-271-17/+1
* | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-271-2/+1
* | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-231-3/+3
|\ \ | |/
| * workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-231-3/+18
* | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-171-2/+0
|\ \ | |/
| * Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-171-2/+0
| |\
| | * Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-171-2/+0
* | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+2
|\ \ \ | |/ /
| * | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+2
| |\ \ | | |/
| | * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+2
* | | Improve some comments and quoting, no change in functionality. jan.nijtmans2013-02-141-12/+11
|\ \ \ | |/ /
| * | Improve some comments and quoting, no change in functionalityjan.nijtmans2013-02-141-12/+11
| |\ \ | | |/
| | * 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-121-59/+199
* | | 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
| |/ /
* | | better formatting of "configure --help"jan.nijtmans2012-07-181-6/+6
|\ \ \ | |/ /
| * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-12/+15
|\ \ \ | |/ /
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-12/+15
| |\ \ | | |/
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-11/+15
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-54/+167
|\ \ \ | |/ /
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-18/+147
| |\ \ | | |/
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-291-3/+6
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-22/+144
| | |\
| | | * now ready for further field testsbug_3511806jan.nijtmans2012-03-291-41/+40
| | | * some better checksjan.nijtmans2012-03-281-28/+45
| | | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-281-58/+54
| | | * bug-3511806 implementationjan.nijtmans2012-03-271-2/+112
| | |/
| | * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-12/+16
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+3
* | | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-121-0/+15
|\ \ \ | |/ /
| * | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-121-0/+15
| |\ \ | | |/
| | * If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-111-0/+15
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+1
* | | The -debug:full option is not supported when using the modern versions of lin...jan2011-03-261-1/+1
|\ \ \ | |/ /
| * | The -debug:full option is not supported when using the modern versions of lin...jan2011-03-261-1/+1
| |\ \ | | |/
| | * The -debug:full option is not supported when using the modern versions of lin...jan2011-03-261-1/+1
| | * * win/tcl.m4: handle --enable-64bit=ia64 for gcc.jan.nijtmans2011-03-111-21/+178
| | * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ...nijtmans2010-10-311-13/+16
| | * * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-3/+4
| | * []-quote ac_defun functionshobbs2006-03-021-11/+11
| | * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-19/+34
| | * * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):mdejong2005-07-251-17/+38
| | * * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-17/+20