Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any ↵ | jan.nijtmans | 2015-07-15 | 1 | -10/+0 | |
| | | | | more. (backported from androwish) | |||||
* | Remove useless code, trying to sync win32 environment variables with ↵ | jan.nijtmans | 2015-05-25 | 1 | -3/+0 | |
|\ | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork. | |||||
| * | Remove useless code, trying to sync win32 environment variables with ↵ | jan.nijtmans | 2015-05-25 | 1 | -3/+0 | |
| | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork. | |||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -5/+1 | |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | |||||
* | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For ↵ | jan.nijtmans | 2014-03-26 | 1 | -0/+3 | |
| | | | | | | | | completeness, implemented -archive, -hidden and -system as well. | |||||
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support ↵ | jan.nijtmans | 2013-06-21 | 1 | -2/+0 | |
| | | | | | | | | it's even not necessary any more (except for fake-rfc2553, but mutexes are used here already) , but it's in the internal stub table so we cannot remove it until 9.0 | |||||
* | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 | |
|\ \ | |/ | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | |||||
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 | |
| |\ | | | | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | |||||
* | | | 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 MacOSXbug_3598300 | 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 | |
|\ \ \ | |/ / | | | | (with an exception for OSX, for now) | |||||
| * | | ... and fix cygwin build | jan.nijtmans | 2013-01-18 | 1 | -19/+15 | |
| | | | ||||||
* | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -3/+1 | |
|\ \ \ | |/ / | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
| * | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -3/+1 | |
| | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
* | | | [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: ↵ | jan.nijtmans | 2013-01-15 | 1 | -1/+1 | |
| |\ \ \ |/ / / / | | _ / | | / | tcl.h does not include sys/stat.h | |||||
| * | | merge trunk | jan.nijtmans | 2013-01-14 | 1 | -4/+2 | |
| | | | | | | | | | remove some EXTERN and CONST usages in tclUnixPort.h | |||||
* | | | 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 | |
|\ \ \ | |/ / | | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English. | |||||
| * | | 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 | |
| | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. | |||||
* | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -1/+0 | |
|\ \ \ | |/ / | | | | so it can be used for the Plat* interfaces as well | |||||
| * | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -3/+2 | |
| |\ \ | | |/ | | | | so it can be used for the Plat* interfaces as well | |||||
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -3/+2 | |
| | | | | | | | | | so it can be used for the Plat* interfaces as well | |||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+19 | |
|\ \ \ | |/ / | ||||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+14 | |
| |\ \ | | |/ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+14 | |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
* | | | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -0/+6 | |
|\ \ \ | |/ / | ||||||
| * | | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -0/+6 | |
| |\ \ | | |/ | ||||||
| | * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -4/+10 | |
| | | | ||||||
* | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -2/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -2/+11 | |
| | | | ||||||
| * | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+0 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+0 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+0 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | (should work, but not yet tested on UNIX) | |||||
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | |||||
| | | * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -1/+0 | |
| | |/ | ||||||
* | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | (autoconf still to be run!) | |||||
| * | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -2/+0 | |
| |\ \ | | |/ | | | | (autoconf still to be run!) | |||||
| | * | some better checks | jan.nijtmans | 2012-03-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -1/+7 | |
| | | | | | | | | | (backported from Tcl 8.5) | |||||
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -1/+6 | |
|\ \ \ | |/ / | ||||||
| * | | x | jan.nijtmans | 2012-03-15 | 1 | -1/+6 | |
| | | | ||||||
* | | | [Bug 2233954] AIX: compile error | jan.nijtmans | 2012-02-16 | 1 | -1/+3 | |
|\ \ \ | |/ / |