diff options
author | davygrvy <davygrvy@pobox.com> | 2004-10-27 17:15:03 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-10-27 17:15:03 (GMT) |
commit | 2a1597d18eb9bfb6300facca9af649a8c63c34c9 (patch) | |
tree | 793baf63aa275c7af0fc45536edaa1e72c127834 | |
parent | ae40e74a872262866a65b2bdbe48cfd49bfe7a61 (diff) | |
download | tcl-2a1597d18eb9bfb6300facca9af649a8c63c34c9.zip tcl-2a1597d18eb9bfb6300facca9af649a8c63c34c9.tar.gz tcl-2a1597d18eb9bfb6300facca9af649a8c63c34c9.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-10-27 David Gravereaux <davygrvy@pobox.com> + + * 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 <andreask@activestate.com> * tests/tm.test: Expanded on the testsuite entered by Donal. |