| Commit message (Expand) | Author | Age | Files | Lines |
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 1 | -0/+4 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-26 | 1 | -0/+6 |
|
|
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -0/+11 |
|
|
* | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 1 | -1/+10 |
|
|
* | doc/Ensemble.3: Fix a typo: s/defiend/defined/ | georgeps | 2008-04-20 | 1 | -0/+6 |
|
|
* | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 1 | -0/+7 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -3/+12 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -0/+8 |
|
|
* | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal | das | 2008-04-15 | 1 | -0/+6 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | Kevin B Kenny | 2008-04-14 | 1 | -0/+3 |
|
|
* | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -0/+5 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -0/+13 |
|
|
* | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 1 | -0/+4 |
|
|
* | Added 'make html' support for people on Windows, inspired by Pat Thoyts. | dkf | 2008-04-09 | 1 | -76/+76 |
|
|
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 1 | -0/+6 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -0/+9 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 1 | -10/+13 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | Miguel Sofer | 2008-04-08 | 1 | -0/+5 |
|
|
* | * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking | das | 2008-04-08 | 1 | -16/+27 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -0/+7 |
|
|
* | Added forgotten reference to [Bug 1350564] in last entry. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 1 | -0/+7 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 1 | -0/+10 |
|
|
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -0/+12 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -0/+10 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -0/+7 |
|
|
* | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to | das | 2008-04-02 | 1 | -6/+22 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -0/+8 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 1 | -2/+2 |
|
|
* | * generic/tclStubLib.c: Removed needless #ifdef complexity. | dgp | 2008-04-02 | 1 | -0/+2 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -0/+6 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -0/+1 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -0/+2 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -0/+31 |
|
|
* | * generic/tclObj.c: Added missing #include <math.h> needed to | Kevin B Kenny | 2008-03-30 | 1 | -0/+2 |
|
|
* | * generic/tclInt.h (TclIsNaN): | Kevin B Kenny | 2008-03-30 | 1 | -0/+9 |
|
|
* | * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests | Kevin B Kenny | 2008-03-30 | 1 | -0/+6 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 1 | -0/+12 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-28 | 1 | -0/+4 |
|
|
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | dkf | 2008-03-28 | 1 | -0/+7 |
|
|
* | Changes up to and including Olson's tzdata2008b | Kevin B Kenny | 2008-03-27 | 1 | -0/+27 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -0/+6 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-26 | 1 | -1/+5 |
|
|
* | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -0/+5 |
|
|
* | Clarified docs. [Bug 1899962] | dkf | 2008-03-21 | 1 | -0/+3 |
|
|
* | Added more tests of regexp-mode compilation of the [switch] command. [Bug 185... | dkf | 2008-03-21 | 1 | -0/+5 |
|
|