summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-102-5/+5
|\
* \ Merge 8.7jan.nijtmans2023-10-091-2871/+3591
|\ \ | |/
| * Re-generate "configure" with autoconf-2.71jan.nijtmans2023-10-091-2849/+3564
| |\
* | \ Merge 8.7 - unix test buildsapnadkarni2023-10-093-3594/+2896
|\ \ \ | |/ /
| * | Rework to use configure as prior solution presumed Gnu makeapnadkarni2023-10-083-3572/+2874
| * | Start on fixing Unix testing of zipfs configsapnadkarni2023-10-081-0/+5
* | | Remaining part of TIP #666 implementation (first part already done [cd426d20a...jan.nijtmans2023-09-111-19/+2
|\ \ \ | |/ /
| * | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-112-23/+6
| |\ \
| | * \ Merge 8.7jan.nijtmans2023-08-043-12/+7
| | |\ \
| | * \ \ Rebase to 8.7jan.nijtmans2023-07-262-4/+6
| | |\ \ \
| | | * | | TIP #666 implementationjan.nijtmans2023-05-032-4/+6
* | | | | | Merge 8.7jan.nijtmans2023-09-062-8/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2023-09-062-8/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | [d3465c9188] restore install-sh to unmodified official versionjan.nijtmans2023-09-052-8/+4
* | | | | | Merge 8.7jan.nijtmans2023-09-052-10/+37
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-09-052-70/+104
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Fix [d3465c9188]: Update install-sh to version "2020-11-14.01; # UTC"jan.nijtmans2023-09-052-8/+35
| * | | | Merge 8.7jan.nijtmans2023-08-032-4/+0
| |\ \ \ \ | | |/ / /
| | * | | DOn't use --out-implib on Cygwin any more, no longer neededjan.nijtmans2023-08-032-4/+0
* | | | | Update Tcl_Time for 32-bit systems and win64, being able to handle time > 203...jan.nijtmans2023-08-241-1/+1
* | | | | Merge 8.7jan.nijtmans2023-08-023-12/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2023-08-023-8/+7
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-023-8/+7
* | | | Merge 8.7jan.nijtmans2023-07-265-29/+97
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2023-07-265-29/+97
| |\ \ \ | | |/ /
| | * | 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
| | * | Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed?jan.nijtmans2023-07-241-7/+0
* | | | Merge 8.7jan.nijtmans2023-07-242-8/+2
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2023-07-247-81/+74
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2023-07-246-28/+75
| |\ \ \ | | |/ /
| | * | 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-0310-5065/+13825
| | | |\ \ | | | |/ / | | |/| |
| | | * | 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
* | | | | Check for _LARGEFILE64_SOURCE after _FILE_OFFSET_BITS=64, since the latter is...jan.nijtmans2023-07-212-23/+23
* | | | | .... forgot to re-generate tclConfig.h.injan.nijtmans2023-07-201-0/+6
* | | | | Don't bail out when no 64-bit time is availablejan.nijtmans2023-07-202-4/+0