Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tclUnixChan.c: Fix mark and space parity on Linux, which | rmax | 2008-03-03 | 1 | -1/+4 |
| | | | | uses CMSPAR instead of PAREXT. | ||||
* | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. | jenglish | 2008-02-28 | 3 | -43/+14 |
| | |||||
* | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. | jenglish | 2008-02-28 | 5 | -133/+52 |
| | | | | New routine TclUnixSetBlockingMode(). | ||||
* | autoheader-2.59 | das | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | Remove dead/unused portability-related #defines and unused conditional code. | jenglish | 2008-02-27 | 2 | -158/+7 |
| | | | | See SF#1901828 for discussion and archaeological notes. | ||||
* | Define socklen_t as "int" if missing, not "unsigned". | jenglish | 2008-02-26 | 2 | -24/+47 |
| | | | | | | (accept(2) et. al. traditionally took "int *" before POSIX invented socklen_t) Use AC_TRY_COMPILE instead of AC_EGREP_HEADER for socklen_t test. Regenerated configure script. | ||||
* | Set version 2.5.5 | patthoyts | 2008-02-26 | 1 | -3/+3 |
| | | | | bug #1868845 - it is better to do the [eof] check after trying to read from the socket. No clashes found in testing. Added http::meta command to access the http headers. | ||||
* | Fix for bug #1818565. Always check that the state array exists in the ↵ | patthoyts | 2008-02-22 | 1 | -3/+3 |
| | | | | http::status command. Set version 2.5.4 | ||||
* | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish | dgp | 2008-02-13 | 3 | -5/+5 |
| | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.1 and * unix/configure.in: 8.5.2 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Documented missing configure flags. [Bug 1799011] | dkf | 2008-02-12 | 1 | -110/+126 |
| | |||||
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 3 | -5/+5 |
| | | | | | | | | | | | | * generic/tcl.h: Bump to 8.5.1 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * unix/configure.in (Darwin): correct Info.plist year substitution in | das | 2008-02-02 | 2 | -5/+5 |
| | | | | | | non-framework builds. * unix/configure: autoconf-2.59 | ||||
* | * unix/README: minor typo fixes [Bug 1853072] | hobbs | 2008-01-20 | 1 | -4/+4 |
| | |||||
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack | Miguel Sofer | 2008-01-11 | 1 | -8/+11 |
| | | | | checking functionality in freebsd [Bug 1850424] | ||||
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in | Miguel Sofer | 2008-01-11 | 1 | -7/+4 |
| | | | | freebsd [Bug 1860425]. | ||||
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 3 | -5/+5 |
| | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure: | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 22 | -24/+24 |
| | |||||
* | * unix/README: Mention the stub library created by `make` and warn | dgp | 2007-12-07 | 1 | -6/+13 |
| | | | | | about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Bug 1794084] | ||||
* | Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again] | dkf | 2007-12-03 | 1 | -1/+5 |
| | |||||
* | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that | dgp | 2007-12-03 | 1 | -3/+3 |
| | | | | | | * library/tcltest/pkgIndex.tcl: we release a stable tcltest with a * unix/Makefile.in: stable Tcl. * win/Makefile.in: | ||||
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 2 | -15/+52 |
| | | | | | | | | | * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixThrd.c: Fix stack checking via workaround for bug in glibc's pthread_attr_get_np, patch from [Bug 1815573]. Many thanks to Sergei Golovan (aka Teo) for detecting the bug and helping diagnose and develop the fix. | ||||
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 3 | -5/+5 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | autoconf-2.59 | das | 2007-11-18 | 1 | -17/+17 |
| | |||||
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
| | |||||
* | Silence some warnings. | dkf | 2007-11-16 | 2 | -8/+8 |
| | |||||
* | autoheader-2.59 | das | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | regen w. autoconf 2.59 | dkf | 2007-11-15 | 1 | -231/+513 |
| | |||||
* | Let people disable use of -rpath in their linking step. [Patch 1231022] | dkf | 2007-11-15 | 1 | -281/+246 |
| | |||||
* | autoconf-2.59 | das | 2007-11-15 | 1 | -7/+4 |
| | |||||
* | fix 'stack grows upwards' AC_CACHE_CHECK message | das | 2007-11-15 | 1 | -14/+7 |
| | |||||
* | autoheader-2.59 | das | 2007-11-14 | 1 | -0/+3 |
| | |||||
* | autoconf-2.59 | das | 2007-11-14 | 1 | -2/+2 |
| | |||||
* | clarify message of second getaddrinfo check | das | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly | Miguel Sofer | 2007-11-13 | 1 | -5/+3 |
| | | | | | undefined here; this should be set (or not) in the compile options, it is used elsewhere and needs to be consistent. | ||||
* | Added autoconf goo to detect availability of getaddrinfo | patthoyts | 2007-11-13 | 3 | -1/+199 |
| | |||||
* | Oops! | dkf | 2007-11-13 | 1 | -2/+3 |
| | |||||
* | Forgot to transform to native encoding for getaddrinfo() | dkf | 2007-11-13 | 1 | -2/+5 |
| | |||||
* | fix Tcl_DStringFree buglet | das | 2007-11-13 | 1 | -2/+1 |
| | |||||
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -6/+6 |
| | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | Rewrote to use the thread-safe version of gethostbyname() by forward-porting | dkf | 2007-11-13 | 1 | -12/+83 |
| | | | | | the code used in 8.4, and added rudimentary support for getaddrinfo() (not enabled by default, as no autoconf-ery written). Part of fix for [Bug 1618235] | ||||
* | * unix/tclUnixInit.c: simplify non-crosscompiled case. | das | 2007-11-11 | 1 | -11/+13 |
| | |||||
* | autoheader-2.59 | das | 2007-11-11 | 1 | -0/+6 |
| | |||||
* | autoconf-2.59 | das | 2007-11-11 | 1 | -6109/+6076 |
| | |||||
* | * unix/configure: autoconf 2.61 | Miguel Sofer | 2007-11-10 | 1 | -6067/+6172 |
| | |||||
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 2 | -4/+42 |
| | | | | | | * unix/configure.in: * unix/tclUnixInit.c: detect stack grwoth direction at compile time, only fall to runtime detection when crosscompiling. | ||||
* | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with | das | 2007-11-10 | 1 | -5/+5 |
| | | | | * generic/tclInt.h: int64_t overflow. | ||||
* | fix typos | das | 2007-11-10 | 1 | -6/+6 |
| | |||||
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -32/+45 |
| | | | | | | | | | * generic/tclInt.h: * unix/tclUnixInit.c: * win/tclWin32Dll.c: restore simpler behaviour for stack checking, not adaptive to stack size changes after a thread is launched. Consensus is that "nobody does that", and so it is not worth the cost. | ||||
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 2 | -81/+26 |
| | | | | | | | | | | | * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixPort.h: * win/tclWin32Dll.c: modify the stack checking algorithm to recheck in case of failure. The working assumptions are now that (a) a thread's stack is never moved, and (b) a thread's stack can grow but not shrink. Port to windows - could be more efficient, but is already cheaper than it was. | ||||
* | fix formatting and inverted test in TclpCheckStackSpace() | das | 2007-11-10 | 1 | -19/+20 |
| |