<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/expr, branch release/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-06-02T17:05:48Z</updated>
<entry>
<title>Backout yacc changes</title>
<updated>1996-06-02T17:05:48Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-06-02T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc15a73012f23e85d03c74b10f47e6f2b463b340'/>
<id>urn:sha1:fc15a73012f23e85d03c74b10f47e6f2b463b340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use default yacc rule.</title>
<updated>1996-05-30T20:44:09Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-05-30T20:44:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa0e82cf5e51991644d271aaa458a23efce457c8'/>
<id>urn:sha1:aa0e82cf5e51991644d271aaa458a23efce457c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>``mv'' -&gt; ``mv -f''</title>
<updated>1996-05-07T23:19:49Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-05-07T23:19:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fb933075efacc206d4968ca872ad7ea94349ba4'/>
<id>urn:sha1:9fb933075efacc206d4968ca872ad7ea94349ba4</id>
<content type='text'>
``rm'' -&gt; ``rm -f''
so mv/rm may not ask for confirmation if you are not root
</content>
</entry>
<entry>
<title>Fix some spelling errors.</title>
<updated>1996-01-29T22:53:24Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-01-29T22:53:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d7ee86eb73fc5aa92494533c0b0fc75bd5276c7'/>
<id>urn:sha1:7d7ee86eb73fc5aa92494533c0b0fc75bd5276c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix my own brokeness for the colon operator, when one of the arguments</title>
<updated>1995-11-18T18:05:03Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-11-18T18:05:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=717252ea986d1a21f9839c2a1f9a22bb153f2637'/>
<id>urn:sha1:717252ea986d1a21f9839c2a1f9a22bb153f2637</id>
<content type='text'>
was a valid integer.  The actual decision between integer and string
is now context-dependant on the operator being used.
</content>
</entry>
<entry>
<title>expr(1) didn't comply to Posix.2 and its own man page: any</title>
<updated>1995-08-04T17:08:07Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-08-04T17:08:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a353a9fb4c79b3505eb5f414beeb4f326abed4e'/>
<id>urn:sha1:2a353a9fb4c79b3505eb5f414beeb4f326abed4e</id>
<content type='text'>
comparisions have been made as string comparisions, even in cases
where both operands clearly qualified as integers.

The fix is to make the parser properly analyzing whether an operand is
a valid integer or not.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T00:07:29Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T00:07:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2162b2d2265b5a190e84216b529977d83162f9cc'/>
<id>urn:sha1:2162b2d2265b5a190e84216b529977d83162f9cc</id>
<content type='text'>
Reviewed by:	phk
</content>
</entry>
<entry>
<title>You will find enclosed some changes to make gcc -Wall more happy in</title>
<updated>1995-03-19T13:29:28Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-03-19T13:29:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0fd510b71aa44308681d2e01c9d772f32af24313'/>
<id>urn:sha1:0fd510b71aa44308681d2e01c9d772f32af24313</id>
<content type='text'>
/usr/src/bin. Note that some patches are still needed in that directory.

I (Joerg) finished most of Philippe's cleanup.  /bin/sh will still
need *allot* of work, however.

Submitted by:	charnier@lirmm.fr (Philippe Charnier)
</content>
</entry>
<entry>
<title>Added $Id$</title>
<updated>1994-09-24T02:59:15Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-09-24T02:59:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89730b290a5b2a1506fc7b4a1e604d01e16395ad'/>
<id>urn:sha1:89730b290a5b2a1506fc7b4a1e604d01e16395ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly include &lt;sys/types.h&gt; before including &lt;regex.h&gt;.  This is</title>
<updated>1994-09-05T13:03:50Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-09-05T13:03:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=395b07d1df53d379549249db044cf619899dcd38'/>
<id>urn:sha1:395b07d1df53d379549249db044cf619899dcd38</id>
<content type='text'>
apparently required by POSIX.  It will be required in practice when
the bogus inclusion of &lt;sys/types.h&gt; is removed from &lt;stdio.h&gt;.
</content>
</entry>
</feed>
