History log of /freebsd-current/contrib/netbsd-tests/lib/libc/gen/t_humanize_number.c
Revision Date Author Comments
# 9a62e988 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

r312133 should have used the non-FreeBSD block


# 4e9c6808 14-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Diff reduce with upstream by using util.h from libnetbsd instead of libutil.h


# 251d8e77 03-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

humanize_number_basic: don't leak buf

MFC after: 3 days
Reported by: Coverity
CID: 1251407


# ff0ba872 17-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some items from the vendor tree that use #if defined(__FreeBSD__) or
#if defined(__NetBSD__) which are being left alone

Requested by: bde, rpaulo
Sponsored by: EMC / Isilon Storage Division


# 6cf117d7 10-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Disable tests that don't pass on FreeBSD due to missing support in
humanize_number(3). Bringing in additional revisions from NetBSD's
humanize_number(3) will fix the tests

Account for the fact that util.h on NetBSD is libutil.h on FreeBSD

Submitted by: pho
Sponsored by: EMC / Isilon Storage Division