diff options
| author | davygrvy@pobox.com <davygrvy> | 2004-10-28 04:57:02 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2004-10-28 04:57:02 (GMT) |
| commit | dae2df70724fdf158f1faed67209533be8036928 (patch) | |
| tree | 3222369aae1a3af00bbb14aaf323f48e776a816a | |
| parent | 4909143aaf499866add4feb62c9f3550eb81bb22 (diff) | |
| download | tcl-dae2df70724fdf158f1faed67209533be8036928.zip tcl-dae2df70724fdf158f1faed67209533be8036928.tar.gz tcl-dae2df70724fdf158f1faed67209533be8036928.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ coresponding closing block as it serves no purpose given that all the function prototypes have the proper extern usage already. + * unix/tclAppInit.c: When built as tcltest, TclThread_Init was + * win/tclAppInit.c: getting called twice. First by + Tcltest_Init, then again in Tcl_AppInit. The call from Tcl_AppInit + is now removed. + 2004-10-27 Andreas Kupries <andreask@activestate.com> * tests/tm.test: Expanded on the testsuite entered by Donal. |
