diff options
author | davygrvy <davygrvy@pobox.com> | 2004-10-27 21:00:57 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-10-27 21:00:57 (GMT) |
commit | ef5237440a2d70984ea141c1c9af2a61ee542397 (patch) | |
tree | 4bee3f0936ebaed4a65ca77fb1a7fc3856c70cd2 /ChangeLog | |
parent | edaf7ec310c2c045ca9fe9e009c6dc177a0d31ab (diff) | |
download | tcl-ef5237440a2d70984ea141c1c9af2a61ee542397.zip tcl-ef5237440a2d70984ea141c1c9af2a61ee542397.tar.gz tcl-ef5237440a2d70984ea141c1c9af2a61ee542397.tar.bz2 |
more clarity added to my last entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 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/tclInt.h: tclInt.h to the private/int 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 |