| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 | hobbs | 2005-11-09 | 1 | -3/+3 |
|
|
* | * unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks to | dgp | 2005-11-04 | 2 | -281/+305 |
|
|
* | * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified so | dgp | 2005-11-03 | 1 | -2/+3 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -1/+3 |
|
|
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to | hobbs | 2005-10-07 | 1 | -44/+61 |
|
|
* | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second | hobbs | 2005-10-05 | 1 | -6/+5 |
|
|
* | autoconf-2.13 | dgp | 2005-09-15 | 1 | -229/+278 |
|
|
* | Added yet another corner-case hack, this time for RHEL3. [Bug 1287638] | dkf | 2005-09-15 | 1 | -0/+3 |
|
|
* | Solaris mis-names the cp1251 encoding. | dkf | 2005-08-05 | 1 | -1/+2 |
|
|
* | * unix/configure, unix/tcl.m4: revert 2005-07-28 change. | das | 2005-07-30 | 3 | -523/+587 |
|
|
* | * unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY on | hobbs | 2005-07-28 | 2 | -256/+260 |
|
|
* | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | * unix/configure: Regen. | mdejong | 2005-07-26 | 2 | -1/+15 |
|
|
* | * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): | mdejong | 2005-07-25 | 1 | -0/+73 |
|
|
* | * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing | hobbs | 2005-07-08 | 4 | -578/+366 |
|
|
* | Protect against spurious wake-ups while waiting on the condition variable | vasiljevic | 2005-07-01 | 1 | -6/+8 |
|
|
* | * unix/Makefile.in (install-private-headers): rewrite tclPort.h when | das | 2005-06-23 | 1 | -2/+5 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+22 |
|
|
* | *** 8.4.11 TAGGED FOR RELEASE *** | das | 2005-06-18 | 2 | -2/+2 |
|
|
* | * README: Bump version number to 8.4.11 | dgp | 2005-06-18 | 3 | -5/+5 |
|
|
* | Backport unix threading fix | dkf | 2005-06-07 | 1 | -3/+3 |
|
|
* | * unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10 | das | 2005-06-04 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var | hobbs | 2005-06-02 | 1 | -3/+3 |
|
|
* | Cosmetic change (fixed identation in Tcl_FinalizeNotifier) | vasiljevic | 2005-05-31 | 1 | -4/+4 |
|
|
* | Notifier thread is created as joinable. Attempt to solve the | vasiljevic | 2005-05-31 | 1 | -3/+8 |
|
|
* | * README: Bumped patchlevel to 8.4.10 | hobbs | 2005-05-27 | 3 | -5/+5 |
|
|
* | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. | das | 2005-05-26 | 2 | -7/+7 |
|
|
* | * unix/configure, unix/configure.in: ensure false Tcl.framework is | hobbs | 2005-05-25 | 2 | -15/+15 |
|
|