<!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 (2010-06-11)</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>New  (Copy of ../tools/build/doxy-filter).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/doxy-filter?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">cpukit/doxy-filter</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/cpukit/doxy-filter:1.1
--- /dev/null   Fri Jun 11 15:11:19 2010
+++ rtems/cpukit/doxy-filter    Fri Jun 11 14:36:36 2010
</font><font color='#997700'>@@ -0,0 +1,21 @@
</font><font color='#000088'>+#!/bin/sh
+
+# doxygen input filter
+# $Id$
+
+# usage: doxy-filter <input-file-name>
+# Reads <input-file> and writes to stdout.
+
+file=$1
+
+# Does file contain a doxygen @file directive?
+if ! grep -q '@file' $file >/dev/null ; then
+# No, add one
+echo "/** @file $file */"
+cat $file
+else
+# Yes, adjust path to work around doxygen not being able to
+# distinguish file names properly
+exec sed -e "s,@file.*$,@file $file," $file
+fi
+
</font></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>2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Doxygen.in: Update.
        Misc. fixes.
        * doxy-filter: New (Copy of ../tools/build/doxy-filter).
        * Makefile.am: Add doxy-filter.
</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.2367&r2=text&tr2=1.2368&diff_format=h">M</a></td><td width='1%'>1.2368</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/Makefile.am.diff?r1=text&tr1=1.96&r2=text&tr2=1.97&diff_format=h">M</a></td><td width='1%'>1.97</td><td width='100%'>cpukit/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2367 rtems/cpukit/ChangeLog:1.2368
--- rtems/cpukit/ChangeLog:1.2367       Fri Jun 11 09:27:20 2010
+++ rtems/cpukit/ChangeLog      Fri Jun 11 14:37:12 2010
</font><font color='#997700'>@@ -1,5 +1,12 @@
</font> 2010-06-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Doxygen.in: Update.
+       Misc. fixes.
+       * doxy-filter: New (Copy of ../tools/build/doxy-filter).
+       * Makefile.am: Add doxy-filter.
+
+2010-06-11     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * configure.ac: Remove c4x.
        * score/cpu/Makefile.am: Remove c4x.
 

<font color='#006600'>diff -u rtems/cpukit/Makefile.am:1.96 rtems/cpukit/Makefile.am:1.97
--- rtems/cpukit/Makefile.am:1.96       Wed Jun  9 03:06:25 2010
+++ rtems/cpukit/Makefile.am    Fri Jun 11 14:37:12 2010
</font><font color='#997700'>@@ -177,6 +177,9 @@
</font> ## fsmount
 include_rtems_HEADERS += libmisc/fsmount/fsmount.h
 
<font color='#000088'>+## HACK: doxygen filter.
+EXTRA_DIST = doxy-filter
+
</font> include $(srcdir)/preinstall.am
 include $(top_srcdir)/automake/subdirs.am
 include $(top_srcdir)/automake/local.am
</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>