summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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.