<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/expr, branch release/2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1994-11-22T10:58:58Z</updated>
<entry>
<title>Tell stupid users to write the bootcode.</title>
<updated>1994-11-22T10:58:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-11-22T10:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=140932d6d85b561ad06abe5006a5e973a7713c45'/>
<id>urn:sha1:140932d6d85b561ad06abe5006a5e973a7713c45</id>
<content type='text'>
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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>
<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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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>Remove GNU regex.[ch] and use system's regex library.  The library is still</title>
<updated>1993-08-02T16:57:26Z</updated>
<author>
<name>J.T. Conklin</name>
<email>jtc@FreeBSD.org</email>
</author>
<published>1993-08-02T16:57:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22a102fb97a065c643c5d0b25c40221b3b8a639c'/>
<id>urn:sha1:22a102fb97a065c643c5d0b25c40221b3b8a639c</id>
<content type='text'>
GNU regex for now, but will be replaced as soon as an alternative is made
availiable.
</content>
</entry>
</feed>
