2006-02-10 Robert Millan Add errc, warnc, verrc and vwarnc. * err.c: New. * include/bsd/err.h: New. * Versions: Add them. * Makefile: Add err.c and include/bsd/err.h. 2005-12-19 Aurelien Jarno * Added manpages * fmtcheck.c: new * include/stdlib.h: added fmtcheck * Versions: added fmtcheck 2005-11-01 Guillem Jover * 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 * 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 * Makefile (LIB_INCLUDES): Add "md5.h". 2005-07-26 Guillem Jover * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and MD5Final. 2005-07-26 Hector Garcia * 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 * fgetln.c (fgetln): Reindent, remove commented code and translate variable names to english. 2005-07-25 Guillem Jover * Versions: New file. * Makefile: Add versioned symbols support.