summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-06-291-0/+3
|\
| * Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-0/+3
* | Merge 8.7jan.nijtmans2021-02-231-0/+2
|\ \ | |/
| * Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-231-0/+2
| |\
* | \ Merge 8.7 (resolve conflicts)dgp2021-01-081-7/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-01-041-7/+1
* | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-3/+0
* | | Merge 8.7jan.nijtmans2020-03-271-7/+0
|\ \ \ | |/ /
| * | 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.7jan.nijtmans2020-03-271-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-271-4/+4
| |\ \ | | |/
| | * Fix harmless gcc warning, when compiling on Linuxjan.nijtmans2020-03-271-4/+4
* | | Merge 8.7jan.nijtmans2020-03-171-6/+6
|\ \ \ | |/ /
| * | 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-02-281-0/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-01-071-2/+9
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-131-2/+4
| |\ \ \ \
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-0/+6
* | | | | | Merge 8.7jan.nijtmans2019-12-241-0/+7
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-241-0/+7
* | | | | | Merge 8.7jan.nijtmans2019-12-231-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |/ / | | |/| |
* | | | | Merge 8.7jan.nijtmans2019-12-121-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-2/+2
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-01-311-5/+1
|\ \ \ \ | |/ / /
| * | | Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-5/+1
* | | | Formatting, PTR2INT range improvements, and remove some macro's only used on ...jan.nijtmans2018-10-211-1/+1
* | | | Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURNjan.nijtmans2018-08-021-8/+8
|\ \ \ \ | |/ / /
| * | | merge 8.6jan.nijtmans2018-07-311-8/+8
| |\ \ \ | | |/ /
* | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-5/+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
* | | | merge trunkjan.nijtmans2018-05-231-5/+11
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |