summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-01-28Search include/ as wellIgor Pashev1-0/+1
2012-01-28Disable nlistIgor Pashev1-4/+0
2011-07-09build: Use -isystem instead of -IGuillem Jover1-1/+1
2011-07-09build: Do not add -Iinclude/ to MK_CPPFLAGSGuillem Jover1-1/+1
2011-06-02Release libbsd 0.3.0Guillem Jover1-1/+1
2011-05-29Remove blank lines at EOFGuillem Jover1-1/+0
2011-05-28Rename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATEDGuillem Jover1-1/+1
2011-05-28Add new <bsd/sys/poll.h> headerGuillem Jover1-0/+1
2011-05-28Add new <bsd/sys/endian.h> headerGuillem Jover1-0/+1
2011-05-27Rename transparent support to overlayGuillem Jover1-5/+5
2011-05-16Add fpurge functionGuillem Jover1-0/+1
2011-05-14Conditionalize temporary compatibility inclusionsGuillem Jover1-1/+3
2011-05-14Move all header files to /usr/include/bsd/ and deprecate /usr/include/Guillem Jover1-0/+3
2011-05-14Add support for transparent compilationGuillem Jover1-2/+5
2011-05-14Generalize pkg-config file handlingGuillem Jover1-1/+1
2011-05-14Add new <bsd/sys/bitstring.h> headerGuillem Jover1-0/+1
2011-05-14Add new radixsort and sradixsort functionsGuillem Jover1-0/+3
2011-05-14Add man pages for heapsort and mergesortGuillem Jover1-0/+2
2011-05-14Add new mergesort functionGuillem Jover1-0/+1
2011-05-14Add getpeereid functionGuillem Jover1-0/+2
2011-02-23Add reallocf functionAurelien Jarno1-0/+2
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-10Release libbsd 0.2.0Guillem Jover1-2/+2
2010-01-10Add vis and unvis man pagesGuillem Jover1-0/+2
2010-01-10Add dehumanize_number man page linkGuillem Jover1-0/+1
2010-01-10Add arc4random_buf and arc4random_uniform functionsGuillem Jover1-0/+2
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover1-0/+1
2010-01-10Add pidfile functionsGuillem Jover1-0/+2
2010-01-10Add flopen functionGuillem Jover1-0/+2
2010-01-10Move man pages to the same directory as the source codeGuillem Jover1-3/+3
2010-01-10build: Untangle the package version from the soversionGuillem Jover1-2/+5
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 Jover1-0/+1
2009-12-12Move setmode and getmode declarations to <bsd/unistd.h>Guillem Jover1-0/+1
2009-12-10Add readpassphrase functionGuillem Jover1-0/+3
2009-12-10Add dehumanize_number functionGuillem Jover1-0/+1
2009-10-24Move <bsd/ip_icmp.h> to <bsd/netinet/ip_icmp.h>Guillem Jover1-1/+3
2009-10-24Add new <bsd/sys/tree.h> headerGuillem Jover1-0/+1
2009-10-24Move <bsd/queue.h> to <bsd/sys/queue.h>Guillem Jover1-1/+2
2009-10-24Move <bsd/cdefs.h> to <bsd/sys/cdefs.h>Guillem Jover1-1/+3
2009-10-24Add strtonum functionGuillem Jover1-0/+2
2009-10-24Do not append a slash after DESTDIRGuillem Jover1-13/+13
2009-08-30Release libbsd 0.1.6Guillem Jover1-1/+1
2009-07-17Release libbsd 0.1.5Guillem Jover1-1/+1