<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/dc, branch releng/10.4</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r314321:</title>
<updated>2017-03-12T05:36:31+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-03-12T05:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=03810ec80a0f9b19db6747872684a7208eabbe4c'/>
<id>03810ec80a0f9b19db6747872684a7208eabbe4c</id>
<content type='text'>
dc(1): Merge minor changes from OpenBSD.

Prefer setvbuf() to setlinebuf() for portability.
Some style(9) and redundant tests for NULL.

These are only meant to ease up merging newer changes.

Obtained from:	OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dc(1): Merge minor changes from OpenBSD.

Prefer setvbuf() to setlinebuf() for portability.
Some style(9) and redundant tests for NULL.

These are only meant to ease up merging newer changes.

Obtained from:	OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r314316:</title>
<updated>2017-03-01T01:19:41+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-03-01T01:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59f35c4ea4ef42a1a117ab0cafcf23057d9af912'/>
<id>59f35c4ea4ef42a1a117ab0cafcf23057d9af912</id>
<content type='text'>
dc(1): Catch up with OpenBSD tag.

OpenBSD rev 1.12 corresponds to our SVN r275162. Update the tag to make
easier future updates. No functional change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dc(1): Catch up with OpenBSD tag.

OpenBSD rev 1.12 corresponds to our SVN r275162. Update the tag to make
easier future updates. No functional change.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r275162:</title>
<updated>2014-12-01T02:59:05+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2014-12-01T02:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85b69d8724ae79aad0a7bfb054f5ee93fd777549'/>
<id>85b69d8724ae79aad0a7bfb054f5ee93fd777549</id>
<content type='text'>
Init array field in the proper place.

Obtained from:	OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Init array field in the proper place.

Obtained from:	OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r264573+264608+264609:</title>
<updated>2014-05-07T08:06:54+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-05-07T08:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=76699ab16c0ea0471b4e07b2970c4b39a1d094e0'/>
<id>76699ab16c0ea0471b4e07b2970c4b39a1d094e0</id>
<content type='text'>
Sync with OpenBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync with OpenBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle '-h' argument.</title>
<updated>2013-02-28T01:22:14+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2013-02-28T01:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eff269ee18dc7dc7b465730e5d76830fe93b4256'/>
<id>eff269ee18dc7dc7b465730e5d76830fe93b4256</id>
<content type='text'>
PR:		176332
Reviewed by:	scottl
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		176332
Reviewed by:	scottl
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use BN_set_negative() and BN_is_negative() instead of subtracting or</title>
<updated>2012-12-30T15:20:27+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-12-30T15:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3761c3848a0c3785259c94cf718ba2cd210f0c6'/>
<id>c3761c3848a0c3785259c94cf718ba2cd210f0c6</id>
<content type='text'>
  comparing to zero.
- Fix fractional number exponentiation, especially for negative exponents.

Obtained from:	OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  comparing to zero.
- Fix fractional number exponentiation, especially for negative exponents.

Obtained from:	OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor mdoc nits.</title>
<updated>2012-05-13T14:16:04+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-05-13T14:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=35471bf8efcf9696126e98ded2084c1f23beb56e'/>
<id>35471bf8efcf9696126e98ded2084c1f23beb56e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix an erroneous invocation of the editline.</title>
<updated>2012-03-15T01:43:44+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-03-15T01:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=741e1faf5c5c5f7699b65af53ddd717721769e17'/>
<id>741e1faf5c5c5f7699b65af53ddd717721769e17</id>
<content type='text'>
- Fix wrong scaling in the bc.library.
- Let length(0.000) conform to what gnu bc does.

PR:	bin/159227
Submitted by:	AIDA Shinra &lt;shinra at j10n dot org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix wrong scaling in the bc.library.
- Let length(0.000) conform to what gnu bc does.

PR:	bin/159227
Submitted by:	AIDA Shinra &lt;shinra at j10n dot org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded CFLAGS.</title>
<updated>2011-11-07T09:42:22+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-07T09:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0c66031ab1baa32e5ab0da169b8bd6432e8475af'/>
<id>0c66031ab1baa32e5ab0da169b8bd6432e8475af</id>
<content type='text'>
Such optimisations should not be performed in this Makefile. Also, uqs@
suggested they have no effect, because the checksum of the resulting
binary is unchanged.

Discussed with:	gabor, uqs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Such optimisations should not be performed in this Makefile. Also, uqs@
suggested they have no effect, because the checksum of the resulting
binary is unchanged.

Discussed with:	gabor, uqs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing static keywords to dc(1)</title>
<updated>2011-11-06T08:14:57+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=267265e0dd39435aa950b39e8645563f6b890f4c'/>
<id>267265e0dd39435aa950b39e8645563f6b890f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
