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

        * libcsupport/src/opendir.c, libcsupport/src/closedir.c,
        libcsupport/src/readdir.c, libcsupport/src/rewinddir.c,
        libcsupport/src/scandir.c, libcsupport/src/seekdir.c,
        libcsupport/src/telldir.c: Remove.
        * libcsuppport/Makefile.am: Reflect changes above.
        * configure.ac: Error out if libc doesn't provide
        opendir, closedir, readdir, rewinddir, scandir, seekdir,
        telldir.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2743&r2=text&tr2=1.2744&diff_format=h">M</a></td><td width='1%'>1.2744</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.198&r2=text&tr2=1.199&diff_format=h">M</a></td><td width='1%'>1.199</td><td width='100%'>cpukit/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/Makefile.am.diff?r1=text&tr1=1.133&r2=text&tr2=1.134&diff_format=h">M</a></td><td width='1%'>1.134</td><td width='100%'>cpukit/libcsupport/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/closedir.c?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/closedir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/opendir.c?rev=1.7&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.7</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/opendir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/readdir.c?rev=1.13&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.13</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/readdir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/rewinddir.c?rev=1.11&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.11</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/rewinddir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/scandir.c?rev=1.17&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.17</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/scandir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/seekdir.c?rev=1.11&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.11</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/seekdir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/telldir.c?rev=1.13&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.13</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/telldir.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2743 rtems/cpukit/ChangeLog:1.2744
--- rtems/cpukit/ChangeLog:1.2743       Thu Feb 24 09:48:05 2011
+++ rtems/cpukit/ChangeLog      Thu Feb 24 20:13:19 2011
</font><font color='#997700'>@@ -1,3 +1,14 @@
</font><font color='#000088'>+2011-02-25    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libcsupport/src/opendir.c, libcsupport/src/closedir.c,
+       libcsupport/src/readdir.c, libcsupport/src/rewinddir.c,
+       libcsupport/src/scandir.c, libcsupport/src/seekdir.c,
+       libcsupport/src/telldir.c: Remove.
+       * libcsuppport/Makefile.am: Reflect changes above.
+       * configure.ac: Error out if libc doesn't provide
+       opendir, closedir, readdir, rewinddir, scandir, seekdir,
+       telldir.
+
</font> 2011-02-24        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libcsupport/include/sys/statvfs.h: Remove include <sys/cdefs.h>

<font color='#006600'>diff -u rtems/cpukit/configure.ac:1.198 rtems/cpukit/configure.ac:1.199
--- rtems/cpukit/configure.ac:1.198     Thu Feb 10 18:31:53 2011
+++ rtems/cpukit/configure.ac   Thu Feb 24 20:13:20 2011
</font><font color='#997700'>@@ -49,8 +49,12 @@
</font> #   Check for functions supplied by newlib >= 1.17.0
 # Newlib's posix/ directory
 AC_CHECK_FUNCS([sleep usleep \
<font color='#880000'>-  opendir closedir readdir readdir_r \
-  rewinddir scandir seekdir telldir isatty])
</font><font color='#000088'>+  readdir_r \
+  isatty])
+AC_CHECK_FUNCS([opendir closedir readdir rewinddir scandir seekdir telldir],,
+  [rtems_missing_func="$ac_func";break])
+AS_IF([test -n "$rtems_missing_func"],
+  AC_MSG_ERROR([Missing function $rtems_missing_func in libc])])
</font> AC_CHECK_FUNCS([creat])
 AC_CHECK_FUNCS([__assert])
 AC_CHECK_FUNCS([execl execlp execle execv execvp execve])

<font color='#006600'>diff -u rtems/cpukit/libcsupport/Makefile.am:1.133 rtems/cpukit/libcsupport/Makefile.am:1.134
--- rtems/cpukit/libcsupport/Makefile.am:1.133  Thu Feb 17 08:17:09 2011
+++ rtems/cpukit/libcsupport/Makefile.am        Thu Feb 24 20:13:20 2011
</font><font color='#997700'>@@ -76,9 +76,6 @@
</font> endif
 
 DIRECTORY_SCAN_C_FILES =
<font color='#880000'>-## 20 Nov 2008: Now using these from newlib's posix directory
-DIRECTORY_SCAN_C_FILES += src/opendir.c src/closedir.c src/readdir.c \
-     src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c
</font> ## Newlib SHOULD have provided this one
 DIRECTORY_SCAN_C_FILES += src/readdir_r.c
 ## Comment out when using these from newlib's unix directory
</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-25 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libcsupport/src/creat.c: Remove.
        * libcsupport/Makefile.am: Reflect changes above.
        * configure.ac: Error out if libc doesn't provide creat.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2744&r2=text&tr2=1.2745&diff_format=h">M</a></td><td width='1%'>1.2745</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.199&r2=text&tr2=1.200&diff_format=h">M</a></td><td width='1%'>1.200</td><td width='100%'>cpukit/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/Makefile.am.diff?r1=text&tr1=1.134&r2=text&tr2=1.135&diff_format=h">M</a></td><td width='1%'>1.135</td><td width='100%'>cpukit/libcsupport/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/creat.c?rev=1.4&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.4</font></td><td width='100%'><font color="#880000">cpukit/libcsupport/src/creat.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2744 rtems/cpukit/ChangeLog:1.2745
--- rtems/cpukit/ChangeLog:1.2744       Thu Feb 24 20:13:19 2011
+++ rtems/cpukit/ChangeLog      Thu Feb 24 20:51:22 2011
</font><font color='#997700'>@@ -1,10 +1,16 @@
</font> 2011-02-25        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libcsupport/src/creat.c: Remove.
+       * libcsupport/Makefile.am: Reflect changes above.
+       * configure.ac: Error out if libc doesn't provide creat.
+
+2011-02-25     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * libcsupport/src/opendir.c, libcsupport/src/closedir.c,
        libcsupport/src/readdir.c, libcsupport/src/rewinddir.c,
        libcsupport/src/scandir.c, libcsupport/src/seekdir.c,
        libcsupport/src/telldir.c: Remove.
<font color='#880000'>-   * libcsuppport/Makefile.am: Reflect changes above.
</font><font color='#000088'>+      * libcsupport/Makefile.am: Reflect changes above.
</font>   * configure.ac: Error out if libc doesn't provide
        opendir, closedir, readdir, rewinddir, scandir, seekdir,
        telldir.

<font color='#006600'>diff -u rtems/cpukit/configure.ac:1.199 rtems/cpukit/configure.ac:1.200
--- rtems/cpukit/configure.ac:1.199     Thu Feb 24 20:13:20 2011
+++ rtems/cpukit/configure.ac   Thu Feb 24 20:51:22 2011
</font><font color='#997700'>@@ -51,11 +51,11 @@
</font> AC_CHECK_FUNCS([sleep usleep \
   readdir_r \
   isatty])
<font color='#880000'>-AC_CHECK_FUNCS([opendir closedir readdir rewinddir scandir seekdir telldir],,
</font><font color='#000088'>+AC_CHECK_FUNCS([creat \
+  opendir closedir readdir rewinddir scandir seekdir telldir],,
</font>   [rtems_missing_func="$ac_func";break])
 AS_IF([test -n "$rtems_missing_func"],
   AC_MSG_ERROR([Missing function $rtems_missing_func in libc])])
<font color='#880000'>-AC_CHECK_FUNCS([creat])
</font> AC_CHECK_FUNCS([__assert])
 AC_CHECK_FUNCS([execl execlp execle execv execvp execve])
 AC_CHECK_FUNCS([regcomp regexec regerror regfree])

<font color='#006600'>diff -u rtems/cpukit/libcsupport/Makefile.am:1.134 rtems/cpukit/libcsupport/Makefile.am:1.135
--- rtems/cpukit/libcsupport/Makefile.am:1.134  Thu Feb 24 20:13:20 2011
+++ rtems/cpukit/libcsupport/Makefile.am        Thu Feb 24 20:52:54 2011
</font><font color='#997700'>@@ -66,7 +66,7 @@
</font>     src/chdir.c src/chmod.c src/fchdir.c src/fchmod.c src/fchown.c src/chown.c \
     src/link.c src/unlink.c src/umask.c src/ftruncate.c src/utime.c src/fstat.c \
     src/fcntl.c src/fpathconf.c src/getdents.c src/fsync.c src/fdatasync.c \
<font color='#880000'>-    src/pipe.c src/dup.c src/dup2.c src/symlink.c src/readlink.c src/creat.c \
</font><font color='#000088'>+    src/pipe.c src/dup.c src/dup2.c src/symlink.c src/readlink.c \
</font>     src/chroot.c src/sync.c src/_rename_r.c src/statvfs.c src/utimes.c src/lchown.c
 
 ## Until sys/uio.h is moved to libcsupport, we have to have networking
</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>