<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libstand/printf.c, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-05-22T23:51:14Z</updated>
<entry>
<title>MFC:	src/lib/libstand/printf.c	1.9</title>
<updated>2006-05-22T23:51:14Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2006-05-22T23:51:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b9a557b8f34aefe68745d9e80f8fb0d4ceef53e'/>
<id>urn:sha1:2b9a557b8f34aefe68745d9e80f8fb0d4ceef53e</id>
<content type='text'>
	src/sys/kern/subr_prf.c		1.123

Implement printf 'X' conversion for both libstand and kernel.
</content>
</entry>
<entry>
<title>Sync up with kern/subr_prf.c.  This adds %ll, %j, %q, %z, etc.</title>
<updated>2003-04-06T05:25:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-04-06T05:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77ac203091bcdefaddd211161ff42734a7d00319'/>
<id>urn:sha1:77ac203091bcdefaddd211161ff42734a7d00319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the standardized CHAR_BIT constant instead of NBBY in userland.</title>
<updated>2002-09-25T04:06:37Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-25T04:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89fdc4e117285d001665922c93080c804a8f8810'/>
<id>urn:sha1:89fdc4e117285d001665922c93080c804a8f8810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 'register' keyword.</title>
<updated>2002-03-21T23:39:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-21T23:39:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be04b6d19037a418b377ed2e33c02086cefa2b60'/>
<id>urn:sha1:be04b6d19037a418b377ed2e33c02086cefa2b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libstand</title>
<updated>2001-09-30T22:28:01Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:28:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e74b6a84ce2dd9e091aabfbaca4d692983662c0d'/>
<id>urn:sha1:e74b6a84ce2dd9e091aabfbaca4d692983662c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up some loose ends.  nullfs_read/write were returning the wrong value.</title>
<updated>1999-12-27T08:45:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-27T08:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59e1f32482fd7cb9df8694b9a9fcc9174685d1dd'/>
<id>urn:sha1:59e1f32482fd7cb9df8694b9a9fcc9174685d1dd</id>
<content type='text'>
Fix some ctype problems - isascii() caused a warning if fed an unsigned
char - it's always &gt; 0 and libstand is compiled with -Wall.
Missing prototype/include in printf.c
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add:</title>
<updated>1998-11-01T09:31:08Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-11-01T09:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17bcf9c00ad4612382f4ce7320a5bfcf69041b5a'/>
<id>urn:sha1:17bcf9c00ad4612382f4ce7320a5bfcf69041b5a</id>
<content type='text'>
	assert()
	setjmp()/longjmp()
	vsprintf()
</content>
</entry>
<entry>
<title>This is libstand; a support library for standalone executables (eg. bootstrap</title>
<updated>1998-08-20T08:19:55Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-08-20T08:19:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b4f575cb13a8eaf7f248ef7d2fc3c457e864af8'/>
<id>urn:sha1:6b4f575cb13a8eaf7f248ef7d2fc3c457e864af8</id>
<content type='text'>
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
</content>
</entry>
</feed>
