<br><br><div class="gmail_quote">On Fri, Aug 14, 2009 at 12:11 AM, Andrew Gaylard <span dir="ltr">&lt;<a href="mailto:ag@computer.org">ag@computer.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Thu, Aug 13, 2009 at 11:16 PM, Bert Freudenberg&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt; wrote:<br>
&gt;<br>
&gt; We could rename the Balloon3D DPRINTF to DPRINTF3D and the regular dprintf<br>
&gt; to DPRINTF. This seems to get the job done:<br>
&gt;<br>
&gt; svn update ...<br>
&gt; cd platforms<br>
&gt; grep -rl DPRINTF .  \<br>
&gt; | egrep &#39;(B3D|X11)&#39; \<br>
&gt; | grep -v &#39;/\.svn/&#39; \<br>
&gt; | tr &#39;\n&#39; &#39;\000&#39;    \<br>
&gt; | xargs -0 sed -i &#39;&#39; s/DPRINTF/DPRINTF3D/g<br>
&gt; grep -rl dprintf .  \<br>
&gt; | grep -v &#39;/\.svn/&#39; \<br>
&gt; | tr &#39;\n&#39; &#39;\000&#39;    \<br>
&gt; | xargs -0 sed -i &#39;&#39; s/dprintf/DPRINTF/g<br>
&gt; svn diff | less<br>
&gt;<br>
&gt; This changes all platforms, but should not be a problem right? Anyone<br>
&gt; opposed?<br>
<br>
</div>Looks good to me.  It&#39;s a good idea to have macros<br>
in upper-case anyway.  Thanks for sorting this out.<br>
<font color="#888888"><br>
- Andrew<br>
</font><br>
PS: is there any particular reason why we have filenames with<br>
spaces in them?  It makes find/xargs painful to use (as in the<br>
&#39;tr&#39; above).<br>
</blockquote></div><br><div>I think it is because on Mac OS</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Smalltalk getSystemAttribute: 1001</div><div>answers</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&#39;Mac OS&#39;</div>
<div>and fixing this would cause too much pain (I think).</div>