]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
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
2011-02-23  Aurelien JarnoAdd reallocf function
2010-01-31  Guillem Joverbuild: Use proper user variables during build
2010-01-30  Guillem Joverbuild: Use new AR variable instead of hardcoded command
2010-01-30  Guillem Joverbuild: Refactor COMPILER and LINK commands into new...
2010-01-30  Guillem Joverbuild: Use CCLD instead of hardcoded gcc for linking
2010-01-30  Guillem Joverbuild: By default set CC to gcc
2010-01-30  Eric Smithbuild: Install shared library with 755 permission
2010-01-30  Guillem JoverFix setprogname to strip leading paths from progname
2010-01-21  Guillem JoverMake setprogname and getprogname arguments and return...
2010-01-10  Guillem JoverRelease libbsd 0.2.0 0.2.0
2010-01-10  Guillem JoverReformat code to KNF
2010-01-10  Guillem JoverAdd vis and unvis man pages
2010-01-10  Guillem JoverAdd dehumanize_number man page link
2010-01-10  Guillem JoverUpdate vis and unvis modules from OpenBSD
2010-01-10  Guillem JoverUpdate strlcat and strlcpy from OpenBSD
2010-01-10  Guillem JoverAdd arc4random_buf and arc4random_uniform functions
2010-01-10  Guillem JoverReplace setproctitle dummy macro with a function stub
2010-01-10  Guillem JoverAdd pidfile functions
2010-01-10  Guillem JoverAdd flopen function
2010-01-10  Guillem JoverMove man pages to the same directory as the source...
2010-01-10  Guillem Joverbuild: Untangle the package version from the soversion
2010-01-10  Guillem Joverbuild: Make dist use files from git plus few autogenera...
2010-01-09  Guillem Joverbuild: Do not duplicate generated filenames in several...
2009-12-12  Guillem JoverMove fmtcheck and fgetln declarations to <bsd/stdio.h>
2009-12-12  Guillem JoverMove setmode and getmode declarations to <bsd/unistd.h>
2009-12-12  Guillem JoverMark inclusion of <time.h> from <bsd/bsd.h> deprecated
2009-12-12  Guillem JoverMove arc4random declarations to <bsd/stdlib.h>
2009-12-12  Guillem JoverDeprecate <bsd/inet.h>
2009-12-12  Guillem JoverRemove traces of fgetwln, it was never included
2009-12-12  Guillem JoverDefine NetBSD version 5.0 for .Nx to avoid groff warning
2009-12-11  Guillem JoverCorrect library name in man pages
2009-12-10  Thorsten GlaserExpand on API guarantee for fgetln
2009-12-10  Thorsten GlaserMake RCS macros take arguments
2009-12-10  Thorsten GlaserTrack bug IDs for __unused collision
2009-12-10  Guillem JoverAdd readpassphrase function
2009-12-10  Guillem JoverAdd dehumanize_number function
2009-10-23  Guillem JoverAdd strnvis and strnunvis functions
2009-10-23  Guillem JoverMove <bsd/ip_icmp.h> to <bsd/netinet/ip_icmp.h>
2009-10-23  Guillem JoverAdd new <bsd/sys/tree.h> header
2009-10-23  Guillem JoverMove <bsd/queue.h> to <bsd/sys/queue.h>
2009-10-23  Guillem JoverMove <bsd/cdefs.h> to <bsd/sys/cdefs.h>
2009-10-23  Guillem JoverUpdate <sys/queue.h>
2009-10-23  Guillem JoverAdd strtonum function
2009-10-23  Guillem JoverDo not append a slash after DESTDIR
2009-10-11  Guillem JoverUpdate git web interface URL
2009-08-30  Guillem JoverRelease libbsd 0.1.6 0.1.6
2009-08-30  Hirokazu TakataFix typos in M32R local-elf.h endian definitions
2009-07-17  Guillem JoverRelease libbsd 0.1.5 0.1.5
2009-07-17  Guillem JoverAdd __pure2 dummy macro
2009-07-17  Guillem JoverAdd more dummy id macros
2009-07-17  Nobuhiro IwamatsuFix typos in AVR32 and SH local-elf.h endian definitions
2009-05-29  Guillem JoverRelease libbsd 0.1.4 0.1.4
2009-05-29  Guillem JoverDefine N_SYMSIZE in case the system does not do it
2009-05-29  Guillem JoverCreate a relative symlink for .so if libdir and usrlibd...
2009-05-25  Guillem JoverChange @libdir@ in the pkg-config file to be $(usrlibdir)
2009-05-25  Guillem JoverPreserve the variables unexpanded in the pkg-config...
2009-05-25  Guillem JoverRelease libbsd 0.1.3 0.1.3
2009-05-25  Guillem JoverExport public functions as extern C
2009-05-25  Guillem JoverAdd missing <stdarg.h> include in <bsd/err.h>
2009-05-25  Guillem JoverAdd new __RCSID macro
next