summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-03-10 05:50:24 (GMT)
committerstanton <stanton>1999-03-10 05:50:24 (GMT)
commit55a16b674b012b4b946869b89d0a389c419dc564 (patch)
tree9669c8e81b617040fe157e06fa1fef038cd80192 /ChangeLog
parent78fd70c5b692ba5346a7c00addcc18de7a1bb7cd (diff)
downloadtcl-dev_stubs_branch.zip
tcl-dev_stubs_branch.tar.gz
tcl-dev_stubs_branch.tar.bz2
* tools/genStubs.tcl: Reorganized code to support mixed generic dev_stubs_branch
and platform specific tables. * generic/tclInt.decls: Removed TclCompile*Cmd routines from the table. * generic/tcl.decls: Moved old Unix fd handler routines into generic table and modified stubs ordering to match the plus patch. * win/tclWinChan.c (FileSeekProc): Fixed bug where errors during seeking were not getting propagated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 204eb77..cb3f6f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+1999-03-09 <stanton@GASPODE>
+
+ * Regenerated stub interfaces.
+
+ * tools/genStubs.tcl: Reorganized code to support mixed generic
+ and platform specific tables.
+
+ * generic/tclInt.decls: Removed TclCompile*Cmd routines from the
+ table.
+
+ * generic/tcl.decls: Moved old Unix fd handler routines into
+ generic table and modified stubs ordering to match the plus patch.
+
+ * win/tclWinChan.c (FileSeekProc): Fixed bug where errors during
+ seeking were not getting propagated.
+
+1999-03-08 <stanton@GASPODE>
+
+ * generic/tclDecls.h:
+ * generic/tclStubs.c:
+ * generic/tclStubInit.c:
+ * generic/tcl.decls: Removed Tcl_InitMemory().
+
+ * generic/tcl.h: Changed TCL_STUB_MAGIC to break binary
+ compatibility with plus patch version, since the tables don't
+ match.
+
1999-03-08 <stanton@GASPODE>
* win/tclWinInt.h: