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

        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
        * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.247&r2=text&tr2=1.248&diff_format=h">M</a></td><td width='1%'>1.248</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/POSIX/Makefile.am.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>testsuites/libtests/POSIX/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.247 rtems/testsuites/libtests/ChangeLog:1.248
--- rtems/testsuites/libtests/ChangeLog:1.247   Mon Jan 31 09:59:19 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Feb  2 01:34:34 2011
</font><font color='#997700'>@@ -1,7 +1,7 @@
</font> 2011-01-31        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
<font color='#880000'>-   * Makefile.am: Add clock_gettime, gettimeofday.c.
</font><font color='#000088'>+      * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
</font> 
 2011-01-28     Bharath Suri <bharath.s.jois@gmail.com>
 

<font color='#006600'>diff -u rtems/testsuites/libtests/POSIX/Makefile.am:1.6 rtems/testsuites/libtests/POSIX/Makefile.am:1.7
--- rtems/testsuites/libtests/POSIX/Makefile.am:1.6     Wed Sep  1 01:42:58 2010
+++ rtems/testsuites/libtests/POSIX/Makefile.am Wed Feb  2 01:34:34 2011
</font><font color='#997700'>@@ -5,6 +5,9 @@
</font> check_PROGRAMS += calloc
 calloc_SOURCES = calloc.c
 
<font color='#000088'>+check_PROGRAMS += clock_gettime
+clock_gettime_SOURCES = clock_gettime.c
+
</font> check_PROGRAMS += close
 close_SOURCES = close.c
 
<font color='#997700'>@@ -45,6 +48,9 @@
</font> check_PROGRAMS += getpwuid
 getpwuid_SOURCES = getpwuid.c
 
<font color='#000088'>+check_PROGRAMS += gettimeofday
+gettimeofday_SOURCES = gettimeofday.c
+
</font> check_PROGRAMS += getuid
 getuid_SOURCES = getuid.c
 
</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>2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

        * math/init.c, complex/init.c:
        Use fprintf(stdout,..) instead of printf.
        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.248&r2=text&tr2=1.249&diff_format=h">M</a></td><td width='1%'>1.249</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/complex/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/libtests/complex/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/math/init.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%'>testsuites/libtests/math/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.248 rtems/testsuites/libtests/ChangeLog:1.249
--- rtems/testsuites/libtests/ChangeLog:1.248   Wed Feb  2 01:34:34 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Feb  2 01:36:25 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-02-02    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * math/init.c, complex/init.c:<span style="background-color: #FF0000"> </span>
+       Use fprintf(stdout,..) instead of printf.
+       Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
+
</font> 2011-01-31        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.

<font color='#006600'>diff -u rtems/testsuites/libtests/complex/init.c:1.1 rtems/testsuites/libtests/complex/init.c:1.2
--- rtems/testsuites/libtests/complex/init.c:1.1        Tue Nov 30 07:48:35 2010
+++ rtems/testsuites/libtests/complex/init.c    Wed Feb  2 01:36:25 2011
</font><font color='#997700'>@@ -41,14 +41,14 @@
</font> int main( void )
 #endif
 {
<font color='#880000'>-  printf( "*** COMPLEX MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** COMPLEX MATH TEST ***\n" );
</font> 
   docomplex();
   docomplexf();<span style="background-color: #FF0000">  </span>
 #ifndef NO_LONG_DOUBLE
   docomplexl();
 #endif
<font color='#880000'>-  printf( "*** END OF COMPLEX MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** END OF COMPLEX MATH TEST ***\n" );
</font>   exit( 0 );
 }
 
<font color='#997700'>@@ -58,7 +58,7 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
 #define CONFIGURE_MAXIMUM_TASKS            1
<font color='#880000'>-#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
</font><font color='#000088'>+#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
</font> 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 

<font color='#006600'>diff -u rtems/testsuites/libtests/math/init.c:1.2 rtems/testsuites/libtests/math/init.c:1.3
--- rtems/testsuites/libtests/math/init.c:1.2   Thu Dec 16 15:33:31 2010
+++ rtems/testsuites/libtests/math/init.c       Wed Feb  2 01:36:25 2011
</font><font color='#997700'>@@ -39,13 +39,13 @@
</font> int main( void )
 #endif
 {
<font color='#880000'>-  printf( "*** FLOAT MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** FLOAT MATH TEST ***\n" );
</font> 
   domath();
   domathf();<span style="background-color: #FF0000">  </span>
   domathl();
 
<font color='#880000'>-  printf( "*** END OF FLOAT MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** END OF FLOAT MATH TEST ***\n" );
</font>   exit( 0 );
 }
 
<font color='#997700'>@@ -57,7 +57,7 @@
</font> #define CONFIGURE_MAXIMUM_TASKS           1
 #define CONFIGURE_INIT_TASK_ATTRIBUTES    RTEMS_FLOATING_POINT
 
<font color='#880000'>-#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
</font><font color='#000088'>+#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
</font> 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
</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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

        * math/init.c:
        Use fprintf(stdout,..) instead of printf.
        Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.176.2.3&r2=text&tr2=1.176.2.4&diff_format=h">M</a></td><td width='1%'>1.176.2.4</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/math/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.2.2.1&diff_format=h">M</a></td><td width='1%'>1.2.2.1</td><td width='100%'>testsuites/libtests/math/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.176.2.3 rtems/testsuites/libtests/ChangeLog:1.176.2.4
--- rtems/testsuites/libtests/ChangeLog:1.176.2.3       Thu Jan 27 01:28:23 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Feb  2 01:39:07 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-02-02    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * math/init.c:<span style="background-color: #FF0000"> </span>
+       Use fprintf(stdout,..) instead of printf.
+       Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
+
</font> 2011-01-27        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * math/math.scn: New.

<font color='#006600'>diff -u rtems/testsuites/libtests/math/init.c:1.2 rtems/testsuites/libtests/math/init.c:1.2.2.1
--- rtems/testsuites/libtests/math/init.c:1.2   Thu Dec 16 15:33:31 2010
+++ rtems/testsuites/libtests/math/init.c       Wed Feb  2 01:39:07 2011
</font><font color='#997700'>@@ -39,13 +39,13 @@
</font> int main( void )
 #endif
 {
<font color='#880000'>-  printf( "*** FLOAT MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** FLOAT MATH TEST ***\n" );
</font> 
   domath();
   domathf();<span style="background-color: #FF0000">  </span>
   domathl();
 
<font color='#880000'>-  printf( "*** END OF FLOAT MATH TEST ***\n" );
</font><font color='#000088'>+  fprintf( stdout, "*** END OF FLOAT MATH TEST ***\n" );
</font>   exit( 0 );
 }
 
<font color='#997700'>@@ -57,7 +57,7 @@
</font> #define CONFIGURE_MAXIMUM_TASKS           1
 #define CONFIGURE_INIT_TASK_ATTRIBUTES    RTEMS_FLOATING_POINT
 
<font color='#880000'>-#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
</font><font color='#000088'>+#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
</font> 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
</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>