| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | autoconf-2.59 | dgp | 2008-04-07 | 1 | -1/+1 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 3 | -4/+17 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 5 | -7/+26 |
|
|
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 2 | -17/+29 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 3 | -6/+109 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 3 | -4/+22 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 3 | -2/+38 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 4 | -16/+123 |
|
|
* | * generic/tclDecls.h: make genstubs | das | 2008-04-02 | 6 | -60/+20 |
|
|
* | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to | das | 2008-04-02 | 3 | -24/+40 |
|
|
* | * generic/tcl.decls: remove 'export' declarations of symbols now | das | 2008-04-02 | 1 | -27/+1 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 2 | -2/+10 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 3 | -4/+3 |
|
|
* | * generic/tclBasic.c: Revised stubs-generation tool and interp | dgp | 2008-04-02 | 2 | -5/+4 |
|
|
* | * generic/tclStubLib.c: Removed needless #ifdef complexity. | dgp | 2008-04-02 | 2 | -12/+3 |
|
|
* | autoheader-2.59 | das | 2008-04-01 | 1 | -3/+0 |
|
|