Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Rework the error message generation of [socket], so that the error | max | 2012-06-22 | 1 | -10/+13 | |
| | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM. | |||||
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 4 | -112/+7 | |
|\ | | | | | | | 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 | 3 | -114/+6 | |
| |\ | ||||||
| | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 3 | -139/+94 | |
| | | | ||||||
| * | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 2 | -3/+1 | |
| | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. | |||||
* | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -2/+69 | |
|\ \ \ | |/ / | | | | | | | variables | |||||
| * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -2/+69 | |
| |\ \ | | |/ | | | | | | | variables | |||||
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -2/+69 | |
| | | | | | | | | | | | | variables | |||||
* | | | Avoid calling close() on a bogus fd when an attempt to open a client socket | dgp | 2012-05-22 | 1 | -0/+3 | |
| | | | | | | | | | with an unsupported address family leaves one behind. | |||||
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ | ferrieux | 2012-05-10 | 2 | -0/+10 | |
| | | | | | | | | | | | | ./configure, to avoid stale configuration. | |||||
* | | | 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 | |||||
* | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
* | | | 3428753 Fix [socket -async] connections that manage to connect synchronously. | dgp | 2012-05-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 5 | -15/+22 | |
|\ \ \ | |/ / | ||||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 5 | -15/+17 | |
| |\ \ | | |/ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 5 | -15/+17 | |
| | | | | | | | | | 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 | |
| | | | ||||||
* | | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 3 | -17/+25 | |
|\ \ \ | |/ / | | | | | | | processors, both 32-bit and 64-bit | |||||
| * | | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 3 | -17/+25 | |
| |\ \ | | |/ | | | | | | | processors, both 32-bit and 64-bit | |||||
| | * | Better detection and implementation for cpuid instruction on Intel-derived ↵ | jan.nijtmans | 2012-05-02 | 3 | -18/+25 | |
| | |\ | | | | | | | | | | | | | processors, both 32-bit and 64-bit | |||||
| | | * | cpuid-on-unixcpuid_on_unix | jan.nijtmans | 2012-05-02 | 1 | -7/+6 | |
| |_|/ |/| | | ||||||
* | | | switch off 32-bit assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | switch off 32-bit specific assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | switch off - temporary - 32-bit specific assembler | jan.nijtmans | 2012-05-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -5/+7 | |
|\ \ \ | |/ / | ||||||
| * | | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -2/+7 | |
| |\ \ | | |/ | ||||||
| | * | TclWinCPUID now respects -fPIC compilation on 32-bit Linux | jan.nijtmans | 2012-05-02 | 1 | -2/+7 | |
| | | | ||||||
* | | | Revert introduction of non-portable asm snippet in function TclWinCPUID, to ↵ | ferrieux | 2012-04-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | restore compilability on Linux. | |||||
* | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 2 | -7/+17 | |
|\ \ \ | |/ / | ||||||
| * | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 2 | -16/+23 | |
| | | | ||||||
* | | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 2 | -7/+7 | |
| |\ \ | | |/ | ||||||
* | | | Repair more build breakage. | dgp | 2012-04-26 | 1 | -7/+5 | |
| | | | ||||||
* | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 3 | -27/+8 | |
| | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*---. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 6 | -5/+121 | |
|\ \ \ \ \ | | | |/ / | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | | gcc warnings | jan.nijtmans | 2012-04-24 | 1 | -2/+1 | |
| | |/ / | ||||||
| | | | | ||||||
| | | \ | ||||||
| | *-. \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 7 | -10/+146 | |
| | |\ \ \ | |/ / / / | | | | / | | | |/ | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | syntax error | jan.nijtmans | 2012-04-24 | 1 | -1/+2 | |
| | |/ | ||||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 5 | -10/+95 | |
| | |\ | | | | | | | | | | | | | 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) | |||||
| | | * | merge trunk | jan.nijtmans | 2012-04-24 | 4 | -349/+366 | |
| | | |\ | | | |/ | | |/| | ||||||
| | | * | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 2 | -293/+298 | |
| | | |\ | ||||||
| | | * | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 5 | -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 | 2 | -6/+33 | |
| | | | | | ||||||
* | | | | | autoconf | dgp | 2012-04-23 | 1 | -1/+1 | |
| | | | | |