summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2001-04-27 22:15:51 (GMT)
committerKevin B Kenny <kennykb@acm.org>2001-04-27 22:15:51 (GMT)
commit57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717 (patch)
treebb2bf062d303066c6cb88b7a9db674d393ae53ae
parent1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008 (diff)
downloadtcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.zip
tcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.tar.gz
tcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.tar.bz2
Second attempt at committing the changes adding CONST qualifiers.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e49dd4..2ee74b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2000-04-27 Kevin Kenny <kennykb@crd.ge.com>
- * generic/tclCmdIL.c: Added another four missing CONSTs.
+ * generic/tclInt.decls:
+ * generic/tclInt.h:
+ * generic/tclCmdIL.c:
+ * generic/tclProc.c:
+ * generic/tclVar.c: Added another collection of missing CONSTs
+ related to TclGetNamespaceForQualName.
+ * generic/tclIntDecls.h: Regenerated.
2000-04-25 Mo DeJong <mdejong@redhat.com>