summaryrefslogtreecommitdiffstats
path: root/lib/libstand/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Use type-specific inline function imax() instead of deprecated macro MAX().jkim2010-07-121-2/+1
* Fix build by defining MAX() macro here.jkim2010-07-091-0/+1
* Sync. printf() of libstand(3) with sys/kern/subr_prf.c.jkim2010-07-081-12/+45
* Obey signedness flag in %z case.delphij2008-11-181-1/+1
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-9/+11
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.peter2003-04-061-47/+115
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-1/+2
* Remove 'register' keyword.obrien2002-03-211-3/+3
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.peter1999-12-271-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add:msmith1998-11-011-4/+10
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+355
OpenPOWER on IntegriCloud