summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h br...jan.nijtmans2017-11-201-3/+0
* | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-4/+1
|/ /
* | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ...jan.nijtmans2017-08-171-4/+4
* | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any m...jan.nijtmans2015-07-151-10/+0
* | Remove useless code, trying to sync win32 environment variables with cygwin's...jan.nijtmans2015-05-251-3/+0
|\ \ | |/
| * Remove useless code, trying to sync win32 environment variables with cygwin's...jan.nijtmans2015-05-251-3/+0
* | Tcl source code already assumes the <limits.h> file is available.dgp2015-03-241-5/+1
* | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp...jan.nijtmans2014-03-261-0/+3
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-211-2/+0
* | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-1/+3
|\ \ | |/
| * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-1/+3
| |\
* | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.jenglish2013-03-011-13/+0
* | | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-191-1/+1
|\ \ \ | |/ /