<!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-09-29)</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-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

        * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
        Add HAVE_CONFIG_H.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.354&r2=text&tr2=1.355&diff_format=h">M</a></td><td width='1%'>1.355</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psx16/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/psxtests/psx16/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxclassic01/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/psxtests/psxclassic01/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxeintr_join/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/psxtests/psxeintr_join/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.354 rtems/testsuites/psxtests/ChangeLog:1.355
--- rtems/testsuites/psxtests/ChangeLog:1.354   Mon Sep  5 04:49:52 2011
+++ rtems/testsuites/psxtests/ChangeLog Thu Sep 29 20:47:26 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
+       Add HAVE_CONFIG_H.
+
</font> 2011-09-05        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,

<font color='#006600'>diff -u rtems/testsuites/psxtests/psx16/init.c:1.2 rtems/testsuites/psxtests/psx16/init.c:1.3
--- rtems/testsuites/psxtests/psx16/init.c:1.2  Mon Aug  1 07:45:14 2011
+++ rtems/testsuites/psxtests/psx16/init.c      Thu Sep 29 20:47:26 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <tmacros.h>
 #include "test_support.h"
 #include <pthread.h>

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxclassic01/init.c:1.1 rtems/testsuites/psxtests/psxclassic01/init.c:1.2
--- rtems/testsuites/psxtests/psxclassic01/init.c:1.1   Tue Mar  8 16:10:38 2011
+++ rtems/testsuites/psxtests/psxclassic01/init.c       Thu Sep 29 20:47:26 2011
</font><font color='#997700'>@@ -11,6 +11,9 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
</font> 
 #include "tmacros.h"
 

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxeintr_join/init.c:1.1 rtems/testsuites/psxtests/psxeintr_join/init.c:1.2
--- rtems/testsuites/psxtests/psxeintr_join/init.c:1.1  Sun Jul 31 17:40:31 2011
+++ rtems/testsuites/psxtests/psxeintr_join/init.c      Thu Sep 29 20:47:26 2011
</font><font color='#997700'>@@ -9,6 +9,10 @@
</font>  *  $Id$
  */
 
<font color='#000088'>+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
</font> #include <stdio.h>
 #include <signal.h>
 #include <semaphore.h>
</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-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: Check for size of time_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.355&r2=text&tr2=1.356&diff_format=h">M</a></td><td width='1%'>1.356</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/configure.ac.diff?r1=text&tr1=1.85&r2=text&tr2=1.86&diff_format=h">M</a></td><td width='1%'>1.86</td><td width='100%'>testsuites/psxtests/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/ChangeLog.diff?r1=text&tr1=1.194&r2=text&tr2=1.195&diff_format=h">M</a></td><td width='1%'>1.195</td><td width='100%'>testsuites/samples/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/configure.ac.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&diff_format=h">M</a></td><td width='1%'>1.33</td><td width='100%'>testsuites/samples/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.492&r2=text&tr2=1.493&diff_format=h">M</a></td><td width='1%'>1.493</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/configure.ac.diff?r1=text&tr1=1.123&r2=text&tr2=1.124&diff_format=h">M</a></td><td width='1%'>1.124</td><td width='100%'>testsuites/sptests/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.355 rtems/testsuites/psxtests/ChangeLog:1.356
--- rtems/testsuites/psxtests/ChangeLog:1.355   Thu Sep 29 20:47:26 2011
+++ rtems/testsuites/psxtests/ChangeLog Thu Sep 29 20:54:51 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-09-30        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * configure.ac: Check for size of time_t.
+
+2011-09-30     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
        Add HAVE_CONFIG_H.
 

<font color='#006600'>diff -u rtems/testsuites/psxtests/configure.ac:1.85 rtems/testsuites/psxtests/configure.ac:1.86
--- rtems/testsuites/psxtests/configure.ac:1.85 Sun Jul 31 17:40:30 2011
+++ rtems/testsuites/psxtests/configure.ac      Thu Sep 29 20:54:51 2011
</font><font color='#997700'>@@ -78,6 +78,7 @@
</font> AC_CHECK_SIZEOF([off_t])
 AC_CHECK_SIZEOF([blksize_t])
 AC_CHECK_SIZEOF([blkcnt_t])
<font color='#000088'>+AC_CHECK_SIZEOF([time_t])
</font> 
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile

<font color='#006600'>diff -u rtems/testsuites/samples/ChangeLog:1.194 rtems/testsuites/samples/ChangeLog:1.195
--- rtems/testsuites/samples/ChangeLog:1.194    Fri Sep 16 04:23:19 2011
+++ rtems/testsuites/samples/ChangeLog  Thu Sep 29 20:55:12 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-09-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.ac: Check for size of time_t.
+
</font> 2011-09-16        Sebastian Huber <Sebastian.Huber@embedded-brains.de>
 
        * fileio/fileio.scn: New file.

<font color='#006600'>diff -u rtems/testsuites/samples/configure.ac:1.32 rtems/testsuites/samples/configure.ac:1.33
--- rtems/testsuites/samples/configure.ac:1.32  Tue Feb 22 08:48:26 2011
+++ rtems/testsuites/samples/configure.ac       Thu Sep 29 20:55:13 2011
</font><font color='#997700'>@@ -55,6 +55,9 @@
</font> AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
 AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
 
<font color='#000088'>+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([time_t])
+
</font> # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile
 base_sp/Makefile

<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.492 rtems/testsuites/sptests/ChangeLog:1.493
--- rtems/testsuites/sptests/ChangeLog:1.492    Thu Sep 29 11:20:48 2011
+++ rtems/testsuites/sptests/ChangeLog  Thu Sep 29 20:55:27 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-09-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.ac: Check for size of time_t.
+
</font> 2011-09-29        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c

<font color='#006600'>diff -u rtems/testsuites/sptests/configure.ac:1.123 rtems/testsuites/sptests/configure.ac:1.124
--- rtems/testsuites/sptests/configure.ac:1.123 Wed Sep 28 11:01:53 2011
+++ rtems/testsuites/sptests/configure.ac       Thu Sep 29 20:55:27 2011
</font><font color='#997700'>@@ -24,6 +24,9 @@
</font> 
 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
 
<font color='#000088'>+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([time_t])
+
</font> # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile
 sp01/Makefile
</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>