summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:38:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:38:18 +0000
commite7ab8899cd31959623320e339d16296fdbf44136 (patch)
tree17b95b2bdac0877ed6e2dd70f526be1748823171 /cpukit/ChangeLog
parent2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-e7ab8899cd31959623320e339d16296fdbf44136.tar.bz2
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi (Cygwin breaks with it). * libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed size types. * libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bab43154ee..45afef6b00 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * configure.ac: Remove -ansi (Cygwin breaks with it).
+ * libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed
+ size types.
+ * libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
+
+2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* libcsupport/src/utsname.c: Revert yesterdays patch.
2004-10-31 Joel Sherrill <joel@OARcorp.com>