summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6.5littledgp2016-04-201-2/+4
|\
| * Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] (wrong...jan.nijtmans2016-01-061-1/+1
| * 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
* | | Fork of Tcl used in the "Little" project.dgp2016-04-191-7/+51
|/ /
* | Various build fixes, when using Cygwin shell in combination with native MinGW...jan.nijtmans2015-10-121-20/+25
|\ \ | |/
| * Various build fixes, when using Cygwin shell in combination with native MinGW...jan.nijtmans2015-10-121-14/+19
* | 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 -> platfo...jan.nijtmans2015-09-291-2/+2
|\ \ | |/
| * 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 -> SendMessageTimeout,...jan.nijtmans2015-06-231-2/+2
| |/ / |/| |
* | | Bump to http 2.8.9dgp2015-05-141-2/+2
* | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilat...jan.nijtmans2015-04-101-4/+5
* | | merge trunkKevin B Kenny2014-08-021-2/+2
|\ \ \
| * \ \ Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
* | | | merge trunkKevin B Kenny2014-06-291-2/+4
|\ \ \ \ | |/ / /
| * | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-221-2/+2
| |\ \ \ | | |/ /
| | * | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-201-2/+2
| * | | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines...ferrieux2014-05-161-0/+2
* | | | merge trunkdkf2014-01-091-8/+8
|\ \ \ \ | |/ / /
| * | | Safer clean-up of environment variables: Do removal after insertions -> tclte...jan.nijtmans2013-11-201-2/+2
| |\ \ \ | | |/ /
| | * | Safer clean-up of environment variables: Do removal after insertions -> tclte...jan.nijtmans2013-11-201-2/+2
| * | | Cygwin: Instead of checking whether the win32 part is configured properly, ju...jan.nijtmans2013-11-191-3/+3
| |\ \ \ | | |/ /
| | * | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 r...jan.nijtmans2013-10-281-2/+2
| * | | 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
| |\ \ \ | | |/ /
| | * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-1/+1
* | | | 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
| | |\ \
| * | | | 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 stu...jan.nijtmans2013-06-161-0/+4
* | | | | merge trunkdkf2013-06-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produ...jan.nijtmans2013-06-121-1/+1
* | | | | Move the disassembler to its own file.dkf2013-06-111-0/+1
|/ / / /
* | | | More cleaning up; factor out optimizer to new file. Some weird problems still.dkf2013-06-051-0/+1
* | | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.oehhar2013-05-271-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add install references and changes entryoehhar2013-05-081-2/+2
* | | | Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-181-0/+1
* | | | Sigh. Fix version number of package "platform" in the Makefile.n files. Futur...andreask2013-05-161-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /