summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-08 16:11:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-08 16:11:58 +0000
commita0596b415fa834d5dbc7fe87a01d80fb2b897df9 (patch)
tree5d09bdf9e9f33dd8e4a0a214c9b1f768968715c7 /cpukit/ChangeLog
parentRemove. (diff)
downloadrtems-a0596b415fa834d5dbc7fe87a01d80fb2b897df9.tar.bz2
2004-11-08 Ralf Corsepius <ralf.corsepiu@rtems.org>
* libcsupport/include/sys/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: Remove. * libcsupport/include/stdint.h: Replace with former sys/_stdint.h. Add INT<N>_C, various additions. * libcsupport/include/inttypes.h: Replace with former sys/_inttypes.h. * libcsupport/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 806ba71025..d979c0407c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-08 Ralf Corsepius <ralf.corsepiu@rtems.org>
+
+ * libcsupport/include/sys/_stdint.h: Remove.
+ * libcsupport/include/sys/_inttypes.h: Remove.
+ * libcsupport/include/stdint.h: Replace with former sys/_stdint.h.
+ Add INT<N>_C, various additions.
+ * libcsupport/include/inttypes.h: Replace with former
+ sys/_inttypes.h.
+ * libcsupport/Makefile.am: Reflect changes above.
+
2004-11-07 Ralf Corsepius <ralf.corsepiu@rtems.org>
* backward/asm.h: Add doxygen preamble.