]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
2013-05-27  Casper DikFix getpeereid() compilation on Solaris
2013-05-27  Guillem JoverSwitch dehumanize_number() to use expand_number()
2013-05-27  Guillem Jovertest: Add new humanize unit test
2013-05-27  Guillem Jovertest: Add setproctitle() unit test
2013-05-27  Guillem JoverMake setproctitle() available in 0.2 and 0.5 version...
2013-05-27  Guillem JoverImplement sendmail semantics for setproctitle()
2013-05-27  Guillem JoverModify setproctitle() to conform to project coding...
2013-05-27  William AhernAdd a setproctitle() implementation
2013-05-27  Guillem JoverAdd x32 support to nlist()
2013-05-27  Guillem JoverAdd arm64 (aka aarch64) to nlist()
2013-05-27  Guillem Jovertest: Add new fgetln() and fgetwln() unit test
2013-05-27  Guillem JoverAdd new fgetwln() function
2013-05-27  StrakeAdd new fparseln() function
2013-05-27  Guillem JoverAdd file buffer pool support to fgetln()
2013-05-27  Guillem JoverAdd new strnstr() function
2013-05-27  Guillem JoverAdd new wcslcat() and wcslcpy() functions
2013-05-21  Guillem JoverCoalesce identical BSD-2-clause licenses
2012-06-27  Guillem JoverRelease libbsd 0.4.2 0.4.2
2012-06-27  Guillem Joverman: Use minus signs and hyphens consistently
2012-06-04  Guillem Joverman: Recode flopen(3) to UTF-8
2012-06-03  Guillem Joverbuild: Set default compiler variables from configure
2012-06-01  Guillem JoverRelease libbsd 0.4.1 0.4.1
2012-06-01  Guillem Joverbuild: Set runtimelibdir to libdir
2012-06-01  Guillem Joverbuild: Use MKDIR_P variable instead of literal «mkdir -p»
2012-05-29  Guillem JoverRelease libbsd 0.4.0 0.4.0
2012-05-29  Guillem JoverUse implicit <md5.h> from overlay instead explicit...
2012-05-29  Guillem JoverMove mdX.3 man page to section 3bsd
2012-05-29  Guillem JoverDo not quote man page titles
2012-05-29  Guillem JoverAdd email address to my name
2012-05-29  Guillem JoverClarify that the 4-clause BSD licenses are only for...
2012-05-29  Guillem JoverAdd new man page for tree(3)
2012-05-29  Guillem JoverRemove UC Berkeley advertising clause
2012-05-29  Guillem JoverAdd new man pages for bitstring(3) and queue(3)
2012-05-29  Guillem JoverAdd new man pages for getprogname(3) and setprogname(3)
2012-05-29  Guillem JoverAdd new man page for setproctitle(3)
2012-05-29  Guillem JoverAdd <bitstring.h> for compatibility with NetBSD and...
2012-05-29  Guillem Jovertest: Add a unit test for endian encoder/decoder
2012-05-29  Robert MillanAdd inline endian encoding/decoding functions
2012-05-29  Guillem JoverBase getprogname() on program_invocation_short_name...
2012-05-29  Guillem JoverBase fpurge() implementation on __fpurge presence inste...
2012-05-29  Guillem JoverBase fgetln() implementation on getline presence instea...
2012-05-29  Guillem Jovertest: Add new overlay unit test
2012-05-29  Guillem JoverMove overlay inclusions outside of header protection
2012-05-29  Guillem JoverRemove bogus deprecation warning from <getopt.h>
2012-05-29  Guillem JoverRemove deprecated compatibility includes in headers
2012-05-29  Guillem JoverRemove deprecated headers
2012-05-29  Robert MillanAdd new expand_number() function
2012-05-29  Guillem JoverAdd new closefrom() function
2012-05-29  Guillem JoverBase errc() and warnc() on vwarnc() and verrc() respect...
2012-05-29  Guillem JoverUse system __progname variable in progname module if...
2012-05-29  Guillem JoverUse getexecname() if available for getprogname()
2012-05-29  Guillem Jovertest: Add new headers unit test
2012-05-29  Guillem Joverbuild: Add a test suite infrastructure
2012-05-29  Guillem Joverbuild: Do not define already defined _GNU_SOURCE
2012-05-29  Guillem Joverbuild: Include <config.h> through -include for all...
2012-05-29  Guillem Joverbuild: Set -Wno-unused-parameter to default CFLAGS
2012-05-29  Guillem Joverbuild: Switch to autotools
2012-01-03  Guillem JoverMove .pc and .map files to src/
2012-01-03  Guillem JoverMove man pages to man/
2011-12-11  Guillem JoverRename version script from Versions to libbsd.map
2011-10-23  Guillem JoverFix typos in source comments
2011-07-09  Guillem Joverbuild: Use -isystem instead of -I
2011-07-09  Guillem Joverbuild: Do not add -Iinclude/ to MK_CPPFLAGS
2011-07-09  Guillem JoverAdd missing semicolon to bsd_getopt() declaration
2011-06-08  Guillem JoverConstify bsd_getopt(3) arguments
2011-06-02  Guillem JoverRelease libbsd 0.3.0 0.3.0
2011-06-02  Guillem JoverAdd a COPYING file to ease the distributors work
2011-05-29  Guillem JoverRemove blank lines at EOF
2011-05-29  Guillem JoverMove bsd_getopt() from <bsd/getopt.h> to <bsd/unistd.h>
2011-05-29  Guillem JoverInclude the correct deprecated headeres when using...
2011-05-29  Guillem JoverDo not use the same header inclusion protector for...
2011-05-29  Guillem JoverAdd LIBBSD_DISABLE_DEPRECATED to deprecated headers
2011-05-28  Guillem JoverCondense and clarify header deprecation warnings
2011-05-28  Guillem JoverRename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATED
2011-05-28  Guillem JoverNamespace header protector in <bsd/sys/cdefs.h> with...
2011-05-28  Guillem JoverAdd new <bsd/sys/poll.h> header
2011-05-28  Guillem JoverAdd new <bsd/sys/endian.h> header
2011-05-28  Guillem JoverAdd new __packed, __aligned and __nonnull attributes
2011-05-28  Guillem JoverDefine __dead2 and __pure2 to actual gcc attributes...
2011-05-28  Guillem JoverDefine <sys/cdefs.h> attributes conditional to the...
2011-05-28  Guillem JoverDefine _SYS_CDEFS_H and _SYS_CDEFS_H after including...
2011-05-28  Guillem JoverMap getopt to bsd_getopt if we are using the overlay
2011-05-27  Guillem JoverRename transparent support to overlay
2011-05-16  Guillem JoverAbort compilation if fgetln cannot be wrapped
2011-05-16  Guillem JoverAdd fpurge function
2011-05-14  Guillem JoverConditionalize <time.h> inclusion from <bsd/bsd.h>
2011-05-14  Guillem JoverConditionalize temporary compatibility inclusions
2011-05-14  Guillem JoverCorrect library name in man pages
2011-05-14  Guillem JoverUpdate libbsd header references in man pages
2011-05-14  Guillem JoverMove all header files to /usr/include/bsd/ and deprecat...
2011-05-14  Guillem JoverAdd support for transparent compilation
2011-05-14  Guillem JoverMove each version symbol declaration into its own line
2011-05-14  Guillem JoverGeneralize pkg-config file handling
2011-05-14  Guillem JoverInitialize __progname to program_invocation_short_name
2011-05-14  Kevin McCarthyAdd missing prototypes for arc4random_buf and arc4rando...
2011-05-14  Guillem JoverAdd new <bsd/sys/bitstring.h> header
2011-05-14  Guillem JoverAdd new radixsort and sradixsort functions
2011-05-14  Guillem JoverAdd man pages for heapsort and mergesort
2011-05-14  Guillem JoverAdd new mergesort function
2011-05-14  Guillem JoverAdd getpeereid function
next