Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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. | |||||
* | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 3 | -3/+3 | |
|/ / | ||||||
* | | Re-generate unix/tclConfig.h.in | jan.nijtmans | 2020-06-29 | 1 | -6/+20 | |
| | | ||||||
* | | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵ | jan.nijtmans | 2020-06-28 | 2 | -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.nijtmans | 2020-06-26 | 1 | -1/+1 | |
| | | | | | | | | continue to work. | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-06-25 | 4 | -2/+18 | |
|\ \ | |/ | ||||||
| * | One include too much | jan.nijtmans | 2020-06-24 | 2 | -2/+0 | |
| | | ||||||
| * | re-generate unix/configure | jan.nijtmans | 2020-06-24 | 1 | -0/+9 | |
| | | ||||||
| * | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Silicon | jan.nijtmans | 2020-06-24 | 4 | -32/+19 | |
| | | ||||||
| * | Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵ | jan.nijtmans | 2020-06-24 | 2 | -10/+37 | |
| | | | | | | | | dist" came from. In case of "git", we can see that too | |||||
* | | Bump http version to 2.9.2 | kjnash | 2020-06-19 | 1 | -2/+2 | |
| | | ||||||
* | | Merge-mark 8.5 (TZ update already done here) | jan.nijtmans | 2020-06-08 | 2 | -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.nijtmans | 2020-05-05 | 1 | -7/+2 | |
| | | | | | | | | any more. | |||||
* | | Merge-mark 8.5. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 3 | -9/+0 | |
|\ \ | |/ | ||||||
| * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 2 | -10/+0 | |
| | | ||||||
| * | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 6 | -9/+9 | |
| | | ||||||
* | | Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" ↵ | jan.nijtmans | 2020-04-16 | 2 | -24/+24 | |
|\ \ | | | | | | | | | | works when the destination directory contains a space. | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | More double-quotes | jan.nijtmans | 2020-04-15 | 2 | -22/+22 | |
| | | | | ||||||
| * | | | Try adding some quotes | jan.nijtmans | 2020-04-14 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge 8.5 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
* | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -1/+1 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -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.nijtmans | 2020-04-10 | 2 | -4/+4 | |
| | | | | | | | | and at least one of them contains a space. | |||||
* | | re-generate UNIX configure script | jan.nijtmans | 2020-04-10 | 1 | -4941/+13397 | |
| | | ||||||
* | | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵ | jan.nijtmans | 2020-04-10 | 4 | -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. | |||||
* | | Make sure that "Windows NT" is the only supported Windows platform. On ↵ | jan.nijtmans | 2020-04-03 | 1 | -9/+2 | |
| | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now. | |||||
* | | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering ↵ | sebres | 2020-03-31 | 1 | -1/+48 | |
| | | | | | | | | a transfer of async-connecting channel between threads; cherry-picked some prevention against invalid thread owner addressed in [815e246806] | |||||
* | | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 2 | -207/+202 | |
| | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup. | |||||
* | | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵ | jan.nijtmans | 2020-03-30 | 1 | -2/+2 | |
| | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3 | |||||
* | | Looks like this little hack is no longer necessary on current 32-bit Cygwin. | jan.nijtmans | 2020-03-27 | 1 | -7/+0 | |
| | | ||||||
* | | Fix harmless gcc warning, when compiling on Linux | jan.nijtmans | 2020-03-27 | 1 | -4/+4 | |
| | | ||||||
* | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 | |
| | | ||||||
* | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 3 | -8/+8 | |
|\ \ | |/ | | | | | Unicode tables. Not used in 8.6 yet. |