<!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 (2011-02-08)</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>2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>

        * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/ChangeLog.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%'>testsuites/psxtmtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmmutex02/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/psxtmtests/psxtmmutex02/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmthread03/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/psxtmtests/psxtmthread03/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtmtests/ChangeLog:1.2 rtems/testsuites/psxtmtests/ChangeLog:1.3
--- rtems/testsuites/psxtmtests/ChangeLog:1.2   Wed Feb  2 09:01:26 2011
+++ rtems/testsuites/psxtmtests/ChangeLog       Tue Feb  8 02:26:13 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.1 rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.1 Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/psxtmmutex02/init.c     Tue Feb  8 02:26:09 2011
</font><font color='#997700'>@@ -23,7 +23,7 @@
</font>   void *argument
 )
 {
<font color='#880000'>-  long end_time;
</font><font color='#000088'>+  uint32_t end_time;
</font> 
   /*
    * Now we have finished the thread startup overhead,

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.1 rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.1        Mon Dec  6 10:35:31 2010
+++ rtems/testsuites/psxtmtests/psxtmthread03/init.c    Tue Feb  8 02:26:09 2011
</font><font color='#997700'>@@ -21,7 +21,7 @@
</font>   void *argument
 )
 {
<font color='#880000'>-  long end_time;
</font><font color='#000088'>+  uint32_t end_time;
</font> 
   /*
    * Now we have finished the thread startup overhead,
</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>