summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2008-06-13 06:49:03 +0300
committerGuillem Jover <guillem@hadrons.org>2008-06-13 06:49:03 +0300
commitd83f5791e9a0b5d4c4004c8406c27ad8cb3134bd (patch)
tree7e4957351bd8cb379156c32524bc61c61c87e978
parentacb577d6c150370ea17fe5a07bd1361bfa4d18e2 (diff)
downloadlibbsd-d83f5791e9a0b5d4c4004c8406c27ad8cb3134bd.tar.gz
Remove ChangeLog file
-rw-r--r--ChangeLog174
1 files changed, 0 insertions, 174 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index a7fa7a7..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,174 +0,0 @@
-2008-03-16 Guillem Jover <guillem@debian.org>
-
- * include/vis.h: Remove UC Berkeley advertising clause, as per
- <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
- * src/vis.c: Likewise.
- * src/unvis.c: Likewise.
- * src/heapsort.c: Likewise.
- * src/linkaddr.c: Likewise.
- * man/fgetln.3: Likewise.
-
-2007-12-18 Petr Salinger <Petr.Salinger@seznam.cz>
-
- * include/bsd/queue.h: sync with current glibc variant on GNU/kFreeBSD
-
-2006-11-08 Aurelien Jarno <aurelien@aurel32.net>
-
- * src/link_addr.c: New file.
- * include/bsd/if_dl.h: Add link_addr.c declarations.
- * Makefile (LIB_SRCS): Add link_addr.c.
- * Versions: add link_addr and link_ntoa
-
-2006-08-25 Petr Salinger <Petr.Salinger@seznam.cz>
-
- * src/humanize_number.c: New file.
- * include/libutil.h: New file with humanize_number declarations.
- * Makefile (LIB_SRCS): Add humanize_number.c.
- * Versions: Add humanize_number.
-
-2006-03-29 Robert Millan <rmh@aybabtu.com>
-
- * src/heapsort.c: New file.
- * include/bsd/stdlib.h: Add heapsort declaration.
- * Makefile (LIB_SRCS): Add heapsort.c.
- * Versions: Add heapsort.
-
-2006-03-19 Robert Millan <rmh@aybabtu.com>
-
- * src/vis.c: New file.
- * src/unvis.c: Ditto.
- * include/vis.h: Add vis/unvis declarations.
- * Makefile (LIB_SRCS): Add vis.c/unvis.c.
- * Versions: Add vis/unvis functions.
-
-2006-03-17 Robert Millan <rmh@aybabtu.com>
-
- * src/progname.c: New file.
- * include/bsd/stdlib.h: Add {get,set}progname declarations.
- * Makefile (LIB_SRCS): Add 'progname.c'.
- * Versions: Add getprogname and setprogname.
-
-2006-02-15 Guillem Jover <guillem@debian.org>
-
- * include/bsd/cdefs.h: Disable __unused, it conflicts with a struct
- member in a Linux header.
-
-2006-02-14 Guillem Jover <guillem@debian.org>
-
- * include/bsd/stdlib.h: Remove <sys/types.h> and <stdio.h>.
- * include/bsd/getopt.h: Protect header from multiple inclusion.
-
-2006-02-14 Guillem Jover <guillem@debian.org>
-
- * include/bsd/bsd.h: Remove commented out macros.
-
-2006-02-14 Guillem Jover <guillem@debian.org>
-
- * include/bsd/bsd.h (setproctitle, __dead2, __unused, __printflike)
- (__FBSDID): Moved to ...
- * include/bsd/cdefs.h: ... here.
- (__unused, __printflike) [__GNUC__]: Use proper __attribute__.
- * Makefile (LIB_INCLUDES): Add 'cdefs.h'.
-
-2006-02-14 Guillem Jover <guillem@debian.org>
-
- * arc4random.c: Move to ...
- * src/arc4random.c: ... here.
- * bsd_getopt.c: Move to ...
- * src/bsd_getopt.c:: ... here.
- * err.c: Move to ...
- * src/err.c:: ... here.
- * fgetln.c: Move to ...
- * src/fgetln.c:: ... here.
- * fmtcheck.c: Move to ...
- * src/fmtcheck.c:: ... here.
- * inet_net_pton.c: Move to ...
- * src/inet_net_pton.c:: ... here.
- * strlcat.c: Move to ...
- * src/strlcat.c:: ... here.
- * strlcpy.c: Move to ...
- * src/strlcpy.c:: ... here.
- * md5c.c: Move to ...
- * src/md5c.c:: ... here.
- * md5.copyright: Move to ...
- * src/md5.copyright:: ... here.
- * Makefile (LIB_SRCS): Automatically prefix the src/ dir.
-
-2006-02-14 Guillem Jover <guillem@debian.org>
-
- * Makefile (LIB_SRCS): Line wrap.
- (LIB_INCLUDES): List only the files, automatically prefix the dir.
- (LIB_MANS): Likewise.
-
-2006-02-13 Robert Millan <rmh@aybabtu.com>
-
- * bsd_getopt.c: New file.
- * include/bsd/getopt.h: Likewise.
- * Makefile (LIB_SRCS): Add 'bsd_getopt.c'.
- (LIB_INCLUDES): Add 'include/bsd/getopt.h'.
- * Versions: Added bsd_getopt and optreset.
-
-2006-02-10 Robert Millan <rmh@aybabtu.com>
-
- * err.c: New file.
- * include/bsd/err.h: Likewise.
- * Makefile (LIB_SRCS): Add 'err.c'.
- (LIB_INCLUDES): Add 'include/bsd/err.h'.
- * Versions: Added errc, warnc, verrc and vwarn.
-
-2005-12-19 Aurelien Jarno <aurel32@debian.org>
-
- * man/arc4random.3: New file.
- * man/fgetln.3: Likewise.
- * man/fmtcheck.3: Likewise.
- * man/strlcpy.3: Likewise.
- * fmtcheck.c:: Likewise.
- * include/stdlib.h: Added fmtcheck declaration.
- * Versions: Added fmtcheck.
-
-2005-11-01 Guillem Jover <guillem@debian.org>
-
- * ip_icmp.h: Move to ...
- * include/bsd/ip_icmp.h: ... here.
- * md5.h: Move to ...
- * include/bsd/md5.h: ... here.
- * bsd.h: Move to ...
- * include/bsd/bsd.h: ... here. Split contents ...
- * include/bsd/random.h: ... here ...
- * include/bsd/queue.h: ... here ...
- * include/bsd/string.h: ... and here.
- * md5c.c: Change md5.h include line.
- * Makefile (MK_CFLAGS): Include from the proper dir.
-
-2005-08-03 Hector Garcia <hector@debian.org>
-
- * Makefile: Fixed to place soft links instead in soname, and
- shared_so instead of copying files.
- * md5.h (MD5End, MD5File, MD5FileChunk, MD5Data): Commented out
- functions not available on 'md5c.c'.
-
-2005-07-26 Guillem Jover <guillem@debian.org>
-
- * Makefile (LIB_INCLUDES): Add 'md5.h'.
-
-2005-07-26 Guillem Jover <guillem@debian.org>
-
- * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and
- MD5Final.
-
-2005-07-26 Hector Garcia <hector@debian.org>
-
- * Makefile (LIB_SRCS): Add 'md5c.c'.
- * md5c.c: Changed include to 'md5.h'.
- * md5.h: Replaced with the system header 'sys/md5.h'.
-
-2005-07-25 Guillem Jover <guillem@debian.org>
-
- * fgetln.c (fgetln): Reindent, remove commented code and translate
- variable names to english.
-
-2005-07-25 Guillem Jover <guillem@debian.org>
-
- * Versions: New file.
- * Makefile: Add versioned symbols support.
-