summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Make sure that "string is space \u202f" will continue to return "1", even if ...jan.nijtmans2013-07-291-0/+5
|\
* | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJSjan.nijtmans2013-07-251-1/+4
* | Build stub objects with -DSTATIC_BUILD on all platforms. Only important on wi...jan.nijtmans2013-07-081-1/+1
|\ \ | |/
| * Build stub objects with -DSTATIC_BUILD on all platforms. Only important on wi...jan.nijtmans2013-07-081-1/+1
| * 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-281-2/+2
| |\
* | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-5/+1
* | | link tclsh with stub library, just like xttest and tcltest, in order to allow...jan.nijtmans2013-06-161-2/+2
* | | split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-161-1/+5
* | | More cleaning up; factor out optimizer to new file. Some weird problems still.dkf2013-06-051-1/+5
* | | 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-5/+9
* | | Sigh. Fix version number of package "platform" in the Makefile.n files. Futur...andreask2013-05-161-2/+2
|\ \ \ | |/ / |/| / | |/
| * Sigh. Fix version number of package "platform" in the Makefile.n files. Futur...andreask2013-05-161-2/+2
| * Allow URLs that don't have a path, but a query, max2013-04-041-2/+2
* | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-071-8/+0
* | Bump http to 2.8.7 in the other dozen places as well.max2013-04-041-2/+2
* | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-2/+2
|\ \ | |/
| * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusiv...jan.nijtmans2013-02-141-2/+2
| * Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-5/+32
* | Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-3/+32
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
|\ \ | |/
| * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\
| * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela...jan.nijtmans2013-01-061-2/+2
* | | Prefer to extract package data from the *contents* not the directory name.dgp2012-12-121-2/+1
* | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-1/+2
* | | Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
|\ \ \ | |/ /
| * | Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
| |\ \ | | |/
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-14/+0
| | * fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-271-5/+23
* | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-4/+2
* | | Complete bump to http 2.8.5dgp2012-11-061-2/+2
|\ \ \ | |/ /
| * | complete bump to http 2.7.10dgp2012-11-061-2/+2
| * | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| * | Installer improvements, like [226a993973].stwo2012-08-071-39/+30
* | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
* | | A little more installer consistency tweaking.stwo2012-08-071-3/+3
* | | No need for install-sh to be executable.stwo2012-08-071-1/+0
* | | Installer consistency tweaks.stwo2012-08-061-2/+2
| | |
| \ \
*-. \ \ 3544642 Be kind to BSDers day. Purge gmake-ism.dgp2012-07-191-8/+6
|\ \ \ \ | | |/ /
* | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
* | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependenc...jan.nijtmans2012-06-261-5/+14
| | | |
| \ \ \
*-. \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+3
|\ \ \ \ \ | | |/ / /
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+3
| | |\ \ \ | |/ / / / | | | | _
| | * | make some more internal tables constjan.nijtmans2012-04-231-2/+3
| | * | add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-1/+5