summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-04-25 09:44:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-04-25 09:44:48 (GMT)
commit274f1e3f18c6e671c861e9c30e4d24791958d74c (patch)
treed227bb462c79d4d83bbdd6f568e901c98267b961 /ChangeLog
parent746a8cbba288a220947b571d54e2d48ae2e8d488 (diff)
downloadtcl-274f1e3f18c6e671c861e9c30e4d24791958d74c.zip
tcl-274f1e3f18c6e671c861e9c30e4d24791958d74c.tar.gz
tcl-274f1e3f18c6e671c861e9c30e4d24791958d74c.tar.bz2
Added a bunch of missing CONST declarations to stop warnings about
using TclGetNamespaceForQualName from the (Solaris8) SUNWspro cc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa0b44f..a4aba7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-25 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclNamesp.c:
+ * generic/tclBasic.c (TclRenameCommand): Missing CONST from
+ several declarations relating to use of TclGetNamespaceForQualName
+
2001-04-24 Kevin B. Kenny <kennykb@acm.org>
* doc/AssocData.3:
* doc/CrtCommand.3: