summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-04-02 21:29:05 (GMT)
committerdas <das>2008-04-02 21:29:05 (GMT)
commit039faefdd7231c1ffac3a2f89d3fe4d9ca05049c (patch)
tree760f325bb0ba7262213d27bb9a851281dd71a294 /ChangeLog
parent7d7777702e9483612dda3a16c4ef7ee0f1259093 (diff)
downloadtcl-039faefdd7231c1ffac3a2f89d3fe4d9ca05049c.zip
tcl-039faefdd7231c1ffac3a2f89d3fe4d9ca05049c.tar.gz
tcl-039faefdd7231c1ffac3a2f89d3fe4d9ca05049c.tar.bz2
* generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to
* tools/genStubs.tcl: avoid exporting them from libraries that link with -ltclstub; constify tcl*StubsPtr and stub table hook pointers. [Bug 1819422]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 22 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b546bf0..074f952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,32 @@
+2008-04-02 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tcl.decls: remove 'export' declarations of symbols now
+ only in libtclstub and no longer in libtcl.
+
+ * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to
+ * tools/genStubs.tcl: avoid exporting them from libraries that link
+ with -ltclstub; constify tcl*StubsPtr and stub
+ table hook pointers. [Bug 1819422]
+
+ * generic/tclDecls.h: make genstubs
+ * generic/tclIntDecls.h:
+ * generic/tclIntPlatDecls.h:
+ * generic/tclPlatDecls.h:
+ * generic/tclStubInit.c:
+ * generic/tclTomMathDecls.h:
+
2008-04-02 Andreas Kupries <andreask@activestate.com>
- * generic/tclIO.c (CopyData): Applied patch for the fcopy problem
- [Bug 780533], with many thanks to Alexandre Ferrieux
- <ferrieux@users.sourceforge.net> for tracking it down and
- providing a solution. Still have to convert his test script into
- a proper test case.
+ * generic/tclIO.c (CopyData): Applied patch for fcopy problem
+ [Bug 780533], with many thanks to Alexandre Ferrieux
+ <ferrieux@users.sourceforge.net> for tracking it down and providing a
+ solution. Still have to convert his test script into a proper test case
2008-04-01 Andreas Kupries <andreask@activestate.com>
* generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp
* unix/tcl.m4: rounding setup on solaris x86, native cc), provided
- by Michael Schlenker.
+ by Michael Schlenker.
2008-04-01 Don Porter <dgp@users.sourceforge.net>