summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b2b1c96e62..cbf123e9d8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-04 Ralf Corsepius <ralf_corsepiu@rtems.org>
+
+ * include/sys/_stdint.h: Various changes.
+ Add *leastN_t types. Add INTN_{MIN|MAX} macros.
+ Add doxygen preamble.
+ * include/sys/_inttypes.h: Add doxygen preamble.
+ Reflect changes above.
+ * libcsupport/include/stdint.h: Add doxygen preamble.
+ * libcsupport/include/inttypes.h: Add doxygen preamble.
+ * configure.ac: Add doxygen preamble to cpuopts.h.
+
2004-11-02 Joel Sherrill <joel@OARcorp.com>
* posix/src/mqueueunlink.c, posix/src/semunlink.c,