diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-26 09:51:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-26 09:51:10 (GMT) |
commit | b6fef736bd2db96d477934cb11d401e2fe85abbc (patch) | |
tree | d3e36cff446c22de8527d50bb8c64bef4fbbc470 /ChangeLog | |
parent | d86d21d052235b888eeae25dc76e8a8d8e8bf616 (diff) | |
download | tcl-b6fef736bd2db96d477934cb11d401e2fe85abbc.zip tcl-b6fef736bd2db96d477934cb11d401e2fe85abbc.tar.gz tcl-b6fef736bd2db96d477934cb11d401e2fe85abbc.tar.bz2 |
Updated comments in tcl.decls based on code archaeology.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,14 @@ +2008-12-26 Donal K. Fellows <dkf@users.sf.net> + + * generic/tcl.decls: Tidy up the commenting style, adding markers for + each of the big release points under TCT stewardship and noting the + general purpose of each TIP that added C API. Overall effect is to + make this file much more informative to read without having to spend + effort correlating with TIPs and ChangeLogs. + 2008-12-23 Jan Nijtmans <nijtmans@users.sf.net> - * win/Makefile.in: fix build of zlib objects with msvc + * win/Makefile.in: Fix build of zlib objects with msvc * win/tcl.m4: * win/configure: autoconf-2.59 @@ -3202,7 +3210,8 @@ 2008-03-27 Daniel Steffen <das@users.sourceforge.net> - * unix/tcl.m4 (SunOS-5.1x): Fix 64bit support for Sun cc. [Bug 1921166] + * unix/tcl.m4 (SunOS-5.1x): Fix 64bit support for Sun cc. [Bug + 1921166] * unix/configure: autoconf-2.59 |