summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-021-1/+18
* cleanup quoting and whitespacedas2006-07-202-38/+39
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-208-869/+1030
* * unix/tclUnixPort.h: Added the inclusion ofandreas_kupries2006-07-141-1/+6
* * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWEDdas2006-06-141-10/+27
* Workaround for silly compiler bug. [Bug 1503729]dkf2006-06-131-3/+9
* * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-272-312/+368
* autoconf-2.13das2006-05-261-2/+2
* sync 2006-05-24 change to tcl HEADdas2006-05-261-1/+1
* * README: Bump version number to 8.4.14dgp2006-05-043-5/+5
* * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-062-231/+226
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwindas2006-03-281-3/+11
* backport of file writable fixesvincentdarley2006-03-191-1/+64
* typo in TclpLoadMemory() error msgdas2006-03-161-2/+2
* * unix/configure.in: Revert change from 2005-07-26 that sometimesdgp2006-03-132-15/+1
* Added no-op TclpFinalizeSockets()vasiljevic2006-03-101-1/+23
* * README: Bump version number to 8.4.13 and updatedgp2006-03-073-5/+5
* []-quote ac_defun functionshobbs2006-03-021-24/+24
* * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared librarypatthoyts2006-03-022-2/+2
* Backport of part of FreeBSD portdkf2006-01-251-3/+10
* * unix/configure: add caching, use AC_CACHE_CHECK instead ofdas2006-01-103-842/+1043
* * unix/configure.in: run check for fts API on all platforms, since Linuxdas2005-12-142-36/+32
* * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-122-4/+4
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-1/+3
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-8/+10
* 2005-12-05 Don Porter <dgp@users.sourceforge.net>dgp2005-12-053-32/+178
* documented macosx-only configure options.das2005-12-031-1/+6
* update README filesdgp2005-12-021-2/+3
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-012-245/+243
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-279-1155/+1319
* * README: Bump version number to 8.4.12dgp2005-11-163-5/+5
* * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-091-3/+3
* * unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks todgp2005-11-042-281/+305
* * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified sodgp2005-11-031-2/+3
* * generic/tclBasic.c:Miguel Sofer2005-10-231-1/+3
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tohobbs2005-10-071-44/+61
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-6/+5
* autoconf-2.13dgp2005-09-151-229/+278
* Added yet another corner-case hack, this time for RHEL3. [Bug 1287638]dkf2005-09-151-0/+3
* Solaris mis-names the cp1251 encoding.dkf2005-08-051-1/+2
* * unix/configure, unix/tcl.m4: revert 2005-07-28 change.das2005-07-303-523/+587
* * unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY onhobbs2005-07-282-256/+260
* Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
* * unix/configure: Regen.mdejong2005-07-262-1/+15
* * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):mdejong2005-07-251-0/+73
* * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removinghobbs2005-07-084-578/+366
* Protect against spurious wake-ups while waiting on the condition variablevasiljevic2005-07-011-6/+8
* * unix/Makefile.in (install-private-headers): rewrite tclPort.h whendas2005-06-231-2/+5
* bug 1225727Kevin B Kenny2005-06-221-1/+22