summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-22 22:36:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-22 22:36:09 (GMT)
commit4deb9a08c1d3bb8b0c0e95394f8859ff9bcb0f7d (patch)
treec74a03bc9e6db6f506d4c6adb54a7b0d1ec8b618 /ChangeLog
parentbe2f6826895807f3468180cbd1d34697e99d3685 (diff)
downloadtcl-4deb9a08c1d3bb8b0c0e95394f8859ff9bcb0f7d.zip
tcl-4deb9a08c1d3bb8b0c0e95394f8859ff9bcb0f7d.tar.gz
tcl-4deb9a08c1d3bb8b0c0e95394f8859ff9bcb0f7d.tar.bz2
* generic/tclInt.h:
* generic/tclObj.c: renamed global variable emptyString -> tclEmptyString because it is no longer static. * generic/tclPkg.c: Fix for panic when library is loaded on a platform without backlinking without proper use of stubs. [Bug 476537]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3571f6..e44c9aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h:
+ * generic/tclObj.c: renamed global variable emptyString ->
+ tclEmptyString because it is no longer static.
+ * generic/tclPkg.c: Fix for panic when library is loaded on a
+ platform without backlinking without proper use of stubs. [Bug 476537]
+
2002-02-22 Jeff Hobbs <jeffh@ActiveState.com>
* tests/regexpComp.test: updated regexp-11.[1-4] to match changes