summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-10-15 20:26:57 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-10-15 20:26:57 (GMT)
commitcf2f280c08cae3a18c4d328877f8fbf638de36bf (patch)
treea2743ac61001b229d56edcfeb695809658593efd /ChangeLog
parentd83f436f3c6920fd6099965bbf44f874a9310a12 (diff)
downloadtcl-cf2f280c08cae3a18c4d328877f8fbf638de36bf.zip
tcl-cf2f280c08cae3a18c4d328877f8fbf638de36bf.tar.gz
tcl-cf2f280c08cae3a18c4d328877f8fbf638de36bf.tar.bz2
* generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):
Added to internal stubs table. Tclcompiler (Tclpro project) needs them if used as loadable package under Windows. Changed signatures. We don't want to describe compiler internal structures in "tclInt.h". * generic/tclCompile.h: S.a. Removed function declarations. * generic/tclCompile.c: S.a. Adapted to changed signatures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a87e12..22fa0ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-10-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):
+ Added to internal stubs table. Tclcompiler (Tclpro project)
+ needs them if used as loadable package under Windows. Changed
+ signatures. We don't want to describe compiler internal
+ structures in "tclInt.h".
+
+ * generic/tclCompile.h: S.a. Removed function declarations.
+ * generic/tclCompile.c: S.a. Adapted to changed signatures.
+
2001-10-15 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclFileName.c: minor code cleanup