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:
authorJeff Johnston <jjohnstn@redhat.com>2005-10-03 21:02:48 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-10-03 21:02:48 +0400
commit14491fd0e0714d98351f632dbd64d6b6b6e428dd (patch)
tree6d7a5f0dc66f6eab4708ea123752cd2af84a3b70 /newlib/ChangeLog
parentb94d50c035e3a1633e47c56312a52ba4e408f199 (diff)
2005-10-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/include/stdint.h: Use __INTMAX_TYPE__ to derive intmax_t. Use __UINTMAX_TYPE__ to derive uintmax_t. Fix minor typo.
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 0ed1b83c5..e6eafdb64 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libc/include/stdint.h:
+ Use __INTMAX_TYPE__ to derive intmax_t.
+ Use __UINTMAX_TYPE__ to derive uintmax_t.
+ Fix minor typo.
+
2005-09-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/include/stdint.h: Correct __STDINT_EXP macro incorrectly