<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/bin/expr, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-06-13T07:04:02Z</updated>
<entry>
<title>Get this area compiling with the highest WARNS= that it works with.</title>
<updated>2003-06-13T07:04:02Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-13T07:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6'/>
<id>urn:sha1:eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6</id>
<content type='text'>
Obsolete WFORMAT= junk also removed where possible.

OK'ed by:	obrien
Tested on:	sparc64, alpha, i386
</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-test/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-test/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-test/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-test/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-test/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-test/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-test/commit/?id=96ab7da385302856ba4be4d8ce71e755ad4278c7'/>
<id>urn:sha1:96ab7da385302856ba4be4d8ce71e755ad4278c7</id>
<content type='text'>
parsing for compatibility with old implementations.
</content>
</entry>
<entry>
<title>Disable -Werror when building -- the old version of gcc used on IA32 can't</title>
<updated>2002-03-23T00:44:00Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-03-23T00:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=efbb5e2289b902b0143bc3ae2b98f6d499ee2475'/>
<id>urn:sha1:efbb5e2289b902b0143bc3ae2b98f6d499ee2475</id>
<content type='text'>
deal with C99 formats.
</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-test/commit/?id=dc2f94a3ff601b99b4f48915c9534c458134f6ed'/>
<id>urn:sha1:dc2f94a3ff601b99b4f48915c9534c458134f6ed</id>
<content type='text'>
</content>
</entry>
</feed>
