Tue Sep  8 05:18:31 1998  Assar Westerlund  <assar@sics.se>

	* recvmsg.c (recvmsg): patch from bpreece@unity.ncsu.edu

Tue Aug 18 22:25:52 1998  Assar Westerlund  <assar@sics.se>

	* getarg.h (arg_printusage): new signature

	* getarg.c (arg_printusage): new parameter `progname'.  NULL means
 	__progname.

Sun Aug  9 14:53:44 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* Makefile.am: net_{read,write}.c

Fri Jul 24 21:56:02 1998  Assar Westerlund  <assar@sics.se>

	* simple_exec.c (simple_execvp): loop around waitpid when errno ==
 	EINTR

Wed Jul 22 21:38:35 1998  Assar Westerlund  <assar@sics.se>

	* simple_exec.c (simple_execlp): initialize `argv'

Mon Jul 13 23:01:22 1998  Assar Westerlund  <assar@sics.se>

	* inaddr2str.c (inaddr2str): don't advance hostent->h_addr_list,
 	use a copy instead

Fri Jul 10 01:20:08 1998  Assar Westerlund  <assar@sics.se>

	* roken.h.in (net_write, net_read): add prototypes

	* Makefile.in: net_{read,write}.c: add

	* net_{read,write}.c: new files

Tue Jun 30 17:29:09 1998  Assar Westerlund  <assar@sics.se>

	* roken.h.in (issuid): add

	* get_window_size.c: fix misspelling of TIOCGWINSZ and bad use of
 	fields

Sun May 31 03:24:34 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c (mandoc_template): Put short and long options in
 	SYNOPSIS within the same [ ] pair.

Sat May 30 00:13:01 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c (arg_printusage): try to keep options shorter than
 	column width

	* get_window_size.c (get_window_size): check COLUMNS and LINES

Fri May 29 00:05:04 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c (mandoc_template): Put short and long options in
 	DESCRIPTION on the same line.

	* getarg.c (arg_match_long): make sure you only get an exact match
 	if the strings are the same length

Thu May 14 02:23:40 1998  Assar Westerlund  <assar@sics.se>

	* roken.awk: stupid cray awk wants \#

Fri May  1 01:29:36 1998  Assar Westerlund  <assar@sics.se>

	* print_version.c (print_version): according to ISO/ANSI C the
 	elements of `arg' are not constant and therefore not settable at
 	compile-time.  Set the at run-time instead.

Sun Apr 19 10:00:06 1998  Assar Westerlund  <assar@sics.se>

	* roken.h.in: include paths.h

Sun Apr  5 12:30:49 1998  Assar Westerlund  <assar@sics.se>

	* Makefile.in (SOURCES): add roken_gethostby.c to make solaris
 	make happy

Thu Mar 19 20:41:25 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* simple_exec.c: Simple fork+exec system() replacement.

Fri Mar  6 00:21:53 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* roken_gethostby.c: Make `roken_gethostby_setup' take url-like
 	specification instead of split up versions. Makes it easier for
 	calling applications.

	* roken_gethostby.c: Another miracle of the 20th century:
 	gethostby* over HTTP.

Sat Feb 21 15:18:36 1998  assar westerlund  <assar@sics.se>

	* parse_time.c (unparse_time_approx): new function that calls
 	`unparse_units_approx'

	* parse_units.c (unparse_units_approx): new function that will
 	only print the first unit.

	* Makefile.in: include parse_{time,units}

Thu Feb 12 03:30:08 1998  Assar Westerlund  <assar@sics.se>

	* parse_time.c (print_time_table): don't return a void value.

Tue Feb  3 11:06:24 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c (mandoc_template): Change date format to full month
 	name, and day of month without leading zero.

Thu Jan 22 21:23:23 1998  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c: Fix long form of negative flags.

Mon Dec 29 23:31:10 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* roken.h.in: Include <err.h>, to get linux __progname.

Sun Dec 21 09:45:18 1997  Assar Westerlund  <assar@sics.se>

	* parse_time.c (print_time_table): new function

	* parse_units.c (print_flags_table, print_units_table): new
 	functions.

Thu Dec  4 02:51:46 1997  Assar Westerlund  <assar@sics.se>

	* iruserok.c: moved here.

	* snprintf.c (sn_append_char): don't write any terminating zero.
	(as_reserve): don't loop.  better heuristic for how much space to
 	realloc.
	(vasnprintf): simplify initializing to one.

Sun Nov 30 14:56:59 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* getarg.c: Add mandoc help back-end to getarg.

Wed Nov 12 01:09:17 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* verr.c, verrx.c: Fix warnings by moving exit from.

Tue Nov 11 21:12:09 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* parse_units.c: Change the list of separating characters (between
 	units) to comma, space, and tab, removing digits. Having digits in
 	this list makes a flag like `T42 generate a parse error. This
 	change makes `17m3s' an invalid time-spec (you need a space).

Tue Nov 11 02:38:44 1997  Assar Westerlund  <assar@sics.se>

	* roken.h: add <sys/socket.h>

Sun Nov  9 04:48:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>

	* fnmatch.c: Add fnmatch from NetBSD

Sun Nov  9 02:00:08 1997  Assar Westerlund  <assar@sics.se>

	* parse_units.c (parse_something): ignore white-space and ','

Mon Nov  3 22:38:32 1997  Assar Westerlund  <assar@sics.se>
	
	* roken.h: fclose prototype

	* roken.h: add prototype for vsyslog

	* Makefile.in: add some more source files to make soriasis make
 	happy

Sat Nov  1 00:19:21 1997  Assar Westerlund  <assar@sics.se>

	* roken.h: include <sys/uio.h> and <errno.h>.
	prototypes for readv and writev

	* readv.c, writev.c: new files

Wed Oct 29 02:21:38 1997  Assar Westerlund  <assar@sics.se>

	* roken.h: Add ugly macros for openlog, gethostbyname,
 	gethostbyaddr, and getservbyname for the benefit of Crays.  Add
 	default definition of MAXPATHLEN
