| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -3/+3 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 5 | -27/+27 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 13 | -273/+285 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -333/+346 |
|
|
* | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal | das | 2008-04-15 | 1 | -2/+2 |
|
|
* | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -3/+2 |
|
|
* | autoheader-2.59 | das | 2008-04-01 | 1 | -3/+0 |
|
|
* | autoconf-2.59 | das | 2008-04-01 | 1 | -9/+1 |
|
|
* | (SunOS-5.1x): quote CC var to allow make-time override | das | 2008-04-01 | 1 | -5/+1 |
|
|
* | Regen'd | andreas_kupries | 2008-04-01 | 1 | -2/+177 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -2/+21 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 4 | -23/+22 |
|
|
* | autoheader-2.59 | das | 2008-03-30 | 1 | -0/+3 |
|
|
* | autoconf-2.59 | das | 2008-03-30 | 1 | -6192/+6179 |
|
|
* | * generic/tclInt.h (TclIsNaN): | Kevin B Kenny | 2008-03-30 | 2 | -6158/+6252 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 3 | -5/+5 |
|
|
* | * unix/configure: autoconf-2.59 | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -3/+3 |
|
|
* | * unix/configure.in: use backspace-quoting instead of double-quoting | das | 2008-03-13 | 3 | -29/+29 |
|
|
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -3/+3 |
|
|
* | * unix/configure: autoconf-2.59 | das | 2008-03-11 | 1 | -19/+19 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 4 | -141/+141 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and | das | 2008-03-11 | 1 | -5/+11 |
|
|
* | * unix/tclUnixNotfy.c: fix warning | das | 2008-03-11 | 1 | -2/+2 |
|
|
* | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug | andreas_kupries | 2008-03-07 | 1 | -2/+2 |
|
|
* | * unix/tclUnixChan.c: Fix mark and space parity on Linux, which | rmax | 2008-03-03 | 1 | -1/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Define socklen_t as "int" if missing, not "unsigned". | jenglish | 2008-02-26 | 2 | -24/+47 |
|
|
* | Set version 2.5.5 | patthoyts | 2008-02-26 | 1 | -3/+3 |
|
|
* | Fix for bug #1818565. Always check that the state array exists in the http::s... | patthoyts | 2008-02-22 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish | dgp | 2008-02-13 | 3 | -5/+5 |
|
|
* | 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 |
|
|
* | * unix/configure.in (Darwin): correct Info.plist year substitution in | das | 2008-02-02 | 2 | -5/+5 |
|
|
* | * 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 |
|
|
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in | Miguel Sofer | 2008-01-11 | 1 | -7/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 3 | -5/+5 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 2 | -15/+52 |
|
|
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 3 | -5/+5 |
|
|
* | autoconf-2.59 | das | 2007-11-18 | 1 | -17/+17 |
|
|
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
|
|