libowfat/fmt
leitner 5950f0c5ae add some man pages
..
fmt_8long.3 Initial revision
fmt_8long.c removed div with a shift
fmt_double.3 Initial revision
fmt_double.c fmt_double looped inifinitely when trying to format 0.
fmt_fill.3 change semantic of fmt_fill and add man pages.
fmt_fill.c change semantic of fmt_fill and add man pages.
fmt_long.3 Lots of good clean-ups from Jukka Zitting!
fmt_long.c fmt_long did not count the '-'
fmt_minus.3 Initial revision
fmt_minus.c Initial revision
fmt_pad.3 change semantic of fmt_fill and add man pages.
fmt_pad.c change semantic of fmt_fill and add man pages.
fmt_plusminus.3 Initial revision
fmt_plusminus.c Initial revision
fmt_str.3 Initial revision
fmt_str.c fmt_str was broken. It did not check for out==NULL
fmt_strn.3 add some man pages
fmt_strn.c Lots of good clean-ups from Jukka Zitting!
fmt_uint.3 Initial revision
fmt_uint0.3 add some man pages
fmt_ulong.3 Initial revision
fmt_ulong.c fmt_ulong did not output '0' properly.
fmt_ulong0.3 add some man pages
fmt_ulong0.c Lots of good clean-ups from Jukka Zitting!
fmt_xlong.3 Initial revision
fmt_xlong.c this time for real ;)