summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 22:13:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-05 22:13:08 +0000
commit63f786e7c8ed2e34a4ae21f852d1e12e1e4d01d7 (patch)
treefd2219bf85cc6d7800e3a84cc7cca67586298967 /cpukit/ChangeLog
parent2007-04-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-63f786e7c8ed2e34a4ae21f852d1e12e1e4d01d7.tar.bz2
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* itron/src/itrontime.c: Fix typo. * score/include/rtems/score/tod.h: Add TOD_TICKS_PER_SECOND macro. * score/src/iterateoverthreads.c: Safely take NULL as argument. * score/src/threaddispatch.c: Formatting.
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 91078f9c4a..5b0b80c306 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2007-04-05 Joel Sherrill <joel@OARcorp.com>
+ * itron/src/itrontime.c: Fix typo.
+ * score/include/rtems/score/tod.h: Add TOD_TICKS_PER_SECOND macro.
+ * score/src/iterateoverthreads.c: Safely take NULL as argument.
+ * score/src/threaddispatch.c: Formatting.
+
+2007-04-05 Joel Sherrill <joel@OARcorp.com>
+
* posix/Makefile.am: Fix formatting.
2007-04-05 Joel Sherrill <joel@OARcorp.com>