| Commit message (Expand) | Author | Age | Files | Lines |
* | Add (back) check for vfork() | jan.nijtmans | 2023-07-25 | 1 | -0/+7 |
|
|
* | Keeping open [c54e4a1aeb]: Can the exec-17.1 test-failure on MaxOS be fixed? | jan.nijtmans | 2023-07-24 | 1 | -7/+0 |
|
|
* | - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1). | neumann | 2023-07-07 | 1 | -0/+7 |
|
|
* | Remove useless section in tclUnixPort.h | jan.nijtmans | 2023-07-03 | 1 | -17/+0 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | Merge 8.5 | jan.nijtmans | 2021-08-23 | 1 | -2/+15 |
|\ |
|
| * | Code formatting | jan.nijtmans | 2021-08-23 | 1 | -172/+268 |
|
|
| * | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -3/+3 |
|
|
* | | Looks like this little hack is no longer necessary on current 32-bit Cygwin. | jan.nijtmans | 2020-03-27 | 1 | -7/+0 |
|
|
* | | Fix harmless gcc warning, when compiling on Linux | jan.nijtmans | 2020-03-27 | 1 | -4/+4 |
|
|
* | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico... | jan.nijtmans | 2020-03-17 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -6/+6 |
|
|
* | | Fix for building Cygwin using Clang. | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
|
|
* | | merge 8.5 | sebres | 2018-06-04 | 1 | -5/+8 |
|\ \
| |/ |
|
| * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without... | sebres | 2018-06-04 | 1 | -5/+8 |
|
|
* | | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ... | jan.nijtmans | 2018-05-11 | 1 | -2/+2 |
|
|
* | | merge 8.5 | sebres | 2018-05-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST... | sebres | 2018-05-09 | 1 | -0/+2 |
|
|
* | | merge fix for [92564326a98b5510] from 8.5 | sebres | 2018-05-08 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/... | sebres | 2018-05-08 | 1 | -0/+6 |
|
|
* | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -2/+2 |
|
|
* | | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ... | jan.nijtmans | 2017-08-17 | 1 | -4/+4 |
|
|
* | | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any m... | jan.nijtmans | 2015-07-15 | 1 | -10/+0 |
|
|
* | | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 1 | -3/+0 |
|
|
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -5/+1 |
|
|
* | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp... | jan.nijtmans | 2014-03-26 | 1 | -0/+3 |
|
|
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it... | jan.nijtmans | 2013-06-21 | 1 | -2/+0 |
|
|
* | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
| |\ |
|
* | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -13/+0 |
|
|
* | | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Proposed solution for Bug 3598300 on MacOSX | jan.nijtmans | 2013-01-18 | 1 | -1/+1 |
|
|
* | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -23/+19 |
|\ \ \
| |/ / |
|
| * | | ... and fix cygwin build | jan.nijtmans | 2013-01-18 | 1 | -19/+15 |
|
|
* | | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -3/+1 |
|
|
* | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc... | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
| |\ \ \
|/ / / /
| | _ /
| | / |
|
| * | | merge trunk
| jan.nijtmans | 2013-01-14 | 1 | -4/+2 |
|
|
* | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -4/+2 |
|\ \ \
| |/ / |
|
| * | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -5/+9 |
| |\ \
| | |/ |
|
| | * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -2/+8 |
|
|
* | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -4/+0 |
| |\ \
| | |/ |
|
| | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 1 | -4/+0 |
|
|
| * | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -1/+1 |
|
|
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -3/+2 |
| |\ \
| | |/ |
|