diff options
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index e02000a9d..23827c4de 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,11 @@ 2004-08-07 Danny Smith <dannysmith@users.sourceforge.net> + * include/complex.h: Remove __attribute__ ((const)) from + transcendantal and trig functions. Replace __attribute__ ((const)) + with __MINGW_ATTRIB_CONST on other declarations. + +2004-08-07 Danny Smith <dannysmith@users.sourceforge.net> + * include/wchar.h: Reorganize, avoid including other headers. 2004-08-07 Danny Smith <dannysmith@users.sourceforge.net> |