summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkdkf2014-01-021-0/+1
|\
| * ... and more silly errorsdkf2014-01-021-0/+1
| |
* | put the other definition of a trim set in the header file toodkf2013-12-301-1/+1
| |
* | Factor out the definition of the default string trim set; define it once only.dkf2013-12-301-2/+3
|/
* 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-2/+5
|\ \ | |/ | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| * Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-191-2/+5
| | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
* | Don't fix eol-style for Makefile.in in "make dist", if the file system is ↵jan.nijtmans2013-10-281-3/+2
|\ \ | |/ | | | | case-insensitive/case-preserving.
| * Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-281-33/+56
| | | | | | | | | | 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.
* | [01b77111e5]: Small fixes relating to this bug. In particular, the package namedkf2013-10-281-28/+29
| | | | | | | | | | mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare...
* | 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
| |
* | [3381085] Improved way of detecting what version of the documentation to build.dkf2013-10-061-1/+7
| | | | | | Set the HTML_VERSION environment variable to override the (sensible) default.
* | Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.dgp2013-08-301-2/+2
| |
* | Make sure that "string is space \u202f" will continue to return "1", even if ↵jan.nijtmans2013-07-291-0/+5
|\ \ | |/ | | | | | | in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/]. Don't hardcode "tclWinError.o" for Cygwin
* | 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 ↵jan.nijtmans2013-07-081-1/+1
|\ \ | |/ | | | | win32 (already done) and cygwin, on other platforms it should not have any effect.
| * Build stub objects with -DSTATIC_BUILD on all platforms. Only important on ↵jan.nijtmans2013-07-081-1/+1
| | | | | | | | win32 (already done) and cygwin, on other platforms it should not have any effect.
| * 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.
* | | 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 ↵jan.nijtmans2013-06-161-2/+2
| | | | | | | | | | | | allow additional static stub-enabled libraries to be linked with it.
* | | split off TclInitStubTable() as separate function - which does the actual ↵jan.nijtmans2013-06-161-1/+5
| | | | | | | | | | | | stub table initialization - previously part of Tcl_InitStubs().
* | | 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
|\ \ \ | | |/ | |/| | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| * | 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. ↵andreask2013-05-161-2/+2
|\ \ \ | |/ / |/| / | |/ Future: Write a small tcl script tool to extract the version information directly from the code.
| * Sigh. Fix version number of package "platform" in the Makefile.n files. ↵andreask2013-05-161-2/+2
| | | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code.
| * Allow URLs that don't have a path, but a query, max2013-04-041-2/+2
| | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
* | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-071-8/+0
| | | | | | On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
* | 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, ↵jan.nijtmans2013-02-141-2/+2
| | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
| * 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
|\ \ | |/ | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\ | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
| | | | | | | | | Bump http package to 2.7.11.
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
| | | | | | | | | Fix "make test-packages" on cygwin
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-2/+2
| | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | | 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
| | | | | | | | | | | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build.
* | | Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
|\ \ \ | |/ / | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| * | Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
| |\ \ | | |/ | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-14/+0
| | | | | | | | | | | | systems.
| | * fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-271-5/+23
| | | | | | | | | install dde and registry dll for cygwin
* | | 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
| | |