summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-30Fix typos in M32R local-elf.h endian definitionsHirokazu Takata1-2/+2
2009-07-17Fix typos in AVR32 and SH local-elf.h endian definitionsNobuhiro Iwamatsu1-2/+2
2009-05-29Define N_SYMSIZE in case the system does not do itGuillem Jover1-0/+3
2009-05-25Use N_SYMSIZE instead of directly accessing ‘struct exec’Guillem Jover1-1/+1
2009-05-21Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’)Guillem Jover1-3/+3
2009-05-20Use UTF-8 copyright symbols for non-imported filesGuillem Jover5-6/+6
2009-05-20Add nlist functionGuillem Jover2-0/+616
2009-05-20Add strmode functionGuillem Jover1-0/+149
2009-05-15Fix buffer leaks in fgetlnGuillem Jover1-2/+2
2009-05-15Change fgetln to return the correct length valueGuillem Jover1-8/+9
2008-07-12Use sigprocmask instead of _sigprocmaskGuillem Jover1-2/+2
2008-07-09Add new setmode and getmode functions from FreeBSDGuillem Jover1-0/+444
2008-07-09fgetln: Fix coding styleGuillem Jover1-3/+3
2008-07-09fgetln: Fix function to make it actually workGuillem Jover1-6/+4
2008-07-09Ansify function argumentsGuillem Jover1-4/+2
2008-07-09Renumber 4th clause from BSD license to 3rdGuillem Jover3-3/+3
2008-06-18Remove link_addr and link_ntoa functionsGuillem Jover1-156/+0
2008-06-18Add arc4random_stir and arc4random_addrandom functionsGuillem Jover1-0/+28
2008-06-18Replace current md5 code with one from MirBSD and OpenBSDGuillem Jover5-359/+349
2008-06-18Add license headerGuillem Jover1-0/+26
2008-06-13Sync humanize_number from NetBSDGuillem Jover1-2/+7
2008-06-13Convert TNF licenses to new 2 clause variantGuillem Jover2-14/+0
2008-05-06Add license headerRobert Millan1-0/+26
2008-05-06Relicense err.c and progname.c to avoid trouble with 4-clause BSD codeRobert Millan2-32/+50
2008-05-06Remove UC Berkeley advertising clauseGuillem Jover4-16/+0
2008-05-06link_addr: New functionAurelien Jarno1-0/+160
2008-05-06humanize_number: New functionPetr Salinger1-0/+145