aboutsummaryrefslogtreecommitdiffstats
path: root/lib/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Defined format specifier `%M' which behaves as `%m', but takes theMartin Mares2000-05-021-0/+3
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-1/+0
* Killed bug in processing of 'h' prefix. Patch taken from linux-2.1.129.Martin Mares1998-11-211-3/+2
* Implemented snprintf and similar functions. It took a lot of thinking,Martin Mares1998-11-161-13/+50
* Oops, forgot '%m'...Martin Mares1998-06-171-0/+7
* Added local version of sprintf (bsprintf and bvsprintf) offering few newMartin Mares1998-06-171-0/+291