| Commit message (Expand) | Author | Age | Files | Lines |
* | * tools/tsdPerf.c A loadable Tcl extension for testing TSD | georgeps | 2008-05-09 | 3 | -0/+93 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 7 | -460/+284 |
|
|
* | * tests/dict.test (dict-19.2): Corrected a bug where | Kevin B Kenny | 2008-05-09 | 1 | -1/+1 |
|
|
* | * Makefile: | Kevin B Kenny | 2008-05-09 | 2 | -2/+9 |
|
|
* | Cleaning up | dkf | 2008-05-07 | 1 | -380/+369 |
|
|
* | Simplify test | dkf | 2008-05-07 | 1 | -8/+3 |
|
|
* | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) | patthoyts | 2008-05-07 | 1 | -2/+2 |
|
|
* | Detect problem case and prove that it's fixed. | dkf | 2008-05-07 | 1 | -1/+9 |
|
|
* | Fix off-by-one error that caused crashes. D'oh! | dkf | 2008-05-07 | 2 | -2/+9 |
|
|
* | fix Makefile dependency | das | 2008-05-06 | 1 | -2/+2 |
|
|
* | CONST -> const | nijtmans | 2008-05-04 | 2 | -3/+3 |
|
|
* | use Tcl_Panic() instead of panic() | das | 2008-05-03 | 1 | -3/+3 |
|
|
* | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 5 | -160/+244 |
|
|
* | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup | patthoyts | 2008-05-02 | 2 | -108/+5 |
|
|
* | Record tclvfs base | patthoyts | 2008-05-02 | 1 | -1/+3 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 13 | -574/+653 |
|
|
* | 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 | 75 | -1308/+1330 |
|
|
* | Added a htmlhelp target to replace winhelp | patthoyts | 2008-04-27 | 1 | -6/+58 |
|
|
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 2 | -2/+14 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-26 | 2 | -18/+32 |
|
|
* | remove ioUtil.test, llvm-gcc fix | das | 2008-04-25 | 1 | -5/+2 |
|
|
* | fix warning | das | 2008-04-25 | 1 | -2/+1 |
|
|
* | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. | nijtmans | 2008-04-24 | 1 | -16/+17 |
|
|
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 3 | -49/+523 |
|
|
* | Assorted improvements to make better use of tcltest2 | dkf | 2008-04-23 | 6 | -385/+417 |
|
|
* | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 5 | -1361/+34 |
|
|
* | doc/Ensemble.3: Fix a typo: s/defiend/defined/ | georgeps | 2008-04-20 | 2 | -2/+8 |
|
|
* | note that cygwin is not supported | mdejong | 2008-04-19 | 1 | -1/+4 |
|
|
* | Fix typo spotted by Steve Havelka | dkf | 2008-04-18 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 7 | -25/+39 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 7 | -988/+1014 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 4 | -8/+98 |
|
|
* | sync with Tcl.xcodeproj | das | 2008-04-15 | 1 | -2/+15 |
|
|
* | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal | das | 2008-04-15 | 2 | -2/+8 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | Kevin B Kenny | 2008-04-14 | 2 | -1/+12 |
|
|
* | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 2 | -3/+7 |
|
|
* | fix one broken test, and restore unix line endings | dgp | 2008-04-11 | 1 | -439/+439 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 5 | -26/+96 |
|
|
* | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 5 | -1003/+1280 |
|
|
* | Added 'make html' support for people on Windows, inspired by Pat Thoyts. | dkf | 2008-04-09 | 2 | -77/+93 |
|
|
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 3 | -4/+10 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 3 | -2/+31 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 3 | -18/+21 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | Miguel Sofer | 2008-04-08 | 2 | -5/+23 |
|
|
* | * generic/tclDecls.h: make genstubs | das | 2008-04-08 | 5 | -10/+10 |
|
|
* | * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking | das | 2008-04-08 | 2 | -18/+29 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 5 | -31/+191 |
|
|
* | 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 | 2 | -4/+15 |
|
|