git: libc: Add strsuftoll{,x}()

Sascha Wildner swildner at crater.dragonflybsd.org
Sat May 5 14:10:13 PDT 2018


commit e6975a4e86dfb50945f8cfe20663da81051aa306
Author: Sascha Wildner <saw at online.de>
Date:   Sat May 5 22:07:33 2018 +0200

    libc: Add strsuftoll{,x}()
    
    In preparation for makefs(8).
    
    Various dports (such as ftp/tnftpd) will also pick it up.
    
    Taken-from:     NetBSD
    Dports-testing: zrj

Summary of changes:
 include/stdlib.h              |   5 +
 lib/libc/stdlib/Makefile.inc  |   9 +-
 lib/libc/stdlib/Symbol.map    |   5 +
 lib/libc/stdlib/strsuftoll.3  | 150 ++++++++++++++++++++++++++++
 lib/libc/stdlib/strsuftoll.c  | 222 ++++++++++++++++++++++++++++++++++++++++++
 lib/libutil/humanize_number.3 |   4 +-
 sys/sys/param.h               |   3 +-
 7 files changed, 392 insertions(+), 6 deletions(-)
 create mode 100644 lib/libc/stdlib/strsuftoll.3
 create mode 100644 lib/libc/stdlib/strsuftoll.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6975a4e86dfb50945f8cfe20663da81051aa306


-- 
DragonFly BSD source repository



More information about the Commits mailing list