summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function ↵jan.nijtmans2016-11-171-2/+2
|\ | | | | | | from libtommath 1.0 (in tclExecute.c).
| * Remove subdirectories of "libtommath", and various individual related files, ↵jan.nijtmans2016-11-171-2/+2
| | | | | | | | | | not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything. And remove the TCL_TOMMATH define, which was never used for anything.
* | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵jan.nijtmans2016-11-161-0/+1
|/ | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
* Update http version number to 2.8.10, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
|\
| * Update http version number to 2.7.14, due to [838e99a76d]jan.nijtmans2016-11-021-2/+2
| |
* | Make it more likely that compiles with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-211-1/+1
|\ \ | |/ | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
| * Make it more likely that compiled with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-211-1/+1
| | | | | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
* | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-021-2/+2
| | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
* | Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵jan.nijtmans2016-05-131-2/+2
| | | | | | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2
* | Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] ↵jan.nijtmans2016-01-061-1/+1
| | | | | | | | (wrong zlib1.dll was copied)
* | Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-1/+3
|\ \ | |/
| * Fix --enable-symbols build on Cygwin. Reported by François Vogeljan.nijtmans2015-11-161-0/+2
| |
* | Various build fixes, when using Cygwin shell in combination with native ↵jan.nijtmans2015-10-121-20/+25
|\ \ | |/ | | | | MinGW compiler. Contributed by pooryorick.
| * Various build fixes, when using Cygwin shell in combination with native ↵jan.nijtmans2015-10-121-14/+19
| | | | | | | | MinGW compiler. Contributed by pooryorick.
* | Make autoconf > 2.59 work warning-freejan.nijtmans2015-10-091-0/+1
|\ \ | |/
| * Make autoconf > 2.59 work warning-freejan.nijtmans2015-10-091-0/+1
| |
* | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> ↵jan.nijtmans2015-09-291-2/+2
|\ \ | |/ | | | | platform 1.0.14
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-251-2/+2
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-291-2/+2
|\ \
| * \ merge trunkoehhar2015-05-311-39/+44
| |\ \
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-191-2/+2
| | | |
* | | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵jan.nijtmans2015-06-231-2/+2
| |/ / |/| | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used.
* | | Bump to http 2.8.9dgp2015-05-141-2/+2
| | |
* | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵jan.nijtmans2015-04-101-4/+5
| | | | | | | | | | | | compilation on windows with msys and VS2013 fails
* | | merge trunkKevin B Kenny2014-08-021-2/+2
|\ \ \
| * \ \ Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other.
| | * | Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
* | | | merge trunkKevin B Kenny2014-06-291-2/+4
|\ \ \ \ | |/ / /
| * | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-221-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | until after -output compare. tcltest -> version 2.3.8
| | * | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-201-2/+2
| | | | | | | | | | | | | | | | until after -output compare
| * | | Let the generated Makefile be emacs-friendly by avoiding spurious empty ↵ferrieux2014-05-161-0/+2
| | | | | | | | | | | | | | | | lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
* | | | merge trunkdkf2014-01-091-8/+8
|\ \ \ \ | |/ / /
| * | | Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-201-2/+2
| |\ \ \ | | |/ / | | | | | | | | tcltest 2.3.7
| | * | Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-201-2/+2
| | | | | | | | | | | | | | | | tcltest 2.3.7
| * | | Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-191-3/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| | * | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
| * | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8jan.nijtmans2013-10-251-2/+2
| |\ \ \ | | |/ /
| | * | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13jan.nijtmans2013-10-251-2/+2
| | | |
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-1/+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.nijtmans2013-10-031-1/+1
| | | | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* | | | merge trunkdkf2013-09-201-6/+6
|\ \ \ \ | |/ / /
| * | | consistant use of capitalsjan.nijtmans2013-09-191-4/+4
| |\ \ \ | | |/ /
| | * | consistant use of capitals.jan.nijtmans2013-09-191-4/+4
| | | |
| | * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-281-2/+2
| | |\ \ | | | | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| * | | | Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.dgp2013-08-301-2/+2
| | | | |
* | | | | merge trunkdkf2013-07-071-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-4/+0
| | | | |
* | | | | merge trunkdkf2013-06-191-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | split off TclInitStubTable() as separate function - which does the actual ↵jan.nijtmans2013-06-161-0/+4
| | | | | | | | | | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs().
* | | | | merge trunkdkf2013-06-131-1/+1
|\ \ \ \ \ | |/ / / /