aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r185037:Xin LI2009-01-201-1/+1
| | | | | | | Obey signedness flag in %z case. Notes: svn path=/stable/7/; revision=187497
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
| | | | Notes: svn path=/head/; revision=165906
* Implement printf 'X' conversion for both libstand and kernel.Jung-uk Kim2006-03-091-9/+11
| | | | Notes: svn path=/head/; revision=156518
* Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.Peter Wemm2003-04-061-47/+115
| | | | Notes: svn path=/head/; revision=113159
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-1/+2
| | | | Notes: svn path=/head/; revision=103949
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
| | | | Notes: svn path=/head/; revision=92913
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
| | | | Notes: svn path=/head/; revision=84221
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-12-271-0/+1
| | | | | | | | | Fix some ctype problems - isascii() caused a warning if fed an unsigned char - it's always > 0 and libstand is compiled with -Wall. Missing prototype/include in printf.c Notes: svn path=/head/; revision=55137
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add:Mike Smith1998-11-011-4/+10
| | | | | | | | | assert() setjmp()/longjmp() vsprintf() Notes: svn path=/head/; revision=40805
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+355
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451