<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-18)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

        * score/include/rtems/score/thread.h: Remove ITRON.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2434&r2=text&tr2=1.2435&diff_format=h">M</a></td><td width='1%'>1.2435</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/thread.h.diff?r1=text&tr1=1.92&r2=text&tr2=1.93&diff_format=h">M</a></td><td width='1%'>1.93</td><td width='100%'>cpukit/score/include/rtems/score/thread.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2434 rtems/cpukit/ChangeLog:1.2435
--- rtems/cpukit/ChangeLog:1.2434       Thu Jun 17 23:08:46 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 23:20:06 2010
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2010-06-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * score/include/rtems/score/thread.h: Remove ITRON.
</font>   * score/include/rtems/score/interr.h: Remove ITRON.
        * rtems/mainpage.h: Remove comment referring to ITRON.
        * rtems/src/rtemsobjectgetapiname.c: Remove ITRON.

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/thread.h:1.92 rtems/cpukit/score/include/rtems/score/thread.h:1.93
--- rtems/cpukit/score/include/rtems/score/thread.h:1.92        Thu Jun 17 21:56:26 2010
+++ rtems/cpukit/score/include/rtems/score/thread.h     Thu Jun 17 23:20:06 2010
</font><font color='#997700'>@@ -319,16 +319,14 @@
</font>   /** This value is for the Classic RTEMS API. */
   THREAD_API_RTEMS,
   /** This value is for the POSIX API. */
<font color='#880000'>-  THREAD_API_POSIX,
-  /** This value is for the ITRON API. */
-  THREAD_API_ITRON
</font><font color='#000088'>+  THREAD_API_POSIX
</font> }  Thread_APIs;
 
 /** This macro defines the first API which has threads. */
 #define THREAD_API_FIRST THREAD_API_RTEMS
 
 /** This macro defines the last API which has threads. */
<font color='#880000'>-#define THREAD_API_LAST  THREAD_API_ITRON
</font><font color='#000088'>+#define THREAD_API_LAST  THREAD_API_POSIX
</font> 
 /**
  *  This structure defines the Thread Control Block (TCB).
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

        * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2435&r2=text&tr2=1.2436&diff_format=h">M</a></td><td width='1%'>1.2436</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/object.h.diff?r1=text&tr1=1.79&r2=text&tr2=1.80&diff_format=h">M</a></td><td width='1%'>1.80</td><td width='100%'>cpukit/score/include/rtems/score/object.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2435 rtems/cpukit/ChangeLog:1.2436
--- rtems/cpukit/ChangeLog:1.2435       Thu Jun 17 23:20:06 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 23:21:19 2010
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2010-06-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
</font>   * score/include/rtems/score/thread.h: Remove ITRON.
        * score/include/rtems/score/interr.h: Remove ITRON.
        * rtems/mainpage.h: Remove comment referring to ITRON.

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/object.h:1.79 rtems/cpukit/score/include/rtems/score/object.h:1.80
--- rtems/cpukit/score/include/rtems/score/object.h:1.79        Thu Jun 17 22:58:21 2010
+++ rtems/cpukit/score/include/rtems/score/object.h     Thu Jun 17 23:21:19 2010
</font><font color='#997700'>@@ -222,12 +222,11 @@
</font>   OBJECTS_NO_API       = 0,
   OBJECTS_INTERNAL_API = 1,
   OBJECTS_CLASSIC_API  = 2,
<font color='#880000'>-  OBJECTS_POSIX_API    = 3,
-  OBJECTS_ITRON_API    = 4
</font><font color='#000088'>+  OBJECTS_POSIX_API    = 3
</font> } Objects_APIs;
 
 /** This macro is used to generically specify the last API index. */
<font color='#880000'>-#define OBJECTS_APIS_LAST OBJECTS_ITRON_API
</font><font color='#000088'>+#define OBJECTS_APIS_LAST OBJECTS_POSIX_API
</font> 
 /**
  *  This enumerated type is used in the class field of the object ID
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

        * rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2436&r2=text&tr2=1.2437&diff_format=h">M</a></td><td width='1%'>1.2437</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/rtems/src/rtemsobjectidapimaximum.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2436 rtems/cpukit/ChangeLog:1.2437
--- rtems/cpukit/ChangeLog:1.2436       Thu Jun 17 23:21:19 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 23:22:23 2010
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2010-06-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
</font>   * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
        * score/include/rtems/score/thread.h: Remove ITRON.
        * score/include/rtems/score/interr.h: Remove ITRON.

<font color='#006600'>diff -u rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2 rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.3
--- rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2        Mon Nov 23 08:53:04 2009
+++ rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c    Thu Jun 17 23:22:24 2010
</font><font color='#997700'>@@ -22,5 +22,5 @@
</font> #undef rtems_object_id_api_maximum
 int rtems_object_id_api_maximum(void)
 {
<font color='#880000'>-  return OBJECTS_ITRON_API;
</font><font color='#000088'>+  return OBJECTS_APIS_LAST;
</font> }
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>