Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 10 | -45/+45 |
* | Merge 8.7 | jan.nijtmans | 2023-10-12 | 2 | -12/+39 |
|\ | |||||
| * | Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare... | jan.nijtmans | 2023-10-12 | 2 | -48/+76 |
* | | Merge 8.6 | jan.nijtmans | 2023-10-12 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast | jan.nijtmans | 2023-10-12 | 1 | -8/+8 |
* | | Re-generate "configure" with autoconf-2.71 | jan.nijtmans | 2023-10-09 | 1 | -2849/+3564 |
|\ \ | |/ | |||||
* | | Rework to use configure as prior solution presumed Gnu make | apnadkarni | 2023-10-08 | 3 | -3572/+2874 |
* | | Start on fixing Unix testing of zipfs configs | apnadkarni | 2023-10-08 | 1 | -0/+5 |
* | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 2 | -23/+6 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2023-08-04 | 3 | -12/+7 |
| |\ \ | |||||
| * \ \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 2 | -4/+6 |
| |\ \ \ | |||||
| | * | | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 2 | -4/+6 |
* | | | | | Merge 8.7 | jan.nijtmans | 2023-09-06 | 2 | -8/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | [d3465c9188] restore install-sh to unmodified official version | jan.nijtmans | 2023-09-05 | 2 | -8/+4 |
* | | | | | Merge 8.6 | jan.nijtmans | 2023-09-05 | 2 | -70/+104 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Fix [d3465c9188]: Update install-sh to version "2020-11-14.01; # UTC" | jan.nijtmans | 2023-09-05 | 2 | -8/+35 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-08-03 | 2 | -4/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | DOn't use --out-implib on Cygwin any more, no longer needed | jan.nijtmans | 2023-08-03 | 2 | -4/+0 |
* | | | | Merge 8.6 | jan.nijtmans | 2023-08-02 | 3 | -8/+7 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co... | jan.nijtmans | 2023-08-02 | 3 | -8/+7 |
* | | | Merge 8.6 | jan.nijtmans | 2023-07-26 | 5 | -29/+97 |
|\ \ \ | |/ / | |||||
| * | | Close fork. Prefer vfork over posix_spawnp | jan.nijtmans | 2023-07-25 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Regenerated configure file | neumann | 2023-07-25 | 1 | -13783/+4988 |
| | * | | Prefer vfork() over posix_spawnp() | neumann | 2023-07-25 | 2 | -0/+15 |
| * | | | Add (back) check for vfork() | jan.nijtmans | 2023-07-25 | 5 | -26/+27 |
| |/ / | |||||
| * | | Make use_spawn static | jan.nijtmans | 2023-07-25 | 1 | -1/+1 |
| * | | Re-generate configure and tclConfig.h.in | jan.nijtmans | 2023-07-25 | 2 | -1/+10 |
| * | | attempt to fix posix_spawn on linux | jan.nijtmans | 2023-07-25 | 2 | -27/+67 |
| * | | Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed? | jan.nijtmans | 2023-07-24 | 1 | -7/+0 |
* | | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 2 | -8/+2 |
|\ \ \ | |||||
| * | | | For now, disable posix_spawnp, until we have a better solution for [407b70361... | jan.nijtmans | 2023-07-24 | 3 | -106/+3 |
| |/ / | |||||
* | | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 6 | -28/+75 |
|\ \ \ | |/ / | |||||
| * | | Fix [c54e4a1aeb]: High Tcl latencies with fork() in larger systems | jan.nijtmans | 2023-07-24 | 6 | -29/+171 |
| |\ \ | |||||
| | * | | - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1). | neumann | 2023-07-07 | 2 | -0/+13 |
| | * | | Remove useless section in tclUnixPort.h | jan.nijtmans | 2023-07-03 | 2 | -18/+1 |
| | * | | Merge 8.6. Put vfork check a little bit earlier in unix/tcl.m4. Re-generate u... | jan.nijtmans | 2023-07-03 | 10 | -5065/+13825 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Updated configure script to ease testing with this branch | neumann | 2023-06-30 | 1 | -13693/+4985 |
| | * | | Removed automated setting of USE_VFORK for macOS | neumann | 2023-06-30 | 1 | -1/+0 |
| | * | | Added auto-configuration of posix_spawnp() | neumann | 2023-06-30 | 2 | -6/+6 |
| | * | | Made variant using USE_POSIX_SPAWN error message compatible | neumann | 2023-06-15 | 1 | -0/+5 |
| | * | | ticket [c54e4a1aeb] patch: Use vfork instead fork. | oehhar | 2023-06-08 | 1 | -3/+47 |
* | | | | Fix [5916e48806]: tcl.pc: hardcoded depedencies, missing build flags | jan.nijtmans | 2023-07-11 | 3 | -2/+10 |
* | | | | Code cleanup for arithSeries, all backported from 9.0 | jan.nijtmans | 2023-07-10 | 1 | -2/+1 |
* | | | | Merge 8.6 | jan.nijtmans | 2023-07-02 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | No need for function prototypes in unix/dltest/*.c | jan.nijtmans | 2023-07-02 | 5 | -50/+2 |
| * | | | Unbreak the 8.6 build. | fvogel | 2023-07-02 | 2 | -2/+2 |
* | | | | Merge 8.6 | jan.nijtmans | 2023-06-30 | 1 | -20/+24 |
|\ \ \ \ | |/ / / | |||||
| * | | | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma... | jan.nijtmans | 2023-06-30 | 2 | -23/+25 |
| |/ / | |||||
* | | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a... | jan.nijtmans | 2023-06-27 | 6 | -499/+50 |
* | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 4 | -7/+5 |