summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-191-1/+2
|\
| * Merge 8.6. jan.nijtmans2020-10-191-1/+2
| |\ | | | | | | Restore "install-strip" target to what it was in Tcl 8.6. Just don't use it any more on MacOS, since that's the only platform it doesn't work well.
* | \ Merge 8.7jan.nijtmans2020-10-151-1/+0
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-151-1/+0
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵jan.nijtmans2020-09-171-2/+2
| |\ \ | | |/ | | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere.
* | | Merge 8.7jan.nijtmans2020-09-101-0/+1
|\ \ \ | |/ /
| * | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) ↵jan.nijtmans2020-09-101-0/+1
| | | | | | | | | | | | core-8-6-branch, so we do it.
* | | Merge 8.7jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| | |
* | | Merge 8.7jan.nijtmans2020-08-301-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-08-291-2/+2
| |\ \ | | |/
| | * Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵kjnash2020-08-241-2/+2
| | | | | | | | | | | | http(n). Bump version to 2.9.5.
| | * Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 ↵kjnash2020-08-121-2/+2
| | | | | | | | | | | | transactions in which the server indicates neither a Content-Length nor that it will close the socket on completion ("Connection: close"). The HTTP/1.1 rule is that the response header "Connection", if absent, must default to "keep-alive"; but this rule does not apply to HTTP/1.0. Add test http11-3.4 and bump version to 2.9.4.
| | * Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵kjnash2020-07-241-2/+2
| | | | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3.
* | | Merge 8.7jan.nijtmans2020-07-261-2/+2
|\ \ \ | |/ /
| * | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵kjnash2020-07-241-2/+2
| | | | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump http version to 2.9.3.
* | | Merge 8.7jan.nijtmans2020-06-291-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-06-251-2/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-06-251-2/+7
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2020-06-251-1/+6
| | |\
| | | * Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵jan.nijtmans2020-06-241-1/+6
| | | | | | | | | | | | | | | | dist" came from. In case of "git", we can see that too
| | | * Don't assume/set LDFLAGS being "", it could be set on the "configure" ↵jan.nijtmans2020-01-061-1/+20
| | | | | | | | | | | | | | | | | | | | command-line. Remove "test-packages" test-target (which doesn't exist), but add "test-tcl" being the same as "test".
| | | * Makefiles got out of sync with tcltest version.dgp2019-11-251-2/+2
| | | |
* | | | Merge 8.7jan.nijtmans2020-06-221-2/+2
|\ \ \ \ | |/ / /
| * | | Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' ↵jan.nijtmans2020-06-211-2/+2
| | | | | | | | | | | | | | | | returning -1 any more
* | | | Merge 8.7jan.nijtmans2020-06-211-3/+3
|\ \ \ \ | |/ / /
| * | | Fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-211-1/+1
| |\ \ \
| | * | | Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-191-1/+1
| | | | |
| * | | | Merge 8.6jan.nijtmans2020-06-211-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Bump http version to 2.9.2kjnash2020-06-191-2/+2
| | | |
| | * | Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere ↵jan.nijtmans2020-05-051-7/+2
| | | | | | | | | | | | | | | | any more.
* | | | Merge 8.7jan.nijtmans2020-05-051-7/+2
|\ \ \ \ | |/ / /
| * | | Remove PROTO_FLAGS here toojan.nijtmans2020-05-051-7/+2
| | | |
| * | | Only set MODULE_INSTALL_DIR once in UNIX makefile ....jan.nijtmans2020-04-101-7/+5
| | | |
* | | | Merge 8.7jan.nijtmans2020-04-101-30/+40
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-101-28/+40
| |\ \ \ | | |/ /
| | * | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-101-27/+38
| | | | | | | | | | | | | | | | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places.
* | | | Merge 8.7jan.nijtmans2020-03-301-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-301-2/+2
| |\ \ \ | | |/ /
| | * | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵jan.nijtmans2020-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3
* | | | Merge 8.7jan.nijtmans2020-01-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-221-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2019-12-241-2/+2
|\ \ \ \ | |/ / /
| * | | Put our own included (-I) directories before directories coming in though ↵jan.nijtmans2019-12-241-2/+2
| | | | | | | | | | | | | | | | CFLAGS, so building with external libraries (like libtommath) doesn't possibly corrupt our own build. Reported by Pietro Cerutti
* | | | Merge 8.7jan.nijtmans2019-12-131-38/+23
|\ \ \ \ | |/ / /
| * | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-38/+23
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2019-11-281-4/+4
| | |\ \ \
| | * \ \ \ Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.hjan.nijtmans2019-11-271-3/+2
| | |\ \ \ \