Guillem Jover
391c75b427
Release libbsd 0.1.4
2009-05-29 02:48:00 +02:00
Guillem Jover
5902730a03
Create a relative symlink for .so if libdir and usrlibdir are the same
2009-05-29 02:28:49 +02:00
Guillem Jover
42601170ac
Change @libdir@ in the pkg-config file to be $(usrlibdir)
...
The variable in the .pc file points to the directory where the .so
symlink is present, which is never going to be something like /lib,
but something like /usr/lib.
2009-05-25 10:02:26 +02:00
Guillem Jover
0bd48c4a4d
Preserve the variables unexpanded in the pkg-config file
2009-05-25 09:57:14 +02:00
Guillem Jover
d03b2b07fc
Release libbsd 0.1.3
2009-05-25 09:37:39 +02:00
Guillem Jover
f984a7006b
Release libbsd 0.1.2
2009-05-25 06:57:50 +02:00
Guillem Jover
326a3a7619
Install humanize_number(3) man page
2009-05-25 06:57:03 +02:00
Gerardo Exequiel Pozzi
c3feeb0092
Add some man page links
...
Add man page links for strlcat, getmode and arc4random_*.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-05-25 06:32:45 +02:00
Guillem Jover
25dd60b9cc
Release libbsd 0.1.1
2009-05-20 05:14:32 +02:00
Guillem Jover
5b16707e95
Install nlist header and man page
2009-05-20 05:13:31 +02:00
Guillem Jover
dcaec44a6f
Add nlist function
2009-05-20 04:14:19 +02:00
Guillem Jover
8dbfb3529b
Add strmode function
2009-05-20 04:14:07 +02:00
Guillem Jover
aefc6f441a
Do not include .gitignore in the dist tarball
2008-07-26 22:42:39 +03:00
Guillem Jover
f2d93325e6
Install md5.3 as md5.3bsd
...
This man page is pretty common in other source projects, so we use a
suffix to distinguish it.
2008-07-26 22:39:29 +03:00
Guillem Jover
4c9c8ed74c
Add a new header file to expose inet_net_pton prototype
2008-07-26 22:35:31 +03:00
Guillem Jover
6dc84320cc
Add a micro version part
2008-07-26 22:25:22 +03:00
Guillem Jover
9a2b946fce
Move LIB_PKGCONFIG dependency to the libs target
2008-07-12 08:09:09 +03:00
Guillem Jover
2729ca824d
Define default CFLAGS overridable by the environment
2008-07-12 08:09:09 +03:00
Guillem Jover
83210a83a4
Switch remaining variables to single expanded ones
2008-07-12 08:09:09 +03:00
Guillem Jover
69c94c50d9
Remove useless comment header
2008-07-12 08:09:09 +03:00
Guillem Jover
2d5c088a17
Move each groups of related files to their own line
2008-07-12 08:09:09 +03:00
Guillem Jover
3de930e682
Make action targets PHONY
2008-07-12 08:09:09 +03:00
Guillem Jover
e9cb0d1cf4
New README file
2008-07-12 08:09:05 +03:00
Guillem Jover
87d6d65633
Automatically generate libbsd.pc from libbsd.pc.in
2008-07-12 07:39:25 +03:00
Guillem Jover
ff8539bc03
Add new path variables
2008-07-12 07:39:25 +03:00
Guillem Jover
8c7f053ab0
Automatically generate the ChangeLog on 'make dist'
2008-07-12 07:39:25 +03:00
Guillem Jover
c1615a50d3
Define a LIB_PKGCONFIG variable
2008-07-12 07:39:25 +03:00
Guillem Jover
e42791d0d3
Move filename related variables to the beginning of the file
...
Switch them to single expanded varibles.
2008-07-12 07:39:22 +03:00
Guillem Jover
1e1ab18758
Define a LIB_VERSION variable
2008-07-12 07:38:26 +03:00
Guillem Jover
ba7ece7791
Create an armored detached signature on 'make dist'
2008-07-09 09:25:34 +03:00
Guillem Jover
38829bdc8b
Add new setmode and getmode functions from FreeBSD
2008-07-09 09:07:03 +03:00
Guillem Jover
96358a2ad6
Add support for 'make dist'
2008-07-09 08:47:09 +03:00
Guillem Jover
fc163cee2f
Move version and library name to the beginning of the file
2008-07-09 07:23:49 +03:00
Guillem Jover
7b1c361f4d
Remove RCS tag
2008-07-09 07:17:20 +03:00
Guillem Jover
efa9658ba6
Remove link_addr and link_ntoa functions
...
The address familiy used is kernel dependent, so the application will
have to be ported regardless.
2008-06-18 08:51:53 +03:00
Guillem Jover
bf4eeb29f0
Add arc4random_stir and arc4random_addrandom functions
2008-06-18 08:44:18 +03:00
Guillem Jover
26ab4750ee
Add a pkg-config file
2008-06-18 08:25:48 +03:00
Guillem Jover
b37f1039ef
Replace current md5 code with one from MirBSD and OpenBSD
...
This adds the following public functions:
MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
2008-06-18 08:19:41 +03:00
Aurelien Jarno
2ef27385c5
link_addr: New function
2008-05-06 08:56:37 +03:00
Petr Salinger
30176335f9
humanize_number: New function
2008-05-06 08:56:37 +03:00
Robert Millan
3462d1261f
Add heapsort
2008-05-06 08:54:07 +03:00
Robert Millan
d493e6cd98
Move shared library to /lib
...
Needed by binaries in /bin and /sbin.
2008-05-06 08:54:01 +03:00
Robert Millan
37c5b9a2af
Fix install paths so that /usr/include also works
2008-05-06 08:52:50 +03:00
Robert Millan
40bb012fee
Add vis and unvis
2008-05-06 08:52:46 +03:00
Robert Millan
5bd834027d
Add getprogname and setprogname
2008-05-06 08:52:15 +03:00
Guillem Jover
8150473420
Move some macros to cdefs.h
2008-05-06 08:50:47 +03:00
Guillem Jover
5372b73685
Move sources to src/
2008-05-06 08:50:42 +03:00
Guillem Jover
6be6380e10
Add missing %
2008-05-06 08:50:38 +03:00
Guillem Jover
7bd6e03ae0
Makefile: Cleanup
...
(LIB_SRCS): Line wrap.
(LIB_INCLUDES): List only the files, automatically prefix the dir.
(LIB_MANS): Likewise.
2008-05-06 08:50:36 +03:00
Robert Millan
7aed0593e0
Add bsd_getopt
2008-05-06 08:50:26 +03:00