summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | merge trunkdgp2012-09-131-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others.dgp2012-09-131-2/+2
| * | | | | | merge trunkdgp2012-09-121-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
| * | | | | | correct font issues in define.ndgp2012-09-071-6/+20
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | merge trunkdgp2012-08-281-1/+7
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code...andreask2012-08-271-1/+7
| * | | | | | merge trunkdgp2012-08-201-7/+11
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-131-6/+10
| | * | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file.stwo2012-08-081-1/+1
| * | | | | | merge trunkdgp2012-08-0816-537/+491
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-074-115/+142
| | * | | | | 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
| | * | | | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integerdkf2012-07-311-9/+11
| | * | | | | 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
| | |\ \ \ \ \ \
| * | | | | | | | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-1/+1
| * | | | | | | | Release candidate branch for Tcl 8.6b3.dgp2012-07-113-3/+3
| |/ / / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ merge 8.5dgp2012-07-101-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ 1189293 Make "<<" binary safe.dgp2012-07-051-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-283-4/+8
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ mergejan.nijtmans2012-06-272-4/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
| * | | | | | | | | | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-261-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-262-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependenc...jan.nijtmans2012-06-264-21/+30
| * | | | | | | | | | | | | | Use EAI_SYSTEM only if it exists.max2012-06-261-6/+1
| * | | | | | | | | | | | | | some wrong versionsjan.nijtmans2012-06-242-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-233-2/+161
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Rework the error message generation of [socket], so that the errormax2012-06-221-10/+13
| * | | | | | | | | | | | | | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-084-112/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-2/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Avoid calling close() on a bogus fd when an attempt to open a client socketdgp2012-05-221-0/+3
| * | | | | | | | | | | | | | | | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ...ferrieux2012-05-102-0/+10
| * | | | | | | | | | | | | | | | | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | 3428753 Fix [socket -async] connections that manage to connect synchronously.dgp2012-05-031-2/+2
| * | | | | | | | | | | | | | | | | | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-035-15/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-023-17/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-152-16/+1