summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* | Looks like this little hack is no longer necessary on current 32-bit Cygwin.jan.nijtmans2020-03-271-7/+0
* | Fix harmless gcc warning, when compiling on Linuxjan.nijtmans2020-03-271-4/+4
* | 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
* | Fix for building Cygwin using Clang.jan.nijtmans2019-12-231-2/+2
* | 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 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.5sebres2018-05-091-0/+2
|\ \ | |/
| * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-0/+2
* | 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
* | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-2/+2
* | '#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
|\ \ \ | |/ /
| * | Proposed solution for Bug 3598300 on MacOSXjan.nijtmans2013-01-181-1/+1
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h.jan.nijtmans2013-01-181-23/+19
|\ \ \ | |/ /
| * | ... and fix cygwin buildjan.nijtmans2013-01-181-19/+15
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-3/+1
|\ \ \ | |/ /
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-3/+1
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-151-3/+3
|\ \ \
| * \ \ REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc...jan.nijtmans2013-01-151-1/+1
| |\ \ \ |/ / / / | | _ / | | /
| * | merge trunk jan.nijtmans2013-01-141-4/+2
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-4/+2
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-5/+9
| |\ \ | | |/
| | * use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-2/+8
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-0/+1
|\ \ \ | |/ /
| * | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-4/+0
| |\ \ | | |/
| | * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-4/+0
| * | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-1/+1
* | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+0
|\ \ \ | |/ /
| * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-3/+2
| |\ \ | | |/