Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Regenerate configure with autoconf-2.13. Mostly repairs line numbers. | dgp | 2013-03-12 | 1 | -344/+363 | |
| | ||||||
* | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 | |
| | ||||||
* | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -24/+1 | |
| | | | | | they have in Debian. (regeneration of "configure" not done yet) | |||||
* | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -16/+16 | |
| | ||||||
* | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 | |
| | ||||||
* | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
| | | | | that works better on some Darwin. | |||||
* | revert [273bbe926d]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well | jan.nijtmans | 2013-01-02 | 1 | -0/+7 | |
| | ||||||
* | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks ↵ | jan.nijtmans | 2012-12-21 | 1 | -35/+41 | |
| | | | | | like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline. | |||||
* | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 2 | -16/+1 | |
| | | | | systems. | |||||
* | Fix botched patch | dkf | 2012-11-14 | 1 | -2/+13 | |
| | ||||||
* | Backport from Tcl 8.6. | dkf | 2012-11-14 | 1 | -2/+40 | |
| | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | |||||
* | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293 | dgp | 2012-07-02 | 1 | -1/+1 | |
| | | | to find end of written data bytes. | |||||
* | only expect tcldde.dll when --enable-shared | jan.nijtmans | 2012-06-28 | 2 | -2/+2 | |
| | ||||||
* | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 5 | -9/+27 | |
| | | | install dde and registry dll for cygwin | |||||
* | 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 | -6/+11 | |
| | ||||||
* | [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 | |
|/ | ||||||
* | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 3 | -139/+94 | |
| | ||||||
* | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -2/+69 | |
| | | | | variables | |||||
* | 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 | 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 | -4/+10 | |
| | ||||||
* | 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 | |
| |\ \ \ |