diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-25 09:44:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-25 09:44:48 (GMT) |
commit | 274f1e3f18c6e671c861e9c30e4d24791958d74c (patch) | |
tree | d227bb462c79d4d83bbdd6f568e901c98267b961 /ChangeLog | |
parent | 746a8cbba288a220947b571d54e2d48ae2e8d488 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |