summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-07-261-4/+6
|\
| * Add (back) check for vfork()jan.nijtmans2023-07-251-0/+7
| * 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-241-16/+4
|\ \ | |/
| * - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1).neumann2023-07-071-0/+7
| * Remove useless section in tclUnixPort.hjan.nijtmans2023-07-031-17/+0
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| * Merge 8.5jan.nijtmans2021-08-231-2/+15
| |\
| | * Code formattingjan.nijtmans2021-08-231-172/+268
| | * Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-3/+3
* | | Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-271-10/+2
* | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-261-5/+0
* | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-0/+3
* | | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-231-0/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2021-01-041-7/+1
* | | Merge 8.6jan.nijtmans2020-03-271-7/+0
|\ \ \ | |/ /
| * | Looks like this little hack is no longer necessary on current 32-bit Cygwin.jan.nijtmans2020-03-271-7/+0
* | | Merge 8.6jan.nijtmans2020-03-271-4/+4
|\ \ \ | |/ /
| * | Fix harmless gcc warning, when compiling on Linuxjan.nijtmans2020-03-271-4/+4
* | | Merge 8.6jan.nijtmans2020-03-171-6/+6
|\ \ \ | |/ /
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-171-6/+6
| |\ \ | | |/
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-6/+6
* | | Merge 8.7jan.nijtmans2020-01-071-2/+9
|\ \ \
| * | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-241-0/+7
| * | | Merge 8.6jan.nijtmans2019-12-231-2/+2
| |\ \ \ | | |/ /
| | * | Fix for building Cygwin using Clang.jan.nijtmans2019-12-231-2/+2
* | | | Merge 8.7jan.nijtmans2019-12-131-2/+4
|\ \ \ \ | |/ / /
| * | | Implement TIP's #538: Externalize libtommathjan.nijtmans2019-12-131-0/+2
| |\ \ \
| | * | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a...jan.nijtmans2019-11-011-0/+2
| * | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-2/+2
| |/ / /
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-0/+6
|/ / /
* | | Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-5/+1
* | | merge 8.6jan.nijtmans2018-07-311-8/+8
|\ \ \ | |/ /
* | | merge 8.6sebres2018-06-051-5/+8
|\ \ \ | |/ /
| * | merge 8.5sebres2018-06-041-5/+8
| |\ \ | | |/
| | * fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without...sebres2018-06-041-5/+8
* | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-5/+3
|\ \ \
| * | | Merge 8.7jan.nijtmans2018-04-171-5/+3
* | | | merge 8.6jan.nijtmans2018-05-111-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | merge 8.5jan.nijtmans2018-05-111-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-111-2/+2
* | | | merge 8.6dgp2018-05-091-0/+2
|\ \ \ \ | |/ / /
| * | | merge 8.5sebres2018-05-091-0/+2
| |\ \ \ | | |/ /
| | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-0/+2
* | | | merge 8.6dgp2018-05-081-0/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | merge fix for [92564326a98b5510] from 8.5sebres2018-05-081-0/+6
| |\ \ | | |/
| | * fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/...sebres2018-05-081-0/+6
* | | merge core-8-6-branchjan.nijtmans2017-12-281-2/+2
|\ \ \ | |/ /
| * | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-2/+2