diff options
author | stanton <stanton> | 1999-03-08 21:05:57 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-08 21:05:57 (GMT) |
commit | c7b784c5fce86bb85e3912c738fcb62fcec4bd8f (patch) | |
tree | 5bcdb41c7e7212da90345d6e141c3cb2e149760e | |
parent | c86147049b676ad5d61899e0ab3462cd6827da7c (diff) | |
download | tcl-c7b784c5fce86bb85e3912c738fcb62fcec4bd8f.zip tcl-c7b784c5fce86bb85e3912c738fcb62fcec4bd8f.tar.gz tcl-c7b784c5fce86bb85e3912c738fcb62fcec4bd8f.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +1999-03-06 <stanton@GASPODE> + + * unix/Makefile.in: + * generic/tcl.decls: + * generic/tclCompile.h: + * generic/tclCompileDecls.h: + * generic/tclCompileStubs.c: + * generic/tclDecls.h: + * generic/tclInt.decls: + * generic/tclInt.h: + * generic/tclStubInit.c: Removed tclCompile.h functions. Moved + TclGetAuxDataType to tclInt.h so it is available for use by + the TclPro Byte Compiler loader. + 1999-03-05 <stanton@GASPODE> * unix/configure.in: Applied patch from Jan Nijtmans to fix the |