summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure that zdll.lib and tommath.lib are installed in windows, for possibl...jan.nijtmans2023-08-012-1/+2
* Merge 8.6jan.nijtmans2023-08-014-1/+27
|\
| * Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows)jan.nijtmans2023-08-014-2/+15
* | testcase cleanupjan.nijtmans2023-08-012-31/+54
* | merge-markjan.nijtmans2023-08-010-0/+0
|\ \ | |/
| * Prevent Tcl 8.6 header-file to be usable for Tcl 9 compiles. (see [6f22c7a1fc])jan.nijtmans2023-08-011-1/+6
* | Some more int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-08-012-28/+27
* | Add tests for out of bounds Tcl_ListObjIndexapnadkarni2023-07-292-0/+55
* | "utf-8" is the new "identity": make it available alwaysjan.nijtmans2023-07-283-10/+9
* | Fix transposing of TCL_OK, TCL_ERROR in Encoding docsapnadkarni2023-07-281-6/+5
* | int -> Tcl_Size in Tcl_MacOSXOpen*BundleResourcesjan.nijtmans2023-07-272-3/+3
* | merge-markjan.nijtmans2023-07-260-0/+0
|\ \ | |/
| * Simplify tenviron2utfdstr(), since 2nd argument is always -1.jan.nijtmans2023-07-263-18/+15
* | Merge 8.6jan.nijtmans2023-07-265-29/+97
|\ \ | |/
| * Fix [c54e4a1aeb] (again): High Tcl latencies with fork() in larger systems. jan.nijtmans2023-07-265-31/+178
| |\
| | * Close fork. Prefer vfork over posix_spawnpjan.nijtmans2023-07-251-1/+2
| | |\
| | | * Regenerated configure fileneumann2023-07-251-13783/+4988
| | | * Prefer vfork() over posix_spawnp()neumann2023-07-252-0/+15
| | * | Add (back) check for vfork()jan.nijtmans2023-07-255-26/+27
| | |/
| | * Make use_spawn staticjan.nijtmans2023-07-251-1/+1
| | * Re-generate configure and tclConfig.h.injan.nijtmans2023-07-252-1/+10
| | * attempt to fix posix_spawn on linuxjan.nijtmans2023-07-252-27/+67
| | * merge-markjan.nijtmans2023-07-240-0/+0
| | |\ | | |/ | |/|
| | * Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed?jan.nijtmans2023-07-241-7/+0
* | | Merge 8.6jan.nijtmans2023-07-242-8/+2
|\ \ \ | |/ /
| * | For now, disable posix_spawnp, until we have a better solution for [407b70361...jan.nijtmans2023-07-243-106/+3
| |/
* | Merge 8.6jan.nijtmans2023-07-247-29/+78
|\ \ | |/
| * Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systemsjan.nijtmans2023-07-246-29/+171
| |\
| | * - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1).neumann2023-07-072-0/+13
| | * Remove useless section in tclUnixPort.hjan.nijtmans2023-07-032-18/+1
| | * Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate u...jan.nijtmans2023-07-0324-5261/+14006
| | |\
| | * | Updated configure script to ease testing with this branchneumann2023-06-301-13693/+4985
| | * | Removed automated setting of USE_VFORK for macOSneumann2023-06-301-1/+0
| | * | Added auto-configuration of posix_spawnp()neumann2023-06-302-6/+6
| | * | Made variant using USE_POSIX_SPAWN error message compatible neumann2023-06-151-0/+5
| | * | ticket [c54e4a1aeb] patch: Use vfork instead fork.oehhar2023-06-081-3/+47
* | | | simplify tenviron2utfdstr/utf2tenvirondstr macro's, since 2nd argument is alw...jan.nijtmans2023-07-212-41/+53
* | | | Fix handling of pre-built libtommath.dll on win64-armjan.nijtmans2023-07-202-5/+9
* | | | Improve error-reporting possibilities for Tcl_ExternalToUtfDStringEx/Tcl_UtfT...jan.nijtmans2023-07-192-8/+17
* | | | Bugfix for escape-encoding, 'stolen' from TIP #671 branchjan.nijtmans2023-07-191-1/+2
* | | | Fix: tommath.lib needs to be installed to permit extensions to link when usin...apnadkarni2023-07-171-0/+1
* | | | Fix missing TIP 548 function docs. Some copy editing of doc prototypes for cl...apnadkarni2023-07-172-51/+57
* | | | Bug [a366c6efee]apnadkarni2023-07-163-7/+21
* | | | Correct wording in Commentoehhar2023-07-131-1/+1
* | | | Backport changes in tclListObj.c from Tcl 9.0jan.nijtmans2023-07-132-164/+207
* | | | (partial) fix for [c1691dc608]: 32-bit Linux regressions. Eliminate compiler ...jan.nijtmans2023-07-121-1/+1
* | | | Fix special-case in SetDuplicatePureObj(): Since typePtr is always &tclListTy...jan.nijtmans2023-07-121-4/+4
* | | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo...jan.nijtmans2023-07-124-14/+21
* | | | Fix [54329e39c7]apnadkarni2023-07-122-6/+47
* | | | Fix [5916e48806]: tcl.pc: hardcoded depedencies, missing build flagsjan.nijtmans2023-07-113-2/+10