<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/expr/expr.1, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>mdoc(7) police:</title>
<updated>2002-11-26T17:55:41Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-26T17:55:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e27480d64d80d828ffd89ae068774389a3c2c764'/>
<id>urn:sha1:e27480d64d80d828ffd89ae068774389a3c2c764</id>
<content type='text'>
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.

Approved by:	re
</content>
</entry>
<entry>
<title>mdoc(7) police: markup fixes.</title>
<updated>2002-11-25T13:20:30Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-25T13:20:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98d13c7e51ccd70ee88c3c55a587c7fc8157a972'/>
<id>urn:sha1:98d13c7e51ccd70ee88c3c55a587c7fc8157a972</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Create a small library function, check_utility_compat(3), to determine</title>
<updated>2002-10-28T00:15:43Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-10-28T00:15:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c9885518de2f8c1da3530130cbd3a5ed88f09a28'/>
<id>urn:sha1:c9885518de2f8c1da3530130cbd3a5ed88f09a28</id>
<content type='text'>
whether a named utility should behave in FreeBSD 4.x-compatible mode
or in a standard mode (default standard).  The configuration is done
malloc(3)-style, with either an environment variable or a symlink.

Update expr(1) to use this new interface.
</content>
</entry>
<entry>
<title>mdoc(7) police: markup nits.</title>
<updated>2002-05-29T15:18:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-29T15:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9dfcbc3b1253cdfaefdd2ed50caad0cef2c8a4dd'/>
<id>urn:sha1:9dfcbc3b1253cdfaefdd2ed50caad0cef2c8a4dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,</title>
<updated>2002-05-11T03:08:12Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-05-11T03:08:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94a48596a3d168f80462a7f2be9ece9dc0da09f8'/>
<id>urn:sha1:94a48596a3d168f80462a7f2be9ece9dc0da09f8</id>
<content type='text'>
and -e reflects the historic behavior of FreeBSD's expr.
</content>
</entry>
<entry>
<title>The response to my POSIX interpretation request says that `expr'</title>
<updated>2002-05-10T22:59:29Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-05-10T22:59:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1393277e29a175200ee09ebbf93e345c61ac60f4'/>
<id>urn:sha1:1393277e29a175200ee09ebbf93e345c61ac60f4</id>
<content type='text'>
is required to be oblivious to overflow and to use the data type `long'.
(Division by zero is undefined in ISO C so it's still OK to check for it
here.)  Add a new `-e' flag to get the old, more useful behavior.
</content>
</entry>
<entry>
<title>Provide an environment variabloe, EXPR_COMPAT, which disables option</title>
<updated>2002-04-22T21:23:09Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-04-22T21:23:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96ab7da385302856ba4be4d8ce71e755ad4278c7'/>
<id>urn:sha1:96ab7da385302856ba4be4d8ce71e755ad4278c7</id>
<content type='text'>
parsing for compatibility with old implementations.
</content>
</entry>
<entry>
<title>Typo (if =&gt; of).</title>
<updated>2002-03-22T20:49:29Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-03-22T20:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc2f94a3ff601b99b4f48915c9534c458134f6ed'/>
<id>urn:sha1:dc2f94a3ff601b99b4f48915c9534c458134f6ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a word of caution about integer arithmetic range and overflow detection.</title>
<updated>2002-03-22T20:46:59Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-03-22T20:46:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7316a9465e22d1517913f33f964dcadf9dfb21c9'/>
<id>urn:sha1:7316a9465e22d1517913f33f964dcadf9dfb21c9</id>
<content type='text'>
</content>
</entry>
</feed>
