summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2017-09-091-0/+3
|\
| * Add some more functions from libtommath for availability within Tcl (mainly ↵jan.nijtmans2017-09-081-0/+3
| | | | | | | | the 'long long' variants). Add more 'const' keywords there too.
* | merge trunkjan.nijtmans2017-09-041-2/+2
|\ \ | |/
| * Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵jan.nijtmans2017-09-041-2/+2
| |\ | | | | | | | | | from msgcat
| | * http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
| | |\
* | | \ http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
|\ \ \ \ | |/ / /
| * | | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-311-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | http state 100 continue handling broken [2a94652ee1]bug_2a94652ee1oehhar2017-08-311-2/+2
| | |/
| | * Merge 8.6; update changes.dgp2017-05-091-2/+2
| | |\
| | * | Bump msgcat and tcl tests and continue updates to changes.dgp2017-04-121-4/+4
| | | |
| * | | Merge core-8-6-branch. This removes the work currently being done in ↵jan.nijtmans2017-06-021-2/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained.
| | | |
| | \ \
| *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-111-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | clock-speedup, 3-way merge)
| | * \ \ \ [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk ↵sebres2017-05-101-0/+2
| | |\ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | to 8.6): tcl-clock functionality rewritten in C.
| * | | | string index tree for fast greedy search of the string (index) by unique ↵sebres2017-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string prefix as key; clock scan rewritten to use string index tries search;
| * | | | [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected)
* | | | | merge trunkjan.nijtmans2017-05-121-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge core-8-6-branchjan.nijtmans2017-05-091-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵jan.nijtmans2017-05-091-2/+2
| | |/ | | | | | | | | | | | | Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" http: 2.8.10 -> 2.8.11
* | | Fix installation of platform/shell-1.1.4.tm on Windows (platform directory ↵jan.nijtmans2016-12-011-1/+1
| | | | | | | | | | | | was still missing)
* | | Merge trunkjan.nijtmans2016-11-181-0/+1
|\ \ \ | |/ /
| * | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function ↵jan.nijtmans2016-11-171-2/+2
| |\ \ | | | | | | | | | | | | from libtommath 1.0 (in tclExecute.c).
| * | | (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.
* | | Merge trunkjan.nijtmans2016-11-171-2/+2
|\ \ \ | | |/ | |/|
| * | 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.
* | Merge trunk (Update http version number to 2.8.10, due to [838e99a76d])jan.nijtmans2016-11-021-2/+2
|\ \ | |/
| * 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.
* | | Merge trunkjan.nijtmans2016-06-021-2/+2
|\ \ \
| * | | tcltest 2.3.9 -> 2.4.0jan.nijtmans2016-06-021-2/+2
| | | |
* | | | Merge trunkjan.nijtmans2016-06-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge trunkgahr_tip_447gahr2016-05-231-2/+2
| |\ \ \ | | |/ /
| * | | Bump tcltest version to 2.3.9gahr2016-04-201-2/+2
| | | |
* | | | Merge trunkjan.nijtmans2016-05-131-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | merge trunkjan.nijtmans2016-01-061-1/+1
|\ \ \ | |/ /
| * | Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] ↵jan.nijtmans2016-01-061-1/+1
| | | | | | | | | | | | (wrong zlib1.dll was copied)
* | | Merge trunk.jan.nijtmans2015-11-241-9/+11
|\ \ \ | |/ / | | | Use "tcl9" in stead of "tcl8" in various Makefiles, which (finally) allows to remove the hack in tm.tcl introduced in [387d3899e088f9e4]
| * | 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
| | |
* | | merge trunkjan.nijtmans2015-10-191-20/+26
|\ \ \ | |/ /
| * | 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
| | |
* | | merge trunkjan.nijtmans2015-09-291-2/+2
|\ \ \ | |/ /
| * | 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
| | |