summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0jan.nijtmans2020-12-141-0/+13
|
* make distjan.nijtmans2020-12-131-20/+6
|
* Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
|\
| * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
| |
* | Merge 8.5jan.nijtmans2020-12-022-16/+0
|\ \ | |/
| * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-012-16/+0
| | | | | | | | generates this part, resulting in duplicate code in the "configure" script
* | Merge 8.5jan.nijtmans2020-12-012-3/+3
|\ \ | |/
| * Missing '_' in unix/tcl.m4 (Only relevant for mingw)jan.nijtmans2020-12-012-3/+3
| |
* | Merge 8.5jan.nijtmans2020-11-302-4/+4
|\ \ | |/
| * Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-302-4/+4
| |
| * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵jan.nijtmans2020-10-091-6/+6
| | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings
| * create server socket with AI_PASSIVE flag (used for bind)sebres2020-08-101-1/+1
| |
| * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
| | | | | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3
* | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-8/+8
| | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | Improve comment in install-sh, regarding Tcl-specific changejan.nijtmans2020-10-191-1/+1
| |
* | Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). ↵jan.nijtmans2020-10-191-210/+200
| | | | | | | | Update 'install-sh' to latest upstream version, but re-add this commit: [b269db5d3e97b67c]
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵jan.nijtmans2020-10-134-7/+9
| | | | | | | | stead of Tcl_NewIntObj()
* | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains ↵jan.nijtmans2020-10-062-2/+2
| | | | | | | | -Werror. Here's the fix.
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| |
* | 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.
* | Revert unintended ckalloc -> Tcl_Alloc change from previous commitjan.nijtmans2020-08-111-4/+4
| |
* | Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-114-64/+76
| |
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-113-4/+4
| | | | | | | | size_t or int
* | 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.
* | Use "Global" in stead of "Master" internally, where "Master" is not used in ↵jan.nijtmans2020-07-201-26/+26
| | | | | | | | the Master-Slave paradigm and where this makes sense.
* | Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
| |
* | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵jan.nijtmans2020-06-282-4/+0
| | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7
* | Add "make dist" target to Travis build, as regression test. This should ↵jan.nijtmans2020-06-261-1/+1
| | | | | | | | continue to work.
* | Merge 8.5jan.nijtmans2020-06-254-2/+18
|\ \ | |/
| * One include too muchjan.nijtmans2020-06-242-2/+0
| |
| * re-generate unix/configurejan.nijtmans2020-06-241-0/+9
| |
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-244-32/+19
| |
| * Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵jan.nijtmans2020-06-242-10/+37
| | | | | | | | dist" came from. In case of "git", we can see that too
* | Bump http version to 2.9.2kjnash2020-06-191-2/+2
| |
* | Merge-mark 8.5 (TZ update already done here)jan.nijtmans2020-06-082-3/+3
|\ \ | |/ | | | | Don't try to compile with MINGW32_ in /unix directory. Minor comment fix.
* | Remove PROTO_FLAGS support from the Makefile, since it isn't used anywhere ↵jan.nijtmans2020-05-051-7/+2
| | | | | | | | any more.
* | Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-173-9/+0
|\ \ | |/
| * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-172-10/+0
| |
| * Clean-up some unnecessary spacing.jan.nijtmans2020-04-176-9/+9
| |
* | Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" ↵jan.nijtmans2020-04-162-24/+24
|\ \ | | | | | | | | | works when the destination directory contains a space.
| * \ Merge 8.6jan.nijtmans2020-04-151-1/+1
| |\ \
| * | | More double-quotesjan.nijtmans2020-04-152-22/+22
| | | |
| * | | Try adding some quotesjan.nijtmans2020-04-142-2/+2
| | | |
* | | | Merge 8.5jan.nijtmans2020-04-151-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
* | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
| | | | | | | | by having both call the same routine. Create a macro form to contain performance costs and adapt callers.
* | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵jan.nijtmans2020-04-102-4/+4
| | | | | | | | and at least one of them contains a space.
* | re-generate UNIX configure scriptjan.nijtmans2020-04-101-4941/+13397
| |
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-104-13434/+4989
| | | | | | | | | | 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.