summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-16 15:33:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-16 15:33:06 +0000
commit4df3f89fd3657d5e3d1fddc7ec359aee7113cddd (patch)
tree202c7bc35c0800c2d897ab08125b06adddf2333b /cpukit/ChangeLog
parent2006-01-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4df3f89fd3657d5e3d1fddc7ec359aee7113cddd.tar.bz2
2006-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/Makefile.am: Rework. * score/Makefile.am: Rework.
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>