summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-29Release libbsd 0.4.00.4.0Guillem Jover1-1/+1
2012-05-29Use implicit <md5.h> from overlay instead explicit <bsd/md5.h>Guillem Jover2-2/+2
2012-05-29Add email address to my nameGuillem Jover5-5/+5
2012-05-29Base getprogname() on program_invocation_short_name presence instead of glibcGuillem Jover1-1/+1
2012-05-29Base fpurge() implementation on __fpurge presence instead of glibcGuillem Jover1-1/+1
2012-05-29Base fgetln() implementation on getline presence instead of glibcGuillem Jover1-1/+1
2012-05-29Add new expand_number() functionRobert Millan3-0/+103
2012-05-29Add new closefrom() functionGuillem Jover3-0/+127
2012-05-29Base errc() and warnc() on vwarnc() and verrc() respectivelyGuillem Jover1-10/+3
2012-05-29Use system __progname variable in progname module if availableGuillem Jover1-0/+4
2012-05-29Use getexecname() if available for getprogname()Guillem Jover1-1/+5
2012-05-29build: Do not define already defined _GNU_SOURCEGuillem Jover2-3/+1
2012-05-29build: Include <config.h> through -include for all source filesGuillem Jover1-0/+1
2012-05-29build: Set -Wno-unused-parameter to default CFLAGSGuillem Jover1-1/+1
2012-05-29build: Switch to autotoolsGuillem Jover1-0/+85
2012-01-03Move .pc and .map files to src/Guillem Jover3-0/+113
2012-01-03Move man pages to man/Guillem Jover29-3117/+0
2011-10-23Fix typos in source commentsGuillem Jover3-5/+5
2011-06-08Constify bsd_getopt(3) argumentsGuillem Jover1-1/+1
2011-05-29Remove blank lines at EOFGuillem Jover3-3/+0
2011-05-28Map getopt to bsd_getopt if we are using the overlayGuillem Jover1-1/+5
2011-05-16Abort compilation if fgetln cannot be wrappedGuillem Jover1-1/+3
2011-05-16Add fpurge functionGuillem Jover1-0/+68
2011-05-14Conditionalize temporary compatibility inclusionsGuillem Jover1-0/+1
2011-05-14Correct library name in man pagesGuillem Jover2-2/+4
2011-05-14Update libbsd header references in man pagesGuillem Jover19-19/+19
2011-05-14Add support for transparent compilationGuillem Jover5-6/+4
2011-05-14Initialize __progname to program_invocation_short_nameGuillem Jover1-1/+7
2011-05-14Add new radixsort and sradixsort functionsGuillem Jover3-0/+488
2011-05-14Add man pages for heapsort and mergesortGuillem Jover2-0/+208
2011-05-14Add new mergesort functionGuillem Jover1-0/+351
2011-05-14Add getpeereid functionGuillem Jover2-0/+270
2011-02-23Add reallocf functionAurelien Jarno2-0/+155
2010-01-30Fix setprogname to strip leading paths from prognameGuillem Jover1-2/+10
2010-01-21Make setprogname and getprogname arguments and return value constGuillem Jover1-4/+5
2010-01-10Reformat code to KNFGuillem Jover4-34/+35
2010-01-10Add vis and unvis man pagesGuillem Jover2-0/+519
2010-01-10Add dehumanize_number man page linkGuillem Jover1-0/+1
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 Jover4-63/+162
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover1-0/+33
2010-01-10Add pidfile functionsGuillem Jover2-0/+509
2010-01-10Add flopen functionGuillem Jover2-0/+207
2010-01-10Move man pages to the same directory as the source codeGuillem Jover16-0/+1617
2009-12-10Expand on API guarantee for fgetlnThorsten Glaser1-0/+1
2009-12-10Add readpassphrase functionGuillem Jover1-0/+187
2009-12-10Add dehumanize_number functionGuillem Jover1-0/+114
2009-10-24Add strnvis and strnunvis functionsGuillem Jover2-2/+100
2009-10-24Add strtonum functionGuillem Jover1-0/+68