summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-26 21:30:59 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-26 21:30:59 +0000
commitb0ac06f8e9dc11c7aa3bfebc910fafd4018dbd9c (patch)
tree60ad5746b5e5ccad0a2971a64adb2f1a7af3266f /cpukit/ChangeLog
parent2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b0ac06f8e9dc11c7aa3bfebc910fafd4018dbd9c.tar.bz2
2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* libmisc/cpuuse/cpuusagereport.c, rtems/src/ratemonreportstatistics.c: Cleaned up reports and fixed a bug related the printf format which resulted in lack of leading zeroes and misleading magnitude. * score/src/timespecdivide.c: Fixed bugs related to zero divide case.
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 50b80d8fd2..f79c4f8d38 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>
+
+ * libmisc/cpuuse/cpuusagereport.c, rtems/src/ratemonreportstatistics.c:
+ Cleaned up reports and fixed a bug related the printf format which
+ resulted in lack of leading zeroes and misleading magnitude.
+ * score/src/timespecdivide.c: Fixed bugs related to zero divide case.
+
2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* itron/src/can_wup.c, itron/src/chg_pri.c, itron/src/del_mbf.c,