<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/printf, branch release/2.2.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-11-18T15:24:46Z</updated>
<entry>
<title>Merge from main branch: back out warnx() "fix", which broke sh.</title>
<updated>1997-11-18T15:24:46Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1997-11-18T15:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=426ca56de1cc9400f86b41727c79b14ee311c9d5'/>
<id>urn:sha1:426ca56de1cc9400f86b41727c79b14ee311c9d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from main branch 1.9 -&gt; 1.10: Fix extra args to warnx().</title>
<updated>1997-11-18T05:46:23Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1997-11-18T05:46:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14791dcf9e9c5aa8e7b8d3634355395cd08c3d56'/>
<id>urn:sha1:14791dcf9e9c5aa8e7b8d3634355395cd08c3d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:  Boy, this is fun! [NOT] :)</title>
<updated>1997-09-15T10:19:57Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-15T10:19:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ae21ad605d7d5db868affffb264d30118182b72'/>
<id>urn:sha1:1ae21ad605d7d5db868affffb264d30118182b72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: getopt returns -1 not EOF</title>
<updated>1997-08-29T05:30:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-08-29T05:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=228f50a90c03088066d876b02657d89a13880757'/>
<id>urn:sha1:228f50a90c03088066d876b02657d89a13880757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Op arguments -&gt; Op Ar arguments</title>
<updated>1997-08-05T06:34:24Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-05T06:34:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2c7ce2c0b11fafb7cd69063139326c14dba4d170'/>
<id>urn:sha1:2c7ce2c0b11fafb7cd69063139326c14dba4d170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove annoying -Wall warning.</title>
<updated>1996-10-06T02:40:39Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-06T02:40:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6068a345fa2c17485bab8b839a010e073bd46a8'/>
<id>urn:sha1:e6068a345fa2c17485bab8b839a010e073bd46a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When used as a shell builtin, this program decoded a subset of arguments</title>
<updated>1996-10-01T04:56:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-10-01T04:56:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d72f654c65891ad9a91e012d15e13e266c0238fb'/>
<id>urn:sha1:d72f654c65891ad9a91e012d15e13e266c0238fb</id>
<content type='text'>
known to printf(3) and then used printf() to format it... The only
problem what the #define printf out1fmt.  The code was behaving differently
when run as a shell builtin since out1fmt() isn't printf(3).

Simple hack.  Print to a buffer and fputs (also #defined for sh) the
result.  This should fix the printf builtin problem in PR#1673, rather
than leaving the call commented out.  (printf.o was being statically linked
in anyway, we might as well use it)
</content>
</entry>
<entry>
<title>Correctly match the format flags and their descriptions.</title>
<updated>1996-04-09T21:46:24Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-04-09T21:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=457788f888a0db9a75af3c07cec7d49174dd92f5'/>
<id>urn:sha1:457788f888a0db9a75af3c07cec7d49174dd92f5</id>
<content type='text'>
Submitted by:	Dave Glowacki &lt;dglo@ssec.wisc.edu&gt;
</content>
</entry>
<entry>
<title>Move out some of the shell builtin bogosity from printf's source to</title>
<updated>1995-12-10T15:40:42Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-12-10T15:40:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d9f9371008a4433a269555c374912db62ef797c0'/>
<id>urn:sha1:d9f9371008a4433a269555c374912db62ef797c0</id>
<content type='text'>
sh's builtin/bltin.h.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>urn:sha1:7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
</entry>
</feed>
