summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Tag for release.core_8_4_20core_8_4_20_rcdgp2013-06-032-4/+4
|\
| * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
| |
* | Tag for releasedgp2013-05-283-502/+346
|\ \ | |/
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-192-501/+345
| | | | | | | | Pietro Cerutti.
| * Add missing "platform" package to the distribution as well. Reported by ↵jan.nijtmans2013-05-151-1/+1
| | | | | | | | Pietro Cerutti.
* | merge 8.4rc2dgp2013-05-143-11/+11
|\ \ | |/
| * Update dde to version 1.3.3. jan.nijtmans2013-04-253-11/+11
| | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
* | Merge 8.4; Tag for release.dgp2013-04-171-2/+2
|\ \ | |/
| * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵jan.nijtmans2013-04-121-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.dgp2013-03-261-8/+0
| |
* | merge 8.4dgp2013-03-224-470/+412
|\ \ | |/
| * Regenerate configure with autoconf-2.13. Mostly repairs line numbers.dgp2013-03-121-344/+363
| |
| * re-generate configurejan.nijtmans2013-03-121-56/+1
| |
| * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-24/+1
| | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet)
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-16/+16
| |
| * [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
| |
| * new version of cpuid, which doesn't use the edi register any more. Hopefully ↵jan.nijtmans2013-01-241-4/+3
| | | | | | | | that works better on some Darwin.
| * revert [273bbe926d]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
| |
| * Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
| |
| * test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as welljan.nijtmans2013-01-021-0/+7
| |
| * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks ↵jan.nijtmans2012-12-211-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.4dgp2012-11-162-16/+1
|\ \ | |/
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-152-16/+1
| | | | | | | | systems.
* | merge 8.4dgp2012-11-141-2/+51
|\ \ | |/
| * Fix botched patchdkf2012-11-141-2/+13
| |
| * Backport from Tcl 8.6.dkf2012-11-141-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.dgp2012-11-143-12/+31
|/
* 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
| | | to find end of written data bytes.
* only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
|
* fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
| | | install dde and registry dll for cygwin
* fix some gcc 64-bit warningsjan.nijtmans2012-06-262-12/+12
| | | quoting improvements
* use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-6/+11
|
* [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-382/+518
|\
| * first working version of Cygwin notifierbug_3508771jan.nijtmans2012-06-222-6/+34
| |\ | |/ |/|
| * first attempt at Cygwin notifier adaptationjan.nijtmans2012-06-131-0/+119
|/
* Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-139/+94
|
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-2/+69
| | | | variables
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-3/+2
| | | so it can be used for the Plat* interfaces as well
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+17
| | | Simplify stub tables for functions which work on both UNIX and windows
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-4/+10
|
* Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-023-18/+25
|\ | | | | | | processors, both 32-bit and 64-bit
| * cpuid-on-unixcpuid_on_unixjan.nijtmans2012-05-021-7/+6
| |
| * switch off 32-bit assemblerjan.nijtmans2012-05-021-1/+1
| |\
| | * switch off 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
| | |\ | |_|/ |/| |
* | | switch off - temporary - 32-bit specific assemblerjan.nijtmans2012-05-021-1/+1
| | |
| * | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-5/+7
| |\ \ | | |/
| | * TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
| | |\ | |_|/ |/| |
* | | TclWinCPUID now respects -fPIC compilation on 32-bit Linuxjan.nijtmans2012-05-021-2/+7
| | |
| * | Revert introduction of non-portable asm snippet in function TclWinCPUID, to ↵ferrieux2012-04-301-0/+3
| | | | | | | | | | | | restore compilability on Linux.
| * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-7/+17
| |\ \ | | |/