Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag for release.core_8_4_20core_8_4_20_rc | dgp | 2013-06-03 | 2 | -4/+4 |
|\ | |||||
| * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 2 | -4/+4 |
| | | |||||
* | | Tag for release | dgp | 2013-05-28 | 3 | -502/+346 |
|\ \ | |/ | |||||
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -501/+345 |
| | | | | | | | | Pietro Cerutti. | ||||
| * | Add missing "platform" package to the distribution as well. Reported by ↵ | jan.nijtmans | 2013-05-15 | 1 | -1/+1 |
| | | | | | | | | Pietro Cerutti. | ||||
* | | merge 8.4rc2 | dgp | 2013-05-14 | 3 | -11/+11 |
|\ \ | |/ | |||||
| * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 3 | -11/+11 |
| | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | Merge 8.4; Tag for release. | dgp | 2013-04-17 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
| | | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
* | | Tag for release. | dgp | 2013-03-26 | 1 | -8/+0 |
| | | |||||
* | | merge 8.4 | dgp | 2013-03-22 | 4 | -470/+412 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | merge 8.4 | dgp | 2012-11-16 | 2 | -16/+1 |
|\ \ | |/ | |||||
| * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 2 | -16/+1 |
| | | | | | | | | systems. | ||||
* | | merge 8.4 | dgp | 2012-11-14 | 1 | -2/+51 |
|\ \ | |/ | |||||
| * | 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). | ||||
* | | Release branch for Tcl 8.4.20. | dgp | 2012-11-14 | 3 | -12/+31 |
|/ | |||||
* | 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 |
| |\ \ | | |/ |