summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵andreask2012-08-271-1/+7
| | | | code which wasn't prepared to deal with that.
* [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-131-6/+10
| | | | warnings.
* Change one '#ifdef' to '#if defined()' for improved consistency within the file.stwo2012-08-081-1/+1
|
* Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-074-115/+142
| | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.)
* A little more installer consistency tweaking.stwo2012-08-072-5/+5
|
* No need for install-sh to be executable.stwo2012-08-071-1/+0
|
* Installer consistency tweaks.stwo2012-08-062-4/+4
|
* Final part of result generation conversion (modulo any minor blunders)dkf2012-08-055-180/+199
|
* Unbreak.stwo2012-08-041-1/+1
|
* more result generation conversiondkf2012-08-044-29/+31
|
* Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That'sdkf2012-08-041-174/+78
| | | | now everyone we care to support, given that the version after is now not supported by Apple...
* Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-9/+11
| | | objects.
* sync with TEA, fix some commentsjan.nijtmans2012-07-252-8/+8
|
*-. 3544642 Be kind to BSDers day. Purge gmake-ism.dgp2012-07-191-8/+6
|\ \
| | * [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of thedkf2012-07-161-54/+216
| | | | | | | | | passwd/group access functions.
| | |
| \ \
*-. \ \ merge 8.5dgp2012-07-101-2/+2
|\ \ \ \ | | | |/ | | |/|
| | * | [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-101-5/+5
| |/ /
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
|\ \ \ | |/ /
| * | 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.
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-036-20/+19
| | | |
* | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ \ \ | |/ / / | | | | Bump msgcat version to 1.4.5
| * | | [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-283-4/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-272-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | |
* | | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
| | | | |
* | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-261-5/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | quoting improvements eliminate unused variable
| * | | | 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-8/+5
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | | |
* | | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵jan.nijtmans2012-06-264-21/+30
| | | | | | | | | | | | | | | | | | | | dependencies on cygwin-specific dll's)
* | | | | Use EAI_SYSTEM only if it exists.max2012-06-261-6/+1
| | | | |
* | | | | some wrong versionsjan.nijtmans2012-06-242-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | some wrong versionsjan.nijtmans2012-06-242-2/+2
| | | | |
* | | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-2/+161
|\ \ \ \ \ | |/ / / /
| * | | | [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
| | |/ /
* | | | Rework the error message generation of [socket], so that the errormax2012-06-221-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 thatdgp2012-06-084-112/+7
|\ \ \ \ | |/ / / | | | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English.