summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 030bee738f..7f9ec398c2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/Makefile.am: Rework.
+ * score/Makefile.am: Rework.
+
2006-01-16 Joel Sherrill <joel@OARcorp.com>
Large patch to improve Doxygen output. As a side-effect, grammar and
@@ -108,9 +113,9 @@
2006-01-15 Eric Norum <norume@aps.anl.gov>
- * /posix/inline/rtems/posix/cond.inl, /posix/inline/rtems/posix/mutex.inl,
- /posix/macros/rtems/posix/cond.inl /posix/macros/rtems/posix/mutex.inl:
- Keep compiler happy by making some casts explicit.
+ * posix/inline/rtems/posix/cond.inl, posix/inline/rtems/posix/mutex.inl,
+ posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/mutex.inl:
+ Keep compiler happy by making some casts explicit.
2006-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>