Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2008-05-02 18:52:56 +0400
committerMark Mitchell <mark@codesourcery.com>2008-05-02 18:52:56 +0400
commitdf93e6f193fbf8a746d43d785af2260211961f01 (patch)
tree3011992b98fe9a76c9da4b0320a5c2eb82526be4 /newlib/ChangeLog
parentcce741c409bbd77b7a648dcf9bed8f7fba169352 (diff)
* libc/include/stdint.h (SIZE_MIN): Remove.
(SIZE_MAX): Define. * testsuite/newlib.stdlib/stdlib.exp: New. * testsuite/newlib.stdlib/size_max.c: Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 296222d0c..e45b8ddea 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-26 Mark Mitchell <mark@codesourcery.com>
+
+ * libc/include/stdint.h (SIZE_MIN): Remove.
+ (SIZE_MAX): Define.
+ * testsuite/newlib.stdlib/stdlib.exp: New.
+ * testsuite/newlib.stdlib/size_max.c: Likewise.
+
2008-04-29 Eric Blake <ebb9@byu.net>
Fix 2008-04-14 regression in asprintf(ptr,"").