| Commit message (Expand) | Author | Age | Files | Lines |
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 3 | -5/+5 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -22/+4 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -4/+22 |
|
|
* | * unix/configure.in: Added autodetection for OS-supplied timezone | rmax | 2006-10-19 | 3 | -4/+112 |
|
|
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main | das | 2006-10-16 | 1 | -5/+10 |
|
|
* | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. | dgp | 2006-10-16 | 1 | -3/+3 |
|
|
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use | das | 2006-10-13 | 4 | -0/+114 |
|
|
* | * tests/http.test (http-5.1): bump http to 2.5.3 | dgp | 2006-09-16 | 1 | -3/+3 |
|
|
* | * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize | andreas_kupries | 2006-09-12 | 2 | -1/+29 |
|
|
* | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of | andreas_kupries | 2006-09-12 | 1 | -5/+11 |
|
|
* | * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. | andreas_kupries | 2006-09-11 | 1 | -2/+2 |
|
|
* | * unix/tclUnixCompat.c: make compatLock static and only declare it when | das | 2006-09-11 | 1 | -107/+110 |
|
|
* | bump msgcat version to 1.4.2 | Kevin B Kenny | 2006-09-11 | 1 | -3/+3 |
|
|
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account | dgp | 2006-09-11 | 1 | -3/+3 |
|
|
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 5 | -598/+703 |
|
|
* | Added special handling for Darwin where gethostbyname/addr are actually | vasiljevic | 2006-09-08 | 3 | -15/+42 |
|
|
* | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 1 | -6/+6 |
|
|
* | unix/tclUnixCompat.c: Added fallback to MT-unsafe | vasiljevic | 2006-09-07 | 1 | -21/+62 |
|
|
* | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 5 | -217/+161 |
|
|
* | Use MODULE_SCOPE declaration where appropriate | vasiljevic | 2006-09-06 | 1 | -7/+7 |
|
|
* | Added for fixing Tcl Bug 999544 | vasiljevic | 2006-09-06 | 1 | -0/+584 |
|
|
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 8 | -14/+2075 |
|
|
* | * unix/Makefile.in (valgrindshell): add valgrindshell target and | hobbs | 2006-08-30 | 1 | -2/+9 |
|
|
* | Fix for stack.test failures on FreeBSD | Joe Mistachkin | 2006-08-29 | 2 | -13/+5 |
|
|
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -1/+4 |
|
|
* | * unix/tclUnixPort.h (Darwin): override potentially faulty configure | das | 2006-08-21 | 1 | -7/+13 |
|
|
* | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin | das | 2006-08-21 | 4 | -2/+104 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -2/+12 |
|
|
* | * 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 | 5 | -34/+161 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -8/+8 |
|
|
* | * 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 | -5/+6 |
|
|
* | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 8 | -953/+1203 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -3/+4 |
|
|
* | * 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 | -2/+9 |
|
|
* | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 3 | -75/+183 |
|
|
* | autoconf-2.59 | das | 2006-05-26 | 1 | -2/+2 |
|
|
* | Fix [Bug 1494160] | dkf | 2006-05-24 | 1 | -1/+1 |
|
|
* | * README: Bump version number to 8.5a5 | dgp | 2006-05-04 | 3 | -5/+5 |
|
|
* | * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING | das | 2006-04-06 | 3 | -11/+0 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -26/+26 |
|
|
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin | das | 2006-03-28 | 1 | -3/+11 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 2 | -6/+7 |
|
|
* | backing out last change, Tcl_Panic will be declared to never return | das | 2006-03-25 | 1 | -2/+2 |
|
|
* | handle Tcl_Panic potentially returning. coverity bug 46 | das | 2006-03-25 | 1 | -1/+2 |
|
|
* | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 | das | 2006-03-25 | 1 | -1/+4 |
|
|
* | added casts to silence coverity bug 38 | das | 2006-03-25 | 1 | -5/+5 |
|
|