summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
|\ | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-152-16/+1
| | | | | | | | systems.
| * Fix botched patchdkf2012-11-141-2/+13
| |
* | Post-header reform (long long ago now) Tcl headers take care of their owndgp2012-12-031-9/+0
| | | | | | protection from EXTERN definitions.
* | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-2/+51
|\ \ | |/ | | | | | | | | 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).
| * 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).
* | merge 8.5dgp2012-11-061-2/+2
|\ \
| * | complete bump to http 2.7.10dgp2012-11-061-2/+2
| | |
* | | make distdgp2012-11-051-6/+20
| | |
* | | autoconf-2.59dgp2012-11-051-1/+1
| | |
* | | Release branch for Tcl 8.5.13.dgp2012-11-052-2/+2
|/ /
* | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| |
* | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-071-0/+6
| | | | | | | | [2417695]
* | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-131-6/+10
| | | | | | | | warnings.
* | Installer improvements, like [226a993973].stwo2012-08-074-131/+526
| |
* | merge 8.5dgp2012-07-171-54/+216
|\ \
| * | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of thedkf2012-07-161-54/+216
| | | | | | | | | passwd/group access functions.
* | | merge 8.5dgp2012-07-161-5/+5
|\ \ \ | |/ /
| * | [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-101-5/+5
| | |
* | | Release candidate branch for Tcl 8.5.12.dgp2012-07-104-8/+11
|/ /
* | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
|\ \ | |/
| * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+1
| | | | | | to find end of written data bytes.
* | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ | | | | | | Bump msgcat version to 1.4.5
| * \ merge trunkjan.nijtmans2012-06-286-24/+186
| |\ \ | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
| * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| | | |
* | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
| | |
* | | mergejan.nijtmans2012-06-274-6/+6
|\ \ \ | |/ /
| * | fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
| | | | | | | | | install dde and registry dll for cygwin
* | | merge fixjan.nijtmans2012-06-262-2/+2
| | |
* | | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-10/+10
|\ \ \ | |/ / | | | | | | quoting improvements eliminate unused variable
| * | 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-9/+12
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-6/+11
| | |
* | | some wrong versionsjan.nijtmans2012-06-242-2/+2
| | |
* | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-1/+160
|\ \ \ | |/ / | | / | |/ |/|
| * [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-114/+6
|\ \ | |/
| * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-083-139/+94
| |
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-082-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.nijtmans2012-06-061-2/+69
|\ \ | |/ | | | | variables
| * 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 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
|\ \ | |/
| * 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-0/+6
|\ \ | |/
| * move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-4/+10
| |