<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/expr, branch release/2.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-08-25T03:06:36Z</updated>
<entry>
<title>Brought in changes from rev 1.10: conform to POSIX.2 when comparing</title>
<updated>1995-08-25T03:06:36Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-08-25T03:06:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79ee3f4681e29e1adc30e86741b4f23c4172b5b2'/>
<id>urn:sha1:79ee3f4681e29e1adc30e86741b4f23c4172b5b2</id>
<content type='text'>
integers.
</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/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/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>Fix gross spelling and typographical errors pointed out by Keith Bostic.</title>
<updated>1994-04-24T01:22:07Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-04-24T01:22:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2caac73e76c17c2d2648f15f232bb37306d8d780'/>
<id>urn:sha1:2caac73e76c17c2d2648f15f232bb37306d8d780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take -lgnuregex back out.  Linking with it causes 'make install' to fail.</title>
<updated>1994-02-03T04:23:11Z</updated>
<author>
<name>Rich Murphey</name>
<email>rich@FreeBSD.org</email>
</author>
<published>1994-02-03T04:23:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36ae463bf0cfe46f061294bb5482d770d69a38d4'/>
<id>urn:sha1:36ae463bf0cfe46f061294bb5482d770d69a38d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the new, less restrictive, behavior of the matching operator.</title>
<updated>1993-10-04T22:07:27Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-10-04T22:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8c21a3e8ada7bf2d60f6327413e40950794960c'/>
<id>urn:sha1:d8c21a3e8ada7bf2d60f6327413e40950794960c</id>
<content type='text'>
</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>
</feed>
