<!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-testing (2011-08-01)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>

        * check_submission: Check for spaces at end of lines.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/merge-helpers/ChangeLog.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>merge-helpers/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/merge-helpers/check_submission.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>merge-helpers/check_submission</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/merge-helpers/ChangeLog:1.13 rtems-testing/merge-helpers/ChangeLog:1.14
--- rtems-testing/merge-helpers/ChangeLog:1.13  Mon Aug  1 14:47:00 2011
+++ rtems-testing/merge-helpers/ChangeLog       Mon Aug  1 17:21:40 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-08-01        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * check_submission: Check for spaces at end of lines.
+
+2011-08-01     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * check_submission: Fix error in string test.
 
 2011-08-01     Joel Sherrill <joel.sherrill@oarcorp.com>

<font color='#006600'>diff -u rtems-testing/merge-helpers/check_submission:1.4 rtems-testing/merge-helpers/check_submission:1.5
--- rtems-testing/merge-helpers/check_submission:1.4    Mon Aug  1 14:47:00 2011
+++ rtems-testing/merge-helpers/check_submission        Mon Aug  1 17:21:40 2011
</font><font color='#997700'>@@ -171,6 +171,14 @@
</font>   test_its_NOT_there ${f} "this file may be found in the file"
 done
 
<font color='#000088'>+# We do not want spaces at the end of lines
+echo "=== Checking for spaces at the end of lines"
+find_source -m -c -C | while read f
+do
+  egrep " +$" $f >/dev/null
+  test $? -eq 0 && echo "$f has spaces at the end of one or more lines."
+done
+
</font> # We do not want GPL code
 echo "=== Checking for hints of GPL code"
 find_source -m -c -C | while read f
</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>