change log for rtems (2011-09-30)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Sep 30 13:12:14 UTC 2011


 *ralf*:
2011-09-30	Ralf Corsépius <ralf.corsepius at rtems.org>

	* fsrdwr/init.c: Use %zd to print size_t.

M   1.12  testsuites/fstests/ChangeLog
M    1.6  testsuites/fstests/fsrdwr/init.c

diff -u rtems/testsuites/fstests/ChangeLog:1.11 rtems/testsuites/fstests/ChangeLog:1.12
--- rtems/testsuites/fstests/ChangeLog:1.11	Thu Sep 29 22:07:03 2011
+++ rtems/testsuites/fstests/ChangeLog	Fri Sep 30 07:57:07 2011
@@ -1,5 +1,9 @@
 2011-09-30	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* fsrdwr/init.c: Use %zd to print size_t.
+
+2011-09-30	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* fserror/test.c, fslink/test.c, fspatheval/test.c,
 	fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
 	fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:

diff -u rtems/testsuites/fstests/fsrdwr/init.c:1.5 rtems/testsuites/fstests/fsrdwr/init.c:1.6
--- rtems/testsuites/fstests/fsrdwr/init.c:1.5	Thu Sep 29 22:07:21 2011
+++ rtems/testsuites/fstests/fsrdwr/init.c	Fri Sep 30 07:57:07 2011
@@ -329,7 +329,7 @@
   rtems_test_assert (pos == 0);
 
 
-  printf ("Writing %d bytes to file\n", len * 10);
+  printf ("Writing %zd bytes to file\n", len * 10);
   for (i = 0; i < 10; i++) {
     n = write (fd, databuf, len);
     rtems_test_assert (n != -1);


 *ralf*:
2011-09-30	Ralf Corsépius <ralf.corsepius at rtems.org>

	* configure.ac: Check for size of time_t.

M 1.2930  cpukit/ChangeLog
M  1.206  cpukit/configure.ac

diff -u rtems/cpukit/ChangeLog:1.2929 rtems/cpukit/ChangeLog:1.2930
--- rtems/cpukit/ChangeLog:1.2929	Thu Sep 29 04:55:53 2011
+++ rtems/cpukit/ChangeLog	Fri Sep 30 08:08:44 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	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* score/include/rtems/score/tod.h: Declare _TOD_Set_with_timestamp()

diff -u rtems/cpukit/configure.ac:1.205 rtems/cpukit/configure.ac:1.206
--- rtems/cpukit/configure.ac:1.205	Wed May 18 03:59:44 2011
+++ rtems/cpukit/configure.ac	Fri Sep 30 08:08:45 2011
@@ -284,6 +284,9 @@
 AC_CHECK_SIZEOF([mode_t])
 AC_CHECK_SIZEOF([off_t])
 
+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([time_t])
+
 # FIXME: Mandatory in SUSv4, optional in SUSv3. 
 #   Not implemented in GCC/newlib, so far.
 AC_CHECK_DECLS([WORD_BIT],,,[#include <limits.h>])



--

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/20110930/4a33f8ae/attachment.html>


More information about the vc mailing list