change log for rtems (2011-09-29)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Sep 30 02:12:16 UTC 2011
*ralf*:
2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
Add HAVE_CONFIG_H.
M 1.355 testsuites/psxtests/ChangeLog
M 1.3 testsuites/psxtests/psx16/init.c
M 1.2 testsuites/psxtests/psxclassic01/init.c
M 1.2 testsuites/psxtests/psxeintr_join/init.c
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
@@ -1,3 +1,8 @@
+2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
+ Add HAVE_CONFIG_H.
+
2011-09-05 Sebastian Huber <sebastian.huber at embedded-brains.de>
* psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
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
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
#include <pthread.h>
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
@@ -11,6 +11,9 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "tmacros.h"
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
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <signal.h>
#include <semaphore.h>
*ralf*:
2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
* configure.ac: Check for size of time_t.
M 1.356 testsuites/psxtests/ChangeLog
M 1.86 testsuites/psxtests/configure.ac
M 1.195 testsuites/samples/ChangeLog
M 1.33 testsuites/samples/configure.ac
M 1.493 testsuites/sptests/ChangeLog
M 1.124 testsuites/sptests/configure.ac
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
@@ -1,5 +1,9 @@
2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * configure.ac: Check for size of time_t.
+
+2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
Add HAVE_CONFIG_H.
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
@@ -78,6 +78,7 @@
AC_CHECK_SIZEOF([off_t])
AC_CHECK_SIZEOF([blksize_t])
AC_CHECK_SIZEOF([blkcnt_t])
+AC_CHECK_SIZEOF([time_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
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
@@ -1,3 +1,7 @@
+2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * configure.ac: Check for size of time_t.
+
2011-09-16 Sebastian Huber <Sebastian.Huber at embedded-brains.de>
* fileio/fileio.scn: New file.
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
@@ -55,6 +55,9 @@
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([time_t])
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
base_sp/Makefile
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
@@ -1,3 +1,7 @@
+2011-09-30 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * configure.ac: Check for size of time_t.
+
2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
* sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c
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
@@ -24,6 +24,9 @@
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([time_t])
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
sp01/Makefile
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110929/bbc90398/attachment-0001.html>
More information about the vc
mailing list