]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Add new fparseln() function
authorStrake <strake888@gmail.com>
Tue, 7 Aug 2012 13:44:30 +0000 (08:44 -0500)
committerGuillem Jover <guillem@hadrons.org>
Mon, 27 May 2013 00:47:32 +0000 (02:47 +0200)
commitee0489eb2bd09298f547c57a59f28dcd094d781e
treef34d32b7ea3a0b8565296f747b3bfd676e0e2148
parentcb7bc0d85ea9ec5eb8e9c922c2ad0ea7498620e9
Add new fparseln() function

Taken from NetBSD.

[guillem@hadrons.org:
 - Import from NetBSD instead of FreeBSD to get a 3-clause BSD license,
   instead of a 4-clause one.
 - Define compatibility macros.
 - Change library from libc to libbsd and header in man page.
 - Add copyright information to COPYING.
 - Add symbol to map file. ]

Signed-off-by: Guillem Jover <guillem@hadrons.org>
COPYING
include/bsd/libutil.h
man/Makefile.am
man/fparseln.3 [new file with mode: 0644]
src/Makefile.am
src/fparseln.c [new file with mode: 0644]
src/libbsd.map