| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 3 | -797/+849 |
|
|
* | Fixed compilation for Darwin so the compiler does not bark about | vasiljevic | 2006-09-08 | 1 | -8/+11 |
|
|
* | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 1 | -6/+6 |
|
|
* | For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe | vasiljevic | 2006-09-08 | 3 | -202/+226 |
|
|
* | * unix/tclUnixFCmd.c: Removed some false tests added | vasiljevic | 2006-09-07 | 2 | -24/+65 |
|
|
* | * unix/configure: Regenerated using autoconf 2.13. | andreas_kupries | 2006-09-07 | 1 | -14055/+5069 |
|
|
* | Fixed typos in some wrapers | vasiljevic | 2006-09-07 | 1 | -4/+4 |
|
|
* | Removed unused variables | vasiljevic | 2006-09-07 | 1 | -6/+1 |
|
|
* | Fixed wrong structure usage in some wrappers | vasiljevic | 2006-09-07 | 1 | -3/+3 |
|
|
* | Rewritten MT-safe wrappers to return ptrs to TSD storage | vasiljevic | 2006-09-07 | 5 | -224/+166 |
|
|
* | Added for fixing the Tcl Bug 999544 | vasiljevic | 2006-09-06 | 1 | -0/+584 |
|
|
* | Added MT-safe implementation of some library calls. | vasiljevic | 2006-09-06 | 8 | -4531/+14905 |
|
|
* | * unix/Makefile.in: add valgrindshell target and update default | hobbs | 2006-08-30 | 1 | -2/+9 |
|
|
* | * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax | andreas_kupries | 2006-08-22 | 1 | -2/+2 |
|
|
* | * unix/tclUnixPort.h (Darwin): override potentially faulty configure | das | 2006-08-21 | 1 | -7/+13 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -1/+11 |
|
|
* | * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() | das | 2006-08-18 | 1 | -1/+4 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 3 | -275/+371 |
|
|
* | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard | das | 2006-08-02 | 1 | -1/+18 |
|
|
* | cleanup quoting and whitespace | das | 2006-07-20 | 2 | -38/+39 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 8 | -869/+1030 |
|
|
* | * unix/tclUnixPort.h: Added the inclusion of | andreas_kupries | 2006-07-14 | 1 | -1/+6 |
|
|
* | * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED | das | 2006-06-14 | 1 | -10/+27 |
|
|
* | Workaround for silly compiler bug. [Bug 1503729] | dkf | 2006-06-13 | 1 | -3/+9 |
|
|
* | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 2 | -312/+368 |
|
|
* | autoconf-2.13 | das | 2006-05-26 | 1 | -2/+2 |
|
|
* | sync 2006-05-24 change to tcl HEAD | das | 2006-05-26 | 1 | -1/+1 |
|
|
* | * README: Bump version number to 8.4.14 | dgp | 2006-05-04 | 3 | -5/+5 |
|
|
* | * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING | das | 2006-04-06 | 2 | -231/+226 |
|
|
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin | das | 2006-03-28 | 1 | -3/+11 |
|
|
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -1/+64 |
|
|
* | typo in TclpLoadMemory() error msg | das | 2006-03-16 | 1 | -2/+2 |
|
|
* | * unix/configure.in: Revert change from 2005-07-26 that sometimes | dgp | 2006-03-13 | 2 | -15/+1 |
|
|
* | Added no-op TclpFinalizeSockets() | vasiljevic | 2006-03-10 | 1 | -1/+23 |
|
|
* | * README: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 3 | -5/+5 |
|
|
* | []-quote ac_defun functions | hobbs | 2006-03-02 | 1 | -24/+24 |
|
|
* | * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library | patthoyts | 2006-03-02 | 2 | -2/+2 |
|
|
* | Backport of part of FreeBSD port | dkf | 2006-01-25 | 1 | -3/+10 |
|
|
* | * unix/configure: add caching, use AC_CACHE_CHECK instead of | das | 2006-01-10 | 3 | -842/+1043 |
|
|
* | * unix/configure.in: run check for fts API on all platforms, since Linux | das | 2005-12-14 | 2 | -36/+32 |
|
|
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 2 | -4/+4 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -1/+3 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -8/+10 |
|
|
* | 2005-12-05 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-05 | 3 | -32/+178 |
|
|
* | documented macosx-only configure options. | das | 2005-12-03 | 1 | -1/+6 |
|
|
* | update README files | dgp | 2005-12-02 | 1 | -2/+3 |
|
|
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 2 | -245/+243 |
|
|
* | add #include <libkern/OSByteOrder.h> for OSX 10.2 | das | 2005-11-27 | 1 | -1/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 9 | -1155/+1319 |
|
|
* | * README: Bump version number to 8.4.12 | dgp | 2005-11-16 | 3 | -5/+5 |
|
|