summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-192-349/+363
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-1/+1
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-3/+3
* * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-6/+2
* * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-192-324/+406
* * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-3/+4
* * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-262-326/+374
* * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added codeandreas_kupries2006-11-071-1/+11
* * README: Bump version number to 8.4.15dgp2006-10-233-5/+5
* * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognizeandreas_kupries2006-09-122-195/+215
* * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation ofandreas_kupries2006-09-121-5/+11
* * unix/tclUnixCompat.c: make compatLock static and only declare it whendas2006-09-111-107/+110
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-103-797/+849
* Fixed compilation for Darwin so the compiler does not bark aboutvasiljevic2006-09-081-8/+11
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreas_kupries2006-09-081-6/+6
* For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safevasiljevic2006-09-083-202/+226
* * unix/tclUnixFCmd.c: Removed some false tests addedvasiljevic2006-09-072-24/+65
* * unix/configure: Regenerated using autoconf 2.13.andreas_kupries2006-09-071-14055/+5069
* Fixed typos in some wrapersvasiljevic2006-09-071-4/+4
* Removed unused variablesvasiljevic2006-09-071-6/+1
* Fixed wrong structure usage in some wrappersvasiljevic2006-09-071-3/+3
* Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-075-224/+166
* Added for fixing the Tcl Bug 999544vasiljevic2006-09-061-0/+584
* Added MT-safe implementation of some library calls.vasiljevic2006-09-068-4531/+14905
* * unix/Makefile.in: add valgrindshell target and update defaulthobbs2006-08-301-2/+9
* * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntaxandreas_kupries2006-08-221-2/+2
* * unix/tclUnixPort.h (Darwin): override potentially faulty configuredas2006-08-211-7/+13
* * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-211-1/+11
* * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-181-1/+4
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-183-275/+371
* * 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