summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-29Release libbsd 0.1.4Guillem Jover1-1/+1
2009-05-29Define N_SYMSIZE in case the system does not do itGuillem Jover1-0/+3
2009-05-29Create a relative symlink for .so if libdir and usrlibdir are the sameGuillem Jover1-0/+6
2009-05-25Change @libdir@ in the pkg-config file to be $(usrlibdir)Guillem Jover1-1/+1
2009-05-25Preserve the variables unexpanded in the pkg-config fileGuillem Jover1-12/+11
2009-05-25Release libbsd 0.1.3Guillem Jover1-1/+1
2009-05-25Export public functions as extern CGuillem Jover6-3/+23
2009-05-25Add missing <stdarg.h> include in <bsd/err.h>Guillem Jover1-0/+1
2009-05-25Add new __RCSID macroGuillem Jover1-1/+5
2009-05-25Release libbsd 0.1.2Guillem Jover1-1/+1
2009-05-25Install humanize_number(3) man pageGuillem Jover1-0/+1
2009-05-25Use N_SYMSIZE instead of directly accessing ‘struct exec’Guillem Jover1-1/+1
2009-05-25Add some man page linksGerardo Exequiel Pozzi5-0/+8
2009-05-25Use the correct path when including a.out.hGuillem Jover1-1/+1
2009-05-25Add man/md5.3bsd to .gitignoreGuillem Jover1-0/+1
2009-05-21Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’)Guillem Jover1-3/+3
2009-05-20Release libbsd 0.1.1Guillem Jover1-1/+1
2009-05-20Install nlist header and man pageGuillem Jover1-0/+2
2009-05-20Use UTF-8 copyright symbols for non-imported filesGuillem Jover14-17/+17
2009-05-20Add nlist functionGuillem Jover6-0/+735
2009-05-20Add strmode functionGuillem Jover5-3/+305
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-26Do not include .gitignore in the dist tarballGuillem Jover1-1/+1
2008-07-26Install md5.3 as md5.3bsdGuillem Jover1-3/+3
2008-07-26Add a TODO listGuillem Jover1-0/+4
2008-07-26Add a new header file to expose inet_net_pton prototypeGuillem Jover2-0/+36
2008-07-26Add a micro version partGuillem Jover1-2/+3
2008-07-12Unify descriptionGuillem Jover1-1/+1
2008-07-12Move LIB_PKGCONFIG dependency to the libs targetGuillem Jover1-2/+2
2008-07-12Use sigprocmask instead of _sigprocmaskGuillem Jover1-2/+2
2008-07-12Define default CFLAGS overridable by the environmentGuillem Jover1-0/+3
2008-07-12Switch remaining variables to single expanded onesGuillem Jover1-6/+6
2008-07-12Remove useless comment headerGuillem Jover1-4/+0
2008-07-12Move each groups of related files to their own lineGuillem Jover1-11/+42
2008-07-12Make action targets PHONYGuillem Jover1-1/+5
2008-07-12New README fileGuillem Jover2-1/+33
2008-07-12Automatically generate libbsd.pc from libbsd.pc.inGuillem Jover3-7/+18
2008-07-12Add new path variablesGuillem Jover1-11/+22
2008-07-12Automatically generate the ChangeLog on 'make dist'Guillem Jover2-2/+8
2008-07-12Define a LIB_PKGCONFIG variableGuillem Jover1-2/+3
2008-07-12Move filename related variables to the beginning of the fileGuillem Jover1-6/+5
2008-07-12Define a LIB_VERSION variableGuillem Jover1-1/+2
2008-07-09Create an armored detached signature on 'make dist'Guillem Jover1-1/+3
2008-07-09Remove link_addr and link_ntoa symbols from the version scriptGuillem Jover1-1/+1
2008-07-09Add new setmode and getmode functions from FreeBSDGuillem Jover5-1/+573
2008-07-09Include the rest of the header filesGuillem Jover1-1/+5
2008-07-09Disable __bounded__ __attribute__Guillem Jover1-0/+4
2008-07-09Add support for 'make dist'Guillem Jover1-0/+10
2008-07-09fgetln: Fix coding styleGuillem Jover1-3/+3