aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* 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