summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Rename transparent support to overlayGuillem Jover9-20/+20
2011-05-16Abort compilation if fgetln cannot be wrappedGuillem Jover1-1/+3
2011-05-16Add fpurge functionGuillem Jover4-1/+74
2011-05-14Conditionalize <time.h> inclusion from <bsd/bsd.h>Guillem Jover1-0/+2
2011-05-14Conditionalize temporary compatibility inclusionsGuillem Jover4-1/+8
2011-05-14Correct library name in man pagesGuillem Jover2-2/+4
2011-05-14Update libbsd header references in man pagesGuillem Jover20-20/+19
2011-05-14Move all header files to /usr/include/bsd/ and deprecate /usr/include/Guillem Jover7-139/+244
2011-05-14Add support for transparent compilationGuillem Jover14-9/+62
2011-05-14Move each version symbol declaration into its own lineGuillem Jover1-5/+19
2011-05-14Generalize pkg-config file handlingGuillem Jover2-2/+2
2011-05-14Initialize __progname to program_invocation_short_nameGuillem Jover1-1/+7
2011-05-14Add missing prototypes for arc4random_buf and arc4random_uniformKevin McCarthy1-0/+2
2011-05-14Add new <bsd/sys/bitstring.h> headerGuillem Jover2-0/+147
2011-05-14Add new radixsort and sradixsort functionsGuillem Jover6-0/+497
2011-05-14Add man pages for heapsort and mergesortGuillem Jover3-0/+210
2011-05-14Add new mergesort functionGuillem Jover4-1/+357
2011-05-14Add getpeereid functionGuillem Jover5-0/+275
2011-02-23Add reallocf functionAurelien Jarno5-0/+163
2010-01-31build: Use proper user variables during buildGuillem Jover1-4/+9
2010-01-30build: Use new AR variable instead of hardcoded commandGuillem Jover1-1/+2
2010-01-30build: Refactor COMPILER and LINK commands into new variablesGuillem Jover1-3/+6
2010-01-30build: Use CCLD instead of hardcoded gcc for linkingGuillem Jover1-1/+3
2010-01-30build: By default set CC to gccGuillem Jover1-0/+2
2010-01-30build: Install shared library with 755 permissionEric Smith1-1/+1
2010-01-30Fix setprogname to strip leading paths from prognameGuillem Jover1-2/+10
2010-01-21Make setprogname and getprogname arguments and return value constGuillem Jover2-7/+8
2010-01-10Release libbsd 0.2.0Guillem Jover1-2/+2
2010-01-10Reformat code to KNFGuillem Jover4-34/+35
2010-01-10Add vis and unvis man pagesGuillem Jover3-0/+521
2010-01-10Add dehumanize_number man page linkGuillem Jover2-0/+2
2010-01-10Update vis and unvis modules from OpenBSDGuillem Jover2-16/+8
2010-01-10Update strlcat and strlcpy from OpenBSDGuillem Jover3-99/+48
2010-01-10Add arc4random_buf and arc4random_uniform functionsGuillem Jover6-63/+167
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover5-4/+38
2010-01-10Add pidfile functionsGuillem Jover5-0/+528
2010-01-10Add flopen functionGuillem Jover5-0/+213
2010-01-10Move man pages to the same directory as the source codeGuillem Jover17-3/+3
2010-01-10build: Untangle the package version from the soversionGuillem Jover2-2/+53
2010-01-10build: Make dist use files from git plus few autogenerated onesGuillem Jover1-7/+3
2010-01-09build: Do not duplicate generated filenames in several variablesGuillem Jover1-8/+11
2009-12-12Move fmtcheck and fgetln declarations to <bsd/stdio.h>Guillem Jover4-6/+46
2009-12-12Move setmode and getmode declarations to <bsd/unistd.h>Guillem Jover3-7/+46
2009-12-12Mark inclusion of <time.h> from <bsd/bsd.h> deprecatedGuillem Jover1-0/+2
2009-12-12Move arc4random declarations to <bsd/stdlib.h>Guillem Jover3-8/+6
2009-12-12Deprecate <bsd/inet.h>Guillem Jover2-6/+4
2009-12-12Remove traces of fgetwln, it was never includedGuillem Jover2-3/+0
2009-12-12Define NetBSD version 5.0 for .Nx to avoid groff warningGuillem Jover1-0/+2
2009-12-11Correct library name in man pagesGuillem Jover11-7/+26
2009-12-10Expand on API guarantee for fgetlnThorsten Glaser2-1/+2