<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/expr/expr.y, branch release/2.2.7_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1998-07-24T04:57:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1998-07-24T04:57:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1998-07-24T04:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a3fe17f40c9b40fdba5b5a54eccb48a980e821'/>
<id>urn:sha1:a8a3fe17f40c9b40fdba5b5a54eccb48a980e821</id>
<content type='text'>
'RELENG_2_2_7_RELEASE'.

This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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/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/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>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/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/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/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>
<entry>
<title>Allow expressions like "expr 'ABC' : '^.*$' to work as is done in other</title>
<updated>1993-10-04T21:58:53Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-10-04T21:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a13ab7c12be6a84cfbb88bf6fe64ae3ca79f08e'/>
<id>urn:sha1:4a13ab7c12be6a84cfbb88bf6fe64ae3ca79f08e</id>
<content type='text'>
expr implementations.
</content>
</entry>
<entry>
<title>Fix grammar to eliminate support for unary minus expressions -- they</title>
<updated>1993-09-14T22:49:52Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-09-14T22:49:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4cf61aba292a2954c39505c93c2ed48f8f2731c5'/>
<id>urn:sha1:4cf61aba292a2954c39505c93c2ed48f8f2731c5</id>
<content type='text'>
weren't supported, they aren't standard, and they caused expr to dump
core.
</content>
</entry>
<entry>
<title>1003.2 requires that lexical comparisons be done in locale specific manner,</title>
<updated>1993-08-17T16:06:00Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-08-17T16:06:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=55c497bf15aa8ed3d8628ca1e6156989fc9c0e26'/>
<id>urn:sha1:55c497bf15aa8ed3d8628ca1e6156989fc9c0e26</id>
<content type='text'>
so we have to use strcoll() instead of strcmp().
1003.2 requires that a null string be returned if a string does not match
a \( \) subexpression.
Replaced fprintf/exit with calls to err and errx as appropriate.
</content>
</entry>
<entry>
<title>Update to my latest expr (fixes bugs with comparison and matching operators)</title>
<updated>1993-07-21T22:56:14Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-07-21T22:56:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9fe00dc0b1a3dd51aeae349e18cc033de4df715'/>
<id>urn:sha1:c9fe00dc0b1a3dd51aeae349e18cc033de4df715</id>
<content type='text'>
Add man page I wrote.
</content>
</entry>
</feed>
