<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/vfprintf.c, branch upstream/2.1.6_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This 3rd mega-commit should hopefully bring us back to where we were.</title>
<updated>1996-06-05T02:59:00+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-05T02:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78e55a1f29558e8be54566ead1e7be8ab9d45273'/>
<id>78e55a1f29558e8be54566ead1e7be8ab9d45273</id>
<content type='text'>
I can get it to `make world' succesfully, anyway!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I can get it to `make world' succesfully, anyway!
</pre>
</div>
</content>
</entry>
<entry>
<title>Phase 2 of merge - also fix things broken in phase 1.</title>
<updated>1996-06-03T05:12:29+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-03T05:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=accd7f182e87d2a1d578214211ee7ded32753803'/>
<id>accd7f182e87d2a1d578214211ee7ded32753803</id>
<content type='text'>
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc &amp; rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc &amp; rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Obtained from: 1.1.5 (originally by jtc)</title>
<updated>1995-04-06T16:28:15+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-04-06T16:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ffe57f1a203a44c43b46a9ef12c8289fd41277ff'/>
<id>ffe57f1a203a44c43b46a9ef12c8289fd41277ff</id>
<content type='text'>
Fix printf("%g", 0.0) - print "0", not "0.".  The previous fixes in this
area had one non-cosmetic (non-)change that caused this bug.

Bruce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix printf("%g", 0.0) - print "0", not "0.".  The previous fixes in this
area had one non-cosmetic (non-)change that caused this bug.

Bruce
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `|| flags &amp; ALT == 0' which was an obscure no-op, not a</title>
<updated>1995-03-12T13:53:51+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-03-12T13:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=918bed75821ae6724ae87f79380b240d6975f85d'/>
<id>918bed75821ae6724ae87f79380b240d6975f85d</id>
<content type='text'>
parenthesization/precedence bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parenthesization/precedence bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Obtained from: 1.1.5.  Originally by jtc.  Cosmetically changed for this</title>
<updated>1995-03-12T13:26:49+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-03-12T13:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d26be6f09dd9fb8394f3a28ee539c7dad0ea2d6d'/>
<id>d26be6f09dd9fb8394f3a28ee539c7dad0ea2d6d</id>
<content type='text'>
	       commit by bde.

Fix bugs in floating point formatting.  The 4.4lite version is similar
to revision 1.3 in old-cvs and is missing all of jtc's fixes in revision
1.4 in old-cvs.  Revision 1.2 in ncvs fixed one of the old bugs but
introduced at least one new one (for %.0e).

old-cvs log:
revision 1.4
date: 1993/11/04 19:38:22;  author: jtc;  state: Exp;  lines: +33 -20
My work from NetBSD to make printf() &amp; friends ANSI C compliant.
Fixes several bugs in floating point formatting:
  1. Trailing zeros were being stripped with %e format.
  2. %g/%G formats incorrect.
  3. Lots of other nits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	       commit by bde.

Fix bugs in floating point formatting.  The 4.4lite version is similar
to revision 1.3 in old-cvs and is missing all of jtc's fixes in revision
1.4 in old-cvs.  Revision 1.2 in ncvs fixed one of the old bugs but
introduced at least one new one (for %.0e).

old-cvs log:
revision 1.4
date: 1993/11/04 19:38:22;  author: jtc;  state: Exp;  lines: +33 -20
My work from NetBSD to make printf() &amp; friends ANSI C compliant.
Fixes several bugs in floating point formatting:
  1. Trailing zeros were being stripped with %e format.
  2. %g/%G formats incorrect.
  3. Lots of other nits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of 'e' format floating point so that it prints trailing zeros</title>
<updated>1995-01-19T12:05:53+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1995-01-19T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2cc220b6ed1493c02ce13aa50dd6ac170dc82314'/>
<id>2cc220b6ed1493c02ce13aa50dd6ac170dc82314</id>
<content type='text'>
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Lib Sources</title>
<updated>1994-05-27T05:00:24+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T05:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58f0484fa251c266ede97b591b499fe3dd4f578e'/>
<id>58f0484fa251c266ede97b591b499fe3dd4f578e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
