summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7377476c32..4406b65b2b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/src/objectgetnameasstring.c: Internal threads use string names
+ so in the current RTEMS source string object name can NOT be
+ disabled. It is probably worth considering converting the internal
+ threads to uint32_t style names so all the support for string names
+ can be conditionally disabled.
+
+2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/Makefile.am, score/include/rtems/score/timespec.h: Add division
and greater than operations for timespecs.
* score/src/timespecdivide.c, score/src/timespecgreaterthan.c: