Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies only | dgp | 2020-12-30 | 1 | -0/+1 | |
|\ \ | | | | | | | one ticket, which is good enough. | |||||
| * \ | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 | |
| | | | ||||||
* | | | merge 8.6 | dgp | 2020-12-26 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpage | jan.nijtmans | 2020-12-24 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | correct quoting in unix/installManPage, so $Dir can contain spaces | jan.nijtmans | 2020-12-24 | 1 | -7/+7 | |
| | | | ||||||
| * | | unix/configure.in is not supposed to be executable in the distribution | jan.nijtmans | 2020-12-24 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | unix/configure.in is not supposed to be executable in the distribution. | jan.nijtmans | 2020-12-24 | 1 | -6/+1 | |
| | | | | | | | | | Don't re-generate unix/tclConfig.h.in and unix/configure as part of "make dist": This should be done with autoconf-2.59, not with whatever autoconf is present on this machine | |||||
| | * | Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵ | jan.nijtmans | 2020-12-24 | 1 | -113/+118 | |
| | | | | | | | | | | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70. | |||||
| | * | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵ | jan.nijtmans | 2020-12-24 | 2 | -6/+6 | |
| | | | | | | | | | | | | don't accept signature mismatches any more. | |||||
| | * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵ | jan.nijtmans | 2020-12-24 | 1 | -31/+31 | |
| | | | | | | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too. | |||||
| | * | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet! | jan.nijtmans | 2020-12-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 4 | -318/+158 | |
| | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59 | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-17 | 1 | -6/+22 | |
|\ \ \ | |/ / | ||||||
| * | | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all ↵ | jan.nijtmans | 2020-12-17 | 1 | -6/+9 | |
| |\ \ | | |/ | | | | | | | files in "make dist" | |||||
| | * | Add .travis.yml and .github/worksflows to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0 | jan.nijtmans | 2020-12-14 | 1 | -0/+13 | |
| | | | ||||||
| * | | make dist | jan.nijtmans | 2020-12-13 | 1 | -20/+6 | |
| | | | ||||||
* | | | make dist | dgp | 2020-12-11 | 1 | -20/+6 | |
| | | | ||||||
* | | | merge 8.6 | dgp | 2020-12-07 | 4 | -30/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-02 | 2 | -16/+0 | |
| |\ \ | | |/ | ||||||
| | * | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 2 | -16/+0 | |
| | | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-01 | 2 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-30 | 2 | -4/+4 | |
| |\ \ | | |/ | ||||||
| | * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 2 | -4/+4 | |
| | | | ||||||
| | * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | |||||
| | * | create server socket with AI_PASSIVE flag (used for bind) | sebres | 2020-08-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 1 | -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.nijtmans | 2020-11-26 | 1 | -8/+8 | |
| | | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode | |||||
* | | | merge 8.6 | dgp | 2020-10-19 | 1 | -211/+201 | |
|\ \ \ | |/ / | ||||||
| * | | Improve comment in install-sh, regarding Tcl-specific change | jan.nijtmans | 2020-10-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix [cb458261c3]: Strip comme il faut (without really doing 'il faut' ....). ↵ | jan.nijtmans | 2020-10-19 | 1 | -210/+200 | |
| | | | | | | | | | | | | Update 'install-sh' to latest upstream version, but re-add this commit: [b269db5d3e97b67c] | |||||
* | | | merge 8.6 | dgp | 2020-10-13 | 4 | -7/+9 | |
|\ \ \ | |/ / | ||||||
| * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 4 | -7/+9 | |
| | | | | | | | | | | | | stead of Tcl_NewIntObj() | |||||
* | | | merge 8.6 | dgp | 2020-10-07 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains ↵ | jan.nijtmans | 2020-10-06 | 2 | -2/+2 | |
| | | | | | | | | | | | | -Werror. Here's the fix. | |||||
* | | | merge 8.6 | dgp | 2020-09-15 | 7 | -73/+85 | |
|\ \ \ | |/ / | ||||||
| * | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵ | kjnash | 2020-08-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | http(n). Bump version to 2.9.5. | |||||
| * | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 ↵ | kjnash | 2020-08-12 | 1 | -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 commit | jan.nijtmans | 2020-08-11 | 1 | -4/+4 | |
| | | | ||||||
| * | | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 4 | -64/+76 | |
| | | | ||||||
| * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 3 | -4/+4 | |
| | | | | | | | | | | | | size_t or int | |||||
* | | | merge 8.6 | dgp | 2020-07-27 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵ | kjnash | 2020-07-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3. | |||||
* | | | merge 8.6 | dgp | 2020-07-23 | 1 | -26/+26 | |
|\ \ \ | |/ / | ||||||
| * | | Use "Global" in stead of "Master" internally, where "Master" is not used in ↵ | jan.nijtmans | 2020-07-20 | 1 | -26/+26 | |
| | | | | | | | | | | | | the Master-Slave paradigm and where this makes sense. |