git: DragonFly_RELEASE_5_8 printf(1): sync with FreeBSD

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Feb 15 01:32:08 PST 2021


commit 6736bf56ae7b22d68b2e84a30d61c969923c3e52
Author: Krzysztof Piecuch <piecuch at protonmail.com>
Date:   Fri Sep 11 19:42:31 2020 +0000

    printf(1): sync with FreeBSD
    
    * improve manpage
    * output formatted data directly, instead of via asprintf
    * fixes printf(1) ignoring width and precision in %b format.
    
    Taken-from: FreeBSD

Summary of changes:
 usr.bin/printf/Makefile |  3 +--
 usr.bin/printf/printf.1 | 69 +++++++++++++++++++++++++++++++++++++++----------
 usr.bin/printf/printf.c | 31 ++++++++++++----------
 3 files changed, 74 insertions(+), 29 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6736bf56ae7b22d68b2e84a30d61c969923c3e52


-- 
DragonFly BSD source repository



More information about the Commits mailing list