summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | [d3465c9188] restore install-sh to unmodified official versionjan.nijtmans2023-09-052-8/+4
* | | | | 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
* | | | 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.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.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-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
* | | | Fix [5916e48806]: tcl.pc: hardcoded depedencies, missing build flagsjan.nijtmans2023-07-113-2/+10
* | | | Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-2/+1
* | | | Merge 8.6jan.nijtmans2023-07-022-2/+2
|\ \ \ \ | |/ / /
| * | | No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-025-50/+2
| * | | Unbreak the 8.6 build.fvogel2023-07-022-2/+2
* | | | Merge 8.6jan.nijtmans2023-06-301-20/+24
|\ \ \ \ | |/ / /
| * | | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma...jan.nijtmans2023-06-302-23/+25
| |/ /
* | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-276-499/+50
* | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-264-7/+5
* | | silence compiler warningdgp2023-06-021-3/+2
* | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-022-13/+16
* | | int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-291-7/+8
* | | merge core-8-branchdkf2023-05-2430-209/+473
|\ \ \
| * | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-241-1/+1
| * | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-3/+3
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-1/+1
| * | | TIP 663 implementationdgp2023-05-151-3/+2
| |\ \ \