From 2a1597d18eb9bfb6300facca9af649a8c63c34c9 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 27 Oct 2004 17:15:03 +0000 Subject: no message --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79ae6db..aa2b621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-10-27 David Gravereaux + + * generic/tclInt.decls: The following 9 functions were moved from + * generic/tclInt.h: tclInt.h to the internal Stubs table for + * generic/tclIntDecls.h: use by the test suite. As tclTest.obj is + * generic/tclStubInit.c: linked to the shell, these functions need + "blessed" status so as to always be exported from the library. Being + placed in the Stubs table guarantees this [Bug 1054748]: + TclpObjRemoveDirectory, TclpObjCopyDirectory, + TclpObjCreateDirectory, TclpObjDeleteFile, + TclpObjCopyFile, TclpObjRenameFile, + TclpObjStat, TclpObjAccess, + TclpOpenFileChannel + 2004-10-27 Andreas Kupries * tests/tm.test: Expanded on the testsuite entered by Donal. -- cgit v0.12