summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-25 11:48:11 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-25 11:48:11 +0000
commit76da5fa89ddef402f680ce222416fb4be17df89f (patch)
tree625be560d56e96571eab061db11e34322a4de7d2 /cpukit/ChangeLog
parent2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-76da5fa89ddef402f680ce222416fb4be17df89f.tar.bz2
2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1711/cpukit * score/inline/rtems/score/chain.inl, score/src/chain.c: New functions _Chain_Immutable_head(), _Chain_Immutable_tail(), _Chain_Immutable_first(), and _Chain_Immutable_last(). The Chain_Control is now a union to avoid casts. The function _Chain_Is_empty() takes now a const pointer parameter.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6f85871de3..6c5fff2716 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ PR 1711/cpukit
+ * score/inline/rtems/score/chain.inl, score/src/chain.c: New functions
+ _Chain_Immutable_head(), _Chain_Immutable_tail(),
+ _Chain_Immutable_first(), and _Chain_Immutable_last(). The
+ Chain_Control is now a union to avoid casts. The function
+ _Chain_Is_empty() takes now a const pointer parameter.
+
+2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libfs/src/dosfs/fat_file.c, libfs/src/imfs/imfs_debug.c,
libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_getchild.c,
posix/src/killinfo.c, score/inline/rtems/score/schedulerpriority.inl,