Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | jan.nijtmans | 2018-07-04 | 1 | -57/+65 |
|\ | |||||
| * | Some tools are executable. | stu | 2018-07-03 | 1 | -0/+5 |
| | | |||||
| * | Use INSTALL_*/DIST_INSTALL_* macros to make dist. | stu | 2018-07-03 | 1 | -57/+60 |
| | | |||||
* | | New macro TclGetUnicodeFromObj() which can handle size_t | jan.nijtmans | 2018-07-01 | 1 | -4/+4 |
| | | |||||
* | | Another round of size_t'isms, this time also for Tcl_DString | jan.nijtmans | 2018-06-29 | 1 | -6/+6 |
| | | |||||
* | | More API changes using size_t. Internal changes not complete yet (WIP) | jan.nijtmans | 2018-06-28 | 1 | -2/+2 |
| | | |||||
* | | merge trunk | jan.nijtmans | 2018-06-27 | 3 | -7/+9 |
|\ \ | |/ | |||||
| * | merge 8.7 | jan.nijtmans | 2018-06-25 | 3 | -7/+9 |
| |\ | |||||
| | * | merge 8.6 | jan.nijtmans | 2018-06-25 | 3 | -7/+9 |
| | |\ | |||||
| | | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | handling). Fix various typo's | ||||
| | | * | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind | pooryorick | 2018-06-19 | 1 | -1/+3 |
| | | | | | | | | | | | | now issues no "still reachable" reports for cmdAH.test. | ||||
* | | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk. | jan.nijtmans | 2018-06-16 | 1 | -1/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.7 | jan.nijtmans | 2018-06-15 | 1 | -6/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 8.6 | jan.nijtmans | 2018-06-15 | 1 | -1/+6 |
| | |\ \ | | | |/ | |||||
| | | * | merge 8.5 | jan.nijtmans | 2018-06-15 | 1 | -1/+6 |
| | | |\ | |||||
| | | | * | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. ↵ | jan.nijtmans | 2018-06-15 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Add FreeBSD (closes [d6d60efd35]) and OpenBSD 8.5 paths | ||||
| * | | | | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. | stu | 2018-06-15 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Add FreeBSD (closes [d6d60efd35]) and OpenBSD 8.6 paths. | ||||
* | | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 7 | -20/+69 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless absolutely necessary. | stu | 2018-06-13 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | | | | | Closes RFE [0ac9d06895]. Permits better constraining of Tcl/tclsh via OpenBSD's pledge(2) or similar mechanisms. | ||||
| * | | | | merge 8.7 | jan.nijtmans | 2018-06-08 | 1 | -13/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | re-generate configure script (where does --runstatedir come from? | jan.nijtmans | 2018-06-08 | 1 | -13/+1 |
| | | | | | |||||
| | * | | | amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for ↵ | sebres | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | mingw/*nix | ||||
| * | | | | merge 8.7 | sebres | 2018-06-05 | 4 | -7/+68 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | re-autoconfigure with v.2.69 | sebres | 2018-06-05 | 1 | -42/+24 |
| | | | | | |||||
| | * | | | merge 8.6 | sebres | 2018-06-05 | 4 | -6/+85 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | merge 8.5 | sebres | 2018-06-04 | 4 | -6/+85 |
| | | |\ \ | | | | |/ | |||||
| | | | * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵ | sebres | 2018-06-04 | 4 | -6/+85 |
| | | | | | | | | | | | | | | | | | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411). | ||||
| * | | | | merge 8.7 | jan.nijtmans | 2018-05-31 | 1 | -2/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Neither use --disable-threads on MacOS builds, and don't mention it any more ↵ | jan.nijtmans | 2018-05-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | in the README | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2018-05-30 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | No longer pass "--enable-threads" to battery-included sub-packages, since ↵ | jan.nijtmans | 2018-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | it's the default, even when Tcl is built without threads, now. This opens the way (in the future) to remove this option from the sub-packages | ||||
* | | | | | merge trunk | jan.nijtmans | 2018-05-23 | 17 | -641/+472 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge 8.7 | jan.nijtmans | 2018-05-23 | 1 | -2/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ↵ | jan.nijtmans | 2018-05-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | 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 | 13 | -178/+133 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 8 | -40/+40 |
| | | | | | | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
| | * | | | More removals of TCL_THREADS usage (configure scripts/win makefiles) | jan.nijtmans | 2018-05-22 | 5 | -130/+86 |
| | | | | | |||||
| | * | | | 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, but keep TCL_THREADS undefined in tcl.h (since that's no longer ↵ | jan.nijtmans | 2018-05-17 | 11 | -475/+338 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | necessary) | ||||
| | * | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 11 | -477/+340 |
| | |\ \ \ | |||||
| | | * \ \ | Merge 8.7 | jan.nijtmans | 2018-04-17 | 3 | -113/+321 |
| | | |\ \ \ | | | | | | | | | | | | | | | 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 | 2 | -4/+4 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | * | | | | merge 8.7 | dgp | 2018-03-15 | 6 | -64/+18 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-21 | 3 | -14/+4 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Initial implementation of TIP #491. Not tested yet. | jan.nijtmans | 2017-12-11 | 1 | -6/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | merge 8.7 | jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | merge 8.6 | jan.nijtmans | 2018-05-14 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | |