summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-07 13:44:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-07 13:44:58 +0000
commit94fb30d46d5af625519ba5dc94d57dd546442be7 (patch)
tree29f7d51e181833b3b0d02afe63bf0221fa092d96 /doc/ChangeLog
parent2008-08-07 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-94fb30d46d5af625519ba5dc94d57dd546442be7.tar.bz2
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/datatypes.t: Add rtems_name. Add comment about rtems_task_argument changing from simple unsigned thirty two bit integer to being derived from a C99 uintptr_t in 4.8 and newer.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 410e8339f4..52c6456367 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/datatypes.t: Add rtems_name. Add comment about
+ rtems_task_argument changing from simple unsigned thirty two bit
+ integer to being derived from a C99 uintptr_t in 4.8 and newer.
+
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1263/doc