summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* use "int fd" for file descriptors, like everywhere else in the code. Mark som...jan.nijtmans2024-06-121-19/+22
* Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
* Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-1/+1
* Use TclDStringToObj a bit moredkf2024-05-242-10/+4
* Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T...jan.nijtmans2024-05-241-26/+24
* .travis.yml is not used any morejan.nijtmans2024-05-221-1/+0
* Spacing/code cleanup, backported from 8.7jan.nijtmans2024-05-221-29/+30
* "TCL_TOMMATH" is not used anywherejan.nijtmans2024-05-213-9/+0
* Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-291-1/+1
* Since all tools are in utf-8 (actually: ascii), make that explicitjan.nijtmans2024-04-121-5/+5
* Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-101-1/+1
* Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-311-7/+7
* Remove all libtommath source-files, which are not used in Tcl. Don't bother a...jan.nijtmans2024-03-301-86/+0
* Remove libtommath/makefile* and related: Those files suggest anything can be ...jan.nijtmans2024-03-291-6/+0
* tcltest 2.5.7 -> 2.5.8jan.nijtmans2024-03-121-2/+2
* Merge 8.6. TCL_PACKAGE_PATH is not used on Windowsjan.nijtmans2024-03-041-6/+7
|\
* | If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure"jan.nijtmans2024-03-042-4/+4
* | Small (related) fix to handling of TCL_MODULE_PATH: It's a Tcl list too, so i...jan.nijtmans2024-03-041-1/+1
* | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced.jan.nijtmans2024-03-043-41/+32
|/
* 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