summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2024-02-141-2/+2
|\
| * There are changes to package tcltest since release of Tcl 9.0b1.dgp2024-02-141-2/+2
* | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated toojan.nijtmans2024-01-171-1/+1
* | Bump to 8.6.14 for releasegriffin2024-01-162-2/+2
|/
* Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t...jan.nijtmans2024-01-122-0/+4
* Backport tcltest 2.5.6 from Tcl9.0b1jan.nijtmans2024-01-091-2/+2
* (cherry-pick) Don't call getsockname(2) in Tcl_MakeFileChannel(3) unless abso...jan.nijtmans2023-12-301-12/+16
* Fix incorrect TclUtfNcasecmp() usage (since len is in bytes, not characters h...jan.nijtmans2023-12-291-26/+25
* Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-271-7/+7
|\
| * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-7/+7
* | Fix [e653408972]: autoconf warningjan.nijtmans2023-11-231-1/+1
* | Fix [54a305cb88] (second part) by hand-editing tclDate.c.jan.nijtmans2023-11-101-0/+2
* | (cherrypick) small part of: [26870862f0]: Wrong sentinel in Tcl_SetErrorCode ...jan.nijtmans2023-10-202-4/+4
* | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: f...jan.nijtmans2023-10-132-1/+5
|/
* Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-122-48/+76
* Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary castjan.nijtmans2023-10-121-8/+8
* [d3465c9188] restore install-sh to unmodified official versionjan.nijtmans2023-09-052-8/+4
* Fix [d3465c9188]: Update install-sh to version "2020-11-14.01; # UTC"jan.nijtmans2023-09-052-8/+35
* DOn't use --out-implib on Cygwin any more, no longer neededjan.nijtmans2023-08-032-4/+0
* deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co...jan.nijtmans2023-08-023-8/+7
* 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
* 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
* | No need for function prototypes in unix/dltest/*.cjan.nijtmans2023-07-025-50/+2
* | Unbreak the 8.6 build.fvogel2023-07-022-2/+2
* | Use more strict compilation-flags (but not -DTCL_MEM_DEBUG) in unix/dltest/Ma...jan.nijtmans2023-06-302-23/+25
|/
* ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dl...jan.nijtmans2023-05-151-3/+3
* Backout fix for [718de2132f487cf2]: It breaks on MacOS and other systems whic...jan.nijtmans2023-04-151-2/+1
* Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
* re-generate unix/configurejan.nijtmans2023-04-131-1/+1
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1214-30/+30
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-307-18/+21
* Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-243-4/+4
* arm64e -> arm64, since arm64e is not available yet on MacOS (Thanks to Stefan...jan.nijtmans2023-03-172-20/+20
* Remove _LARGEFILE_SOURCE64 usage. See [d690400d07]jan.nijtmans2023-03-153-111/+0
* Properly quote contents of Make variables to pass through gdb.run file.pooryorick2023-01-141-3/+8