diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-08-25 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tcl.decls: Duplicated some namespace declarations from + tclInt.decls here, as mandated by TIP #139. This is OK since the + declarations match and will end up using the declarations in the + public code from now on because of #include ordering. Keeping the + old declarations in tclInt.decls; there's no need to gratuitously + break compatability for those extensions which are already clients + of the namespace code. + 2003-08-23 Zoran Vasiljevic <zoran@archiwrae.com> * generic/tclIOUtil.c: merged fixes for thread-unsafe |