Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge 8.7. Modify various other functions to use size_t in stead of int ↵ | jan.nijtmans | 2018-05-27 | 11 | -57/+47 | |
|\ | | | | | | | arguments | |||||
| * | merge 8.7 | dgp | 2018-05-26 | 1 | -1/+1 | |
| |\ | ||||||
| | * | close fork | dgp | 2018-05-26 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Fixed test process-7.3 | fbonnet | 2018-05-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2018-05-25 | 5 | -19/+27 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 8.6 | jan.nijtmans | 2018-05-25 | 2 | -11/+13 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 8.6 | jan.nijtmans | 2018-05-25 | 2 | -11/+13 | |
| | |\ \ | ||||||
| | | * \ | merge 8.5, conflicts resolved (rewritten without winapi-stubs) | sebres | 2018-05-24 | 2 | -11/+13 | |
| | | |\ \ | ||||||
| | | | * | | fixed typo in winFCmd-12.6.2: unneeded extra-bracket removed | sebres | 2018-05-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | | * | | win: TclpGetUserHome should return normalized path (also in case we find ↵ | sebres | 2018-05-24 | 1 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domain and NetUserGetInfo returns path), PoC: file normalize ~$::tcl_platform(user)@$::env(USERDOMAIN) | |||||
* | | | | | | merge trunk | jan.nijtmans | 2018-05-23 | 96 | -3465/+4299 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge 8.7 | jan.nijtmans | 2018-05-23 | 3 | -7/+26 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ↵ | jan.nijtmans | 2018-05-23 | 3 | -7/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Linux | |||||
| * | | | | | merge 8.7 | dgp | 2018-05-23 | 4 | -3/+4 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | unbreak the build | dgp | 2018-05-23 | 4 | -3/+4 | |
| | | | | | | ||||||
| * | | | | | merge 8.7 | jan.nijtmans | 2018-05-22 | 32 | -326/+236 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 24 | -172/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | |||||
| | * | | | | More removals of TCL_THREADS usage (configure scripts/win makefiles) | jan.nijtmans | 2018-05-22 | 8 | -146/+95 | |
| | | | | | | ||||||
| | * | | | | Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. ↵ | jan.nijtmans | 2018-05-22 | 4 | -14/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | In that case, fallback to select notifier | |||||
| * | | | | | merge 8.7 | jan.nijtmans | 2018-05-21 | 1 | -0/+9 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Demonstrate how Tcl can build without TCL_THREADS defined at all (assuming ↵ | jan.nijtmans | 2018-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | TCL_THREADS=1 as default). Activated by -DTCL_NO_DEPRECATED=1. See also [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a] | |||||
| | * | | | | Disable many warnings that are pointless in the stub library. Yes, it ↵ | dkf | 2018-05-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | accesses deprecated fields, we know because we deprecated them. | |||||
| * | | | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ↵ | jan.nijtmans | 2018-05-17 | 34 | -694/+440 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | necessary) | |||||
| | * | | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 34 | -696/+446 | |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | | * | | | Merge 8.7 | jan.nijtmans | 2018-04-17 | 6 | -186/+332 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is no longer needed in configure.ac | |||||
| | | * | | | | ran autoconf on the unix directory. This breaks the build. | dgp | 2018-04-16 | 1 | -320/+0 | |
| | | | | | | | ||||||
| | | * | | | | merge 8.7 | dgp | 2018-04-16 | 105 | -5201/+4759 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge 8.7 (convert makefile.vc to CRLF line-endings only) | jan.nijtmans | 2018-03-15 | 1 | -945/+945 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | merge 8.7 | dgp | 2018-03-15 | 206 | -5408/+6313 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-23 | 4 | -24/+91 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-21 | 25 | -146/+103 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | fix comment | jan.nijtmans | 2017-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | merge core-8-branch. Fully tested now, works fine. | jan.nijtmans | 2017-12-14 | 5 | -29/+232 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Initial implementation of TIP #491. Not tested yet. | jan.nijtmans | 2017-12-11 | 7 | -65/+14 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | merge 8.6 | jan.nijtmans | 2018-05-14 | 3 | -6/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | merge 8.5 | jan.nijtmans | 2018-05-14 | 3 | -6/+4 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | Unbreak build when HAVE_FTS is not set. | jan.nijtmans | 2018-05-14 | 3 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h, where it actually belongs | |||||
| * | | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-13 | 11 | -407/+456 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | General code style cleanup. | dkf | 2018-05-13 | 10 | -407/+453 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Missing test file boilerplate. | dgp | 2018-05-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ↵ | jan.nijtmans | 2018-05-13 | 5 | -29/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning. | |||||
| * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-05-11 | 9 | -29/+127 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | ||||||
| | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ | TIP #425 implementation: Correct use of UTF-8 in Panic Callback (Windows only) | jan.nijtmans | 2018-05-11 | 8 | -5/+124 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | Merge 8.5. This adds Emoji 11.0 support, when Tcl is compiled with ↵ | jan.nijtmans | 2018-05-11 | 5 | -57/+60 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_UTF_MAX>3. Useful for Androwish, for example. | |||||
| | | | | * | | | | | | | | | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. ↵ | jan.nijtmans | 2018-05-11 | 5 | -70/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also prepare tooling for Unicode 11.0 (while being on it) | |||||
| | | * | | | | | | | | | | | In case of redirecting stderr to a file on Windows, append CRLF after Panic ↵ | jan.nijtmans | 2018-03-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output. | |||||
| | | * | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-03-15 | 183 | -5377/+6491 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | merge core-8-branch. Now tested as well with new nmake system. | jan.nijtmans | 2018-01-20 | 58 | -1301/+1110 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-15 | 5 | -3/+9 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ |