summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-06Revert 1d87476250217a87319df48a8f473415c0515106Robert Millan1-9/+3
2008-05-06Duplicate setprogname argumentRobert Millan1-3/+9
2008-05-06Add heapsortRobert Millan1-0/+179
2008-05-06Fix some c++ismsAurelien Jarno2-3/+5
2008-05-06Directly call the function fmtcheck instead of using __weak_referenceAurelien Jarno1-2/+2
2008-05-06Add vis and unvisRobert Millan2-0/+490
2008-05-06Fix syntax errorRobert Millan1-2/+2
2008-05-06Initialize __progname as NULLRobert Millan1-1/+1
2008-05-06Add getprogname and setprognameRobert Millan1-0/+36
2008-05-06Move sources to src/Guillem Jover10-0/+1278