Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 3 | -4/+8 |
|\ | |||||
| * | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 |
| |\ | |||||
| | * | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 |
| | | | |||||
* | | | merge | jan.nijtmans | 2012-06-27 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | merge | jan.nijtmans | 2012-06-27 | 4 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 5 | -9/+27 |
| | | | | | | | | | install dde and registry dll for cygwin | ||||
| * | | merge fix | jan.nijtmans | 2012-06-26 | 2 | -2/+2 |
| | | | |||||
* | | | don't print out copying of zlib1.dll | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 1 | -5/+5 |
|\ \ \ | |/ / | | | | | | | quoting improvements eliminate unused variable | ||||
| * | | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 2 | -10/+10 |
| |\ \ | | |/ | | | | | | | quoting improvements eliminate unused variable | ||||
| | * | fix some gcc 64-bit warnings | jan.nijtmans | 2012-06-26 | 2 | -12/+12 |
| | | | | | | | | | quoting improvements | ||||
* | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 2 | -8/+5 |
|\ \ \ | |/ / | |||||
| * | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 2 | -9/+12 |
| |\ \ | | |/ | |||||
| | * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 2 | -6/+11 |
| | | | |||||
* | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵ | jan.nijtmans | 2012-06-26 | 4 | -21/+30 |
| | | | | | | | | | | | | dependencies on cygwin-specific dll's) | ||||
* | | | Use EAI_SYSTEM only if it exists. | max | 2012-06-26 | 1 | -6/+1 |
| | | | |||||
* | | | some wrong versions | jan.nijtmans | 2012-06-24 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | some wrong versions | jan.nijtmans | 2012-06-24 | 2 | -2/+2 |
| | | | |||||
* | | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 3 | -2/+161 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 3 | -1/+160 |
| |\ \ | | |/ | |||||
| | * | [Bug 3508771]: Cygwin notifier for handling win32 events | jan.nijtmans | 2012-06-23 | 3 | -382/+518 |
| | |\ | |||||
| | | * | first working version of Cygwin notifierbug_3508771 | jan.nijtmans | 2012-06-22 | 2 | -6/+34 |
| | | |\ | | | |/ | | |/| | |||||
| | | * | first attempt at Cygwin notifier adaptation | jan.nijtmans | 2012-06-13 | 1 | -0/+119 |
| | |/ | |||||
* | | | 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 |
| |\ \ | | |/ |