aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-08-10 10:10:32 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-08-10 10:10:32 +0000
commitd154b707d0855c9ba06a2d3e46721d9dc49dffbc (patch)
tree82713a2fcc5ca8341869147e473dffe8bb3c135d /winsup/mingw/ChangeLog
parent5ce4d1685b6e13d588a0d7724992f2875c6c4cd2 (diff)
downloadnewlib-d154b707d0855c9ba06a2d3e46721d9dc49dffbc.zip
newlib-d154b707d0855c9ba06a2d3e46721d9dc49dffbc.tar.gz
newlib-d154b707d0855c9ba06a2d3e46721d9dc49dffbc.tar.bz2
* include/wctype.h (towupper, towlower): Change arg and return value
types to wint_t. * include/ctype.h (towupper, towlower): Likewise.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index d08ffe5..5fc2e9a 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,11 @@
2005-08-10 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/wctype.h (towupper, towlower): Change arg and return value
+ types to wint_t.
+ * include/ctype.h (towupper, towlower): Likewise.
+
+2005-08-10 Danny Smith <dannysmith@users.sourceforge.net>
+
* mthr_stub.c (__mingwthr_key_dtor): Replace assert(0) with
a diagnostic, guarded by #ifdef DEBUG.
(__mingwthr_remove_key_dtor): Likewise.