<!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-07-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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>

        * support/include/test_support.h: Fixed incorrect name in prototype.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/ChangeLog.diff?r1=text&tr1=1.187&r2=text&tr2=1.188&diff_format=h">M</a></td><td width='1%'>1.188</td><td width='100%'>testsuites/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/include/test_support.h.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/support/include/test_support.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/ChangeLog:1.187 rtems/testsuites/ChangeLog:1.188
--- rtems/testsuites/ChangeLog:1.187    Fri Jul  1 09:28:03 2011
+++ rtems/testsuites/ChangeLog  Fri Jul 29 08:48:15 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-29    Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+       * support/include/test_support.h: Fixed incorrect name in prototype.
+
</font> 2011-07-01        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * support/include/tmacros.h: Disable the check for dispatch disable

<font color='#006600'>diff -u rtems/testsuites/support/include/test_support.h:1.6 rtems/testsuites/support/include/test_support.h:1.7
--- rtems/testsuites/support/include/test_support.h:1.6 Tue Jun 28 16:09:13 2011
+++ rtems/testsuites/support/include/test_support.h     Fri Jul 29 08:48:16 2011
</font><font color='#997700'>@@ -85,7 +85,7 @@
</font> /**************              TEST SUPPORT               **************/
 /*********************************************************************/
 /*********************************************************************/
<font color='#880000'>-extern void locked_print_init(void);
</font><font color='#000088'>+extern void locked_print_initialize(void);
</font> extern void locked_printf(const char *fmt, ...);
 extern void locked_printk(const char *fmt, ...);
 
</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-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>

        * POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
        * POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
</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.272&r2=text&tr2=1.273&diff_format=h">M</a></td><td width='1%'>1.273</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.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>testsuites/libtests/POSIX/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/POSIX/iconv.c?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">testsuites/libtests/POSIX/iconv.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/POSIX/iconv_close.c?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">testsuites/libtests/POSIX/iconv_close.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/POSIX/iconv_open.c?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">testsuites/libtests/POSIX/iconv_open.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.272 rtems/testsuites/libtests/ChangeLog:1.273
--- rtems/testsuites/libtests/ChangeLog:1.272   Tue Jul 12 10:55:44 2011
+++ rtems/testsuites/libtests/ChangeLog Fri Jul 29 08:59:42 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-29    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
+       * POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
+
</font> 2011-07-12        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are

<font color='#006600'>diff -u rtems/testsuites/libtests/POSIX/Makefile.am:1.7 rtems/testsuites/libtests/POSIX/Makefile.am:1.8
--- rtems/testsuites/libtests/POSIX/Makefile.am:1.7     Wed Feb  2 01:34:34 2011
+++ rtems/testsuites/libtests/POSIX/Makefile.am Fri Jul 29 08:59:42 2011
</font><font color='#997700'>@@ -61,6 +61,15 @@
</font> check_PROGRAMS += htonl
 htonl_SOURCES = htonl.c
 
<font color='#000088'>+check_PROGRAMS += iconv
+iconv_SOURCES = iconv.c
+
+check_PROGRAMS += iconv_close
+iconv_close_SOURCES = iconv_close.c
+
+check_PROGRAMS += iconv_open
+iconv_open_SOURCES = iconv_open.c
+
</font> check_PROGRAMS += lseek
 lseek_SOURCES = lseek.c
 

<font color='#006600'>diff -u /dev/null rtems/testsuites/libtests/POSIX/iconv.c:1.1
--- /dev/null   Fri Jul 29 09:10:12 2011
+++ rtems/testsuites/libtests/POSIX/iconv.c     Fri Jul 29 08:59:42 2011
</font><font color='#997700'>@@ -0,0 +1,30 @@
</font><font color='#000088'>+/*
+ * Copyright (c) 2011 by
+ * Ralf Corsépius, Ulm, Germany. All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software
+ * is freely granted, provided that this notice is preserved.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <iconv.h>
+
+int
+main (void)
+{
+  iconv_t cd = NULL;
+  char inbuf[42];
+  size_t isize;
+  char outbuf[42];
+  size_t osize;
+  size_t ret;
+
+  char *i = inbuf;
+  char *o = outbuf;
+  ret = iconv(cd, &i, &isize, &o, &osize);
+
+  return 0;
+}
</font>
<font color='#006600'>diff -u /dev/null rtems/testsuites/libtests/POSIX/iconv_close.c:1.1
--- /dev/null   Fri Jul 29 09:10:12 2011
+++ rtems/testsuites/libtests/POSIX/iconv_close.c       Fri Jul 29 08:59:42 2011
</font><font color='#997700'>@@ -0,0 +1,24 @@
</font><font color='#000088'>+/*
+ * Copyright (c) 2011 by
+ * Ralf Corsépius, Ulm, Germany. All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software
+ * is freely granted, provided that this notice is preserved.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <iconv.h>
+
+int
+main (void)
+{
+  iconv_t cd = NULL;
+  int ret;
+
+  ret = iconv_close(cd);
+
+  return 0;
+}
</font>
<font color='#006600'>diff -u /dev/null rtems/testsuites/libtests/POSIX/iconv_open.c:1.1
--- /dev/null   Fri Jul 29 09:10:12 2011
+++ rtems/testsuites/libtests/POSIX/iconv_open.c        Fri Jul 29 08:59:42 2011
</font><font color='#997700'>@@ -0,0 +1,23 @@
</font><font color='#000088'>+/*
+ * Copyright (c) 2011 by
+ * Ralf Corsépius, Ulm, Germany. All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software
+ * is freely granted, provided that this notice is preserved.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <iconv.h>
+
+int
+main (void)
+{
+  iconv_t ret;
+
+  ret = iconv_open("utf8", "ascii" );
+
+  return 0;
+}
</font></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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>

        * bsp_specs: Remove *lib (Anachronism).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>c/src/lib/libbsp/nios2/nios2_iss/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>c/src/lib/libbsp/nios2/nios2_iss/bsp_specs</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog:1.49 rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog:1.50
--- rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog:1.49       Mon Mar 21 15:24:07 2011
+++ rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog    Fri Jul 29 09:06:56 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-29    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * bsp_specs: Remove *lib (Anachronism).
+
</font> 2011-03-21        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * Makefile.am: Remove stub version.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs:1.3 rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs:1.4
--- rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs:1.3        Thu Dec  4 14:32:06 2008
+++ rtems/c/src/lib/libbsp/nios2/nios2_iss/bsp_specs    Fri Jul 29 09:06:56 2011
</font><font color='#997700'>@@ -1,13 +1,7 @@
</font><font color='#880000'>-%rename lib old_lib
</font> %rename endfile old_endfile
 %rename startfile old_startfile
 %rename link old_link
 
<font color='#880000'>-*lib:
-%{!qrtems: %(old_lib)} \
-%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \
-%{!qnolinkcmds: -T linkcmds%s}}}
-
</font> *startfile:
 %{!qrtems: %(old_startfile)} \
 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
</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>