diff options
author | Kevin B Kenny <kennykb@acm.org> | 2001-04-27 22:15:51 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2001-04-27 22:15:51 (GMT) |
commit | 57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717 (patch) | |
tree | bb2bf062d303066c6cb88b7a9db674d393ae53ae /ChangeLog | |
parent | 1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008 (diff) | |
download | tcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.zip tcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.tar.gz tcl-57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717.tar.bz2 |
Second attempt at committing the changes adding CONST qualifiers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |