ChangeLog revision 57416
143105Sdfr2000-02-07  Assar Westerlund  <assar@sics.se>
243105Sdfr
343105Sdfr	* Makefile.am: set version to 6:0:1
443105Sdfr
543105Sdfr2000-02-06  Assar Westerlund  <assar@sics.se>
643105Sdfr
743105Sdfr	* xdbm.h: hopefully catch a few more declarations by including
843105Sdfr	<ndbm.h> even if <db.h> was found
943105Sdfr
1043105Sdfr2000-01-26  Assar Westerlund  <assar@sics.se>
1143105Sdfr
1243105Sdfr	* mini_inetd.c (mini_inetd): separate number of allocated sockets
1343105Sdfr	and number of actual ones
1443105Sdfr	* mini_inetd.c (mini_inetd): count sockets properly.  and fail if
1543105Sdfr	we cannot bind any
1643105Sdfr	* mini_inetd.c (mini_inetd): make failing to create a socket
1743105Sdfr	non-fatal
1843105Sdfr
1943105Sdfr2000-01-09  Assar Westerlund  <assar@sics.se>
2043105Sdfr
2143105Sdfr 	* Makefile.am(libroken_la_SOURCES): add strcollect.c
2243105Sdfr	* Makefile.in: add strcollect.[co]
2343105Sdfr	* simple_exec.c: use vstrcollect
2443105Sdfr	* roken-common.h (_PATH_DEV): add
2543105Sdfr	(strcollect, vstrcollect): add prototypes
2650477Speter	* strcollect.c: new file.  functions for collapsing an `va_list'
2743105Sdfr	into an `char **'
2843105Sdfr
2943105Sdfr2000-01-06  Assar Westerlund  <assar@sics.se>
3043105Sdfr
3143105Sdfr	* Makefile.am: bump version to 5:0:0
3243105Sdfr
3343105Sdfr1999-12-30  Assar Westerlund  <assar@sics.se>
3443105Sdfr
3543105Sdfr	* Makefile.am (strpftime_test_SOURCES): correct source file name
3658271Syokota
3747400Sdfr	* roken.h.in (sockaddr_storage): change padding so that we have
3847400Sdfr 	one char[] of pad and then an unsigned long[] (for alignment and
3947400Sdfr 	padding).  this works much better in practice.
4043105Sdfr
4143105Sdfr1999-12-22  Assar Westerlund  <assar@sics.se>
4243105Sdfr
4343105Sdfr	* roken.h.in (sockaddr_storage): drop leading underscore on
4443105Sdfr 	`public' fields.  this was the consensus on the ipng mailing list
4543105Sdfr
4643105Sdfr1999-12-21  Assar Westerlund  <assar@sics.se>
4743105Sdfr
4843105Sdfr	* Makefile.am (strpftime-test): define sources to avoid having
4943105Sdfr 	'.o'
5043105Sdfr	* Makefile.am (print_version.h): use $(EXEEXT)
5143105Sdfr	* Makefile.am (roken.h): add $(EXEEXT) to make this work on cygwin
5243105Sdfr 	et al
5343105Sdfr
5443105Sdfr1999-12-20  Assar Westerlund  <assar@sics.se>
5543105Sdfr
5643105Sdfr	* Makefile.am (libroken_la_LDFLAGS): bump version to 4:3:0
5743105Sdfr
5843105Sdfr	* getaddrinfo.c (get_nodes): use getipnodebyname instead of
5943105Sdfr	gethostbyname(2)
6049195Smdodd
6143105Sdfr1999-12-16  Assar Westerlund  <assar@sics.se>
6243105Sdfr
6343105Sdfr	* Makefile.am (libroken_la_LDFLAGS): bump version to 4:2:0
6443105Sdfr
6543105Sdfr	* roken.h.in (struct sockaddr_storage): redefine with the example
6643105Sdfr 	code from rfc2553
6743105Sdfr
6843105Sdfr	* getaddrinfo.c (get_null): set loopback with correct endianess
6947296Syokota	for v4.  dunno about v6.
7047296Syokota
7143105Sdfr1999-12-13  Assar Westerlund  <assar@sics.se>
7243105Sdfr
7343105Sdfr	* roken.h.in: add prototypes for str[pf]time
7443105Sdfr
7543105Sdfr	* signal.c: macosx = rhapsody ~= nextstep also can't handle
7643105Sdfr 	various definitions of the same symbol.
7743105Sdfr
7843105Sdfr1999-12-12  Assar Westerlund  <assar@sics.se>
7943105Sdfr
8043105Sdfr	* Makefile.am: bump version to 4:1:0
8143105Sdfr
8243105Sdfr1999-12-06  Assar Westerlund  <assar@sics.se>
8343105Sdfr
8443105Sdfr	* Makefile.am: bump version to 4:0:0
8543105Sdfr
8643105Sdfr1999-12-05  Assar Westerlund  <assar@sics.se>
8743105Sdfr
8843105Sdfr	* Makefile.in: replace inaddr2str with getnameinfo_verified
8943105Sdfr
9043105Sdfr	* roken-common.h (INADDR_LOOPBACK): add fallback definition
9158271Syokota
9258271Syokota	* roken-common.h: move getnameinfo_verified to roken.h.in
9358271Syokota	* roken.h.in (inaddr2str): remove
9458271Syokota	* Makefile.am (libroken_la_SOURCES); removed inaddr2str
9558271Syokota	* roken-common.h (getnameinfo_verified): add prototype
9643105Sdfr	* getnameinfo_verified.c: new file
9743105Sdfr
9843105Sdfr1999-12-04  Assar Westerlund  <assar@sics.se>
9958271Syokota
10058271Syokota	* roken-common.h: add constants for getaddrinfo, getnameinfo
10158271Syokota	* roken.h.in (socklen_t): make independent of sockaddr_storage
10258271Syokota	(AI_*, NI_*, EAI_*): move to roken-common.h
10343105Sdfr
10458271Syokota1999-12-03  Assar Westerlund  <assar@sics.se>
10558271Syokota
10658271Syokota	* mini_inetd.c (mini_inted): rewrite to use `getaddrinfo'
10747618Sdfr	* getaddrinfo.c (const_v*): no sizeof(sizeof())
10858271Syokota	* getaddrinfo.c (add_hostent): search for the canonical name among
10958271Syokota	all aliases
11047400Sdfr	(getaddrinfo): handle AI_NUMERICHOST correctly
11158271Syokota	* Makefile.am (EXTRA_libroken_la_SOURCES): add freeaddinfo,
11258271Syokota	getaddrinfo, getnameinfo, gai_strerror
11358271Syokota	(getaddrinfo_test): add
11447400Sdfr	* Makefile.in (SOURCES): add freeaddinfo, getaddrinfo,
11558271Syokota	getnameinfo, gai_strerror
11658271Syokota	(getaddrinfo_test): add
11758271Syokota	* roken.h.in: arpa/inet.h: include
11858271Syokota	(socklen_t): add
11958271Syokota	(struct addrinfo): add
12058271Syokota	(EAI_*): add
12158271Syokota	(NI_*): add
12258271Syokota	(AI_*): add
12358271Syokota	(getaddrinfo, getnameinfo, freeaddrinfo, gai_strerror): add
12458271Syokota	* getnameinfo.c: new file
12558271Syokota	* getaddrinfo-test.c: new file
12658271Syokota	* gai_strerror.c: new file
12758271Syokota	* getaddrinfo.c: new file
12858271Syokota	* freeaddrinfo.c: new file
12958271Syokota
13058271Syokota1999-11-25  Assar Westerlund  <assar@sics.se>
13158271Syokota
13258271Syokota	* getopt.c (getopt): return -1 instead of EOF.  From
13343105Sdfr	<art@stacken.kth.se>
13443105Sdfr
13543105Sdfr1999-11-13  Assar Westerlund  <assar@sics.se>
13643105Sdfr
13743105Sdfr	* strftime.c (strftime): handle `%z' and `%Z' in a tm_gmtoff-less
13843105Sdfr	world
13943105Sdfr
14043105Sdfr	* getcap.c: make sure to use db only if we have both the library
14143105Sdfr	and the header file
14243105Sdfr	
14357481Syokota1999-11-12  Assar Westerlund  <assar@sics.se>
14457481Syokota
14557481Syokota	* getarg.h: add arg_counter
14643105Sdfr	* getarg.c: add a new type of argument: `arg_counter' re-organize
14743105Sdfr	the code somewhat
14843105Sdfr	
14943105Sdfr	* Makefile.am: add strptime and strpftime-test
15043105Sdfr	
15143105Sdfr	* snprintf.c (xyzprintf): try to do the right thing with an % at
15243105Sdfr	the end of the format string
15343105Sdfr	
15443105Sdfr	* strptime.c (strptime): implement '%U', '%V', '%W'
15543105Sdfr	* strftime.c (strftime): implement '%U', '%V', '%W', '%z'
15643105Sdfr	
15743105Sdfr	* strftime.c (strftime): correct %E and %O handling.  do something
15843105Sdfr 	reasonable with "...%"
15943105Sdfr
16043105Sdfr	* strftime.c: replace the BSD implementation by one of our own
16154073Smdodd	coding
16254073Smdodd
16343105Sdfr	* strptime.c : new file
16443105Sdfr	* strpftime-test.c: new file
16543105Sdfr
16643105Sdfr1999-11-07  Assar Westerlund  <assar@sics.se>
16743105Sdfr
16843105Sdfr	* parse_bytes-test.c: new file
16947296Syokota
17047296Syokota	* Makefile.am: add parse_bytes-test
17148341Syokota
17243105Sdfr	* parse_units.c (parse_something): try to handle the case of no
17343105Sdfr 	value specified a little bit better
17447296Syokota
17543105Sdfr1999-11-04  Assar Westerlund  <assar@sics.se>
17647296Syokota
17747296Syokota	* Makefile.am: bump version to 3:2:0
17847296Syokota
17947296Syokota1999-10-30  Assar Westerlund  <assar@sics.se>
18047296Syokota
18147296Syokota	* snprintf.c (PARSE_INT_FORMAT): add redundant casts to work
18247296Syokota 	around a gcc-bug that manifests itself on Linux-PPC.  From Tom
18347296Syokota 	Rini <trini@kernel.crashing.org>
18447296Syokota
18547296Syokota1999-10-28  Assar Westerlund  <assar@sics.se>
18647296Syokota
18747296Syokota	* Makefile.am: bump version to 3:1:0
18843105Sdfr
18948341Syokota	* roken.h.in: use `unsigned char' instead of `u_int8_t' to avoid
19058271Syokota 	having to have that definition.  this is the easy way out instead
19158271Syokota 	of getting the definition here where it's needed.  flame me.
19258271Syokota
19348341SyokotaFri Oct 22 15:39:31 1999  Bjoern Groenvall  <bg@sics.se>
19458271Syokota
19558271Syokota	* k_getpwuid.c (k_getpwuid): getspuid() does not exist (even
19658271Syokota 	though it should), use getspnam().
19758271Syokota
19858271Syokota1999-10-20  Assar Westerlund  <assar@sics.se>
19958271Syokota
20058271Syokota	* Makefile.am: set version to 3:0:0
20158271Syokota
20258271Syokota1999-10-18  Johan Danielsson  <joda@pdc.kth.se>
20358271Syokota
20458271Syokota	* getarg.3: document arg_collect
20558271Syokota
20647296Syokota	* getarg.c: change the way arg_collect works; it's still quite
20758271Syokota	horrible though
20847296Syokota
20947296Syokota	* getarg.h: change type of the collect function
21043105Sdfr
21143105Sdfr1999-10-17  Assar Westerlund  <assar@sics.se>
21243105Sdfr
21343105Sdfr	* xdbm.h: undo last commit
21443105Sdfr
21543105Sdfr	* xdbm.h: reorder db includes
21643105Sdfr
21743105Sdfr1999-10-10  Assar Westerlund  <assar@sics.se>
21843105Sdfr
21943105Sdfr	* socket.c: const-ize and comment
22043105Sdfr
22143105Sdfr	* net_write.c: const-ize
22243105Sdfr
22343105Sdfr	* base64.c: const-ize
22443105Sdfr
22543105Sdfr1999-10-06  Assar Westerlund  <assar@sics.se>
22643105Sdfr
22743105Sdfr	* getarg.c (getarg): also set optind when returning error
22843105Sdfr
22943105Sdfr1999-09-26  Assar Westerlund  <assar@sics.se>
23043105Sdfr
23143105Sdfr	* Makefile.am: add parse_bytes.[ch]
23243105Sdfr
23343105Sdfr1999-09-24  Johan Danielsson  <joda@pdc.kth.se>
23443105Sdfr
23549195Smdodd	* getarg.3: getarg manpage
23643105Sdfr
23743105Sdfr	* getarg.{c,h}: add a callback type to do more complicated processing
23843105Sdfr
23949195Smdodd	* getarg.{c,h}: add floating point support
24043105Sdfr
24143105Sdfr1999-09-16  Assar Westerlund  <assar@sics.se>
24243105Sdfr
24349195Smdodd	* strlcat.c (strlcat): call strlcpy
24443105Sdfr
24549195Smdodd	* strlcpy.c: update name and prototype
24646729Speter
24749195Smdodd	* strlcat.c: update name and prototype
24849195Smdodd
24943105Sdfr	* roken.h.in: rename strc{py,at}_truncate to strlc{py,at}
25049195Smdodd
25143105Sdfr	* Makefile.am: rename strc{py,at}_truncate -> strlc{py,at}
25243105Sdfr
25343105Sdfr	* Makefile.in: rename strc{py,at}_truncate -> strlc{py,at}
25443105Sdfr
25543105Sdfr 	* strcpy_truncate.c (strcpy_truncate): change return value to be
25643105Sdfr 	the length of `src'
25743105Sdfr
25843105Sdfr1999-08-16  Assar Westerlund  <assar@sics.se>
25943105Sdfr
26043105Sdfr	* getcap.c: try to make this work on systems with DB
26143105Sdfr
26243105Sdfr1999-08-16  Johan Danielsson  <joda@pdc.kth.se>
26343105Sdfr
26443105Sdfr	* getcap.c: protect from db-less systems
26543105Sdfr
26643105Sdfr1999-08-09  Johan Danielsson  <joda@pdc.kth.se>
26743105Sdfr
26843105Sdfr	* simple_exec.c: add simple_exec{ve,le}
26943105Sdfr
27043105Sdfr	* getcap.c: getcap from NetBSD
27143105Sdfr
27243105Sdfr1999-08-06  Assar Westerlund  <assar@sics.se>
27343105Sdfr
27443105Sdfr	* roken.h.in (sockaddr_storage): cater for those that have
27543105Sdfr 	v6-support also
27643105Sdfr
27743105Sdfr1999-08-05  Assar Westerlund  <assar@sics.se>
27843105Sdfr
27943105Sdfr	* inet_ntop.c (inet_ntop_v4): remember to call ntohl
28043105Sdfr
28143105Sdfr1999-08-04  Assar Westerlund  <assar@sics.se>
28243105Sdfr
28343105Sdfr	* roken-common.h: add shutdown constants
28443105Sdfr
28543105Sdfr	* mini_inetd.c (listen_v4, listen_v6): handle the case of the
28643105Sdfr 	protocol not being supported
28743105Sdfr
28843105Sdfr1999-08-01  Assar Westerlund  <assar@sics.se>
28943105Sdfr
29043105Sdfr	* mini_inetd.c (socket_set_reuseaddr): remove duplicate
29143105Sdfr
29243105Sdfr1999-07-29  Assar Westerlund  <assar@sics.se>
29343105Sdfr
29443105Sdfr	* mini_inetd.c (mini_inetd): fix my stupid bugs
29543105Sdfr
29643105Sdfr1999-07-28  Assar Westerlund  <assar@sics.se>
29743105Sdfr
298	* roken-common.h: add socket* functions
299
300	* Makefile.am (libroken_la_SOURCES): add socket.c
301
302	* socket.c: new file, originally from appl/ftp/common
303
304	* Makefile.am: set version to 2:0:2
305
306	* roken.h.in (inet_pton): add prototype
307
308	* Makefile.am (EXTRA_libroken_la_SOURCES): add inet_pton
309
310	* inet_pton.c: new file
311
312	* getipnodebyname.c (getipnodebyname): try gethostbyname2 if we
313 	have it
314
3151999-07-27  Assar Westerlund  <assar@sics.se>
316
317	* mini_inetd.c: support IPv6
318
3191999-07-26  Assar Westerlund  <assar@sics.se>
320
321	* Makefile.am: set version to 1:0:1
322
323	* roken.h.in (inet_ntop): add prototype
324
325 	* roken-common.h: (INET{,6}_ADDRSTRLEN): add
326
327	* inet_ntop.c: new file
328
329	* Makefile.am (EXTRA_libroken_la_SOURCES): add inet_ntop.c
330
331	* Makefile.am: move some files from libroken_la_SOURCES to
332 	EXTRA_libroken_la_SOURCES
333
334	* snprintf.c: some signed vs unsigned casts
335	
3361999-07-24  Assar Westerlund  <assar@sics.se>
337
338	* roken.h.in (struct sockaddr_storage): define it needed
339
3401999-07-19  Assar Westerlund  <assar@sics.se>
341
342	* Makefile.am (libroken_la_SOURCES): add copyhostent.c,
343 	freehostent.c, getipnodebyname.c, getipnodebyaddr.c
344	
345	* roken.h.in: <netdb.h>: include
346	(copyhostent, freehostent, getipnodebyname, getipnodebyaddr): add
347	prototypes
348
349	* roken-common.h: new constants for getipnodeby*
350
351	* Makefile.in (SOURCES): add freehostent, copyhostent,
352 	getipnodebyname, getipnodebyaddr
353
354	* freehostent.c: new file
355
356	* copyhostent.c: new file
357
358	* getipnodebyaddr.c: new file
359
360	* getipnodebyname.c: new file
361
3621999-07-13  Assar Westerlund  <assar@sics.se>
363
364	* roken.h.in (k_getpwnam): update prototype
365
366	* k_getpwnam.c (k_getpwnam): const-ize
367
368	* get_default_username.c (get_default_username): a better way of
369 	guessing when the user has su:ed
370
3711999-07-08  Johan Danielsson  <joda@pdc.kth.se>
372
373	* roken.awk: use puts, as suggested by Jeffrey Hutzelman
374	<jhutz+@cmu.edu>
375
3761999-07-06  Assar Westerlund  <assar@sics.se>
377
378	* readv.c (readv): typo
379
3801999-07-03  Assar Westerlund  <assar@sics.se>
381
382	* writev.c (writev): error check malloc properly
383
384	* sendmsg.c (sendmsg): error check malloc properly
385
386	* resolve.c (parse_reply): error check malloc properly
387
388	* recvmsg.c (recvmsg): error check malloc properly
389
390	* readv.c (readv): error check malloc properly
391
3921999-06-23  Assar Westerlund  <assar@sics.se>
393
394	* parse_units.c (acc_units): move the special case of 0 -> 1 to
395 	parse_something to avoid having it happen at the end of the string
396
3971999-06-15  Assar Westerlund  <assar@sics.se>
398
399	* Makefile.in: add get_default_username
400
401	* get_default_username.c: new file
402
403	* roken.h.in (get_default_username): add prototype
404
405	* Makefile.am: add get_default_username
406
4071999-05-08  Assar Westerlund  <assar@sics.se>
408
409	* xdbm.h: also try <db.h> with DB_DBM_HSEARCH == 1
410
411	* strnlen.c (strnlen): update prototype
412
413	* Makefile.am: strndup.c: add
414
415	* Makefile.in: strndup.c: add
416
417	* roken.h.in (strndup): add
418	(strnlen): update prototype
419
420	* strndup.c: new file
421
422Fri Apr 16 17:59:30 1999  Assar Westerlund  <assar@sics.se>
423
424	* roken.h.in: include strsep prototype if needed
425
426Thu Apr 15 14:04:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
427
428	* Makefile.am: make make-print-version.o depend on version.h
429
430Wed Apr  7 14:11:00 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
431
432	* Makefile.am: make it compile w/o krb4
433
434Sat Mar 27 17:33:03 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
435
436	* snprintf.c (vasnprintf): correct check if realloc returns NULL
437
438Sat Mar 27 12:37:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
439
440	* Makefile.am: link print_version with -ldes to avoid unresolved
441 	references if -lkrb is shared
442
443Sat Mar 20 03:42:30 1999  Assar Westerlund  <assar@sics.se>
444
445	* roken-common.h (eread, ewrite): add
446
447	* simple_exec.c: add <roken.h>
448
449Fri Mar 19 21:29:58 1999  Assar Westerlund  <assar@sics.se>
450
451	* Makefile.in: add eread, ewrite
452
453	* eread.c, ewrite.c: new files
454
455	* Makefile.am (libroken_la_SOURCES): add eread and ewrite
456
457Fri Mar 19 14:52:57 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
458
459	* Makefile.am: add version-info
460
461Thu Mar 18 12:53:32 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
462
463	* Makefile.am: remove include_dir hack
464
465	* Makefile.am: parse_units.h
466
467	* Makefile.am: include Makefile.am.common
468
469Sat Mar 13 23:31:35 1999  Assar Westerlund  <assar@sics.se>
470
471	* Makefile.in (SOURCES): add glob.c
472
473Thu Mar 11 15:02:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
474
475	* iruserok.c: move innetgr() to separate file
476
477	* innetgr.c: move innetgr() to separate file
478
479	* hstrerror.c (hstrerror): add const to return type
480
481	* erealloc.c: fix types in format string
482
483	* emalloc.c: fix types in format string
484
485Wed Mar 10 16:36:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
486
487	* resolve.c: ugly fix for crays
488
489Mon Mar  8 11:52:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
490
491	* roken.h.in: protos for {un,}setenv
492
4931999-02-16  Assar Westerlund  <assar@sics.se>
494
495	* Makefile.in (SOURCES): add fnmatch
496
497	* roken-common.h (abs): add
498
499Sat Feb 13 17:12:53 1999  Assar Westerlund  <assar@sics.se>
500
501	* emalloc.c, erealloc.c, estrup.c: new files
502
503	* roken.h.in (mkstemp, gethostname): also includes prototypes if
504 	they are needed.
505
5061998-12-23  Assar Westerlund  <assar@sics.se>
507
508	* roken.h.in: mkstemp: add prototype
509
5101998-12-20  Assar Westerlund  <assar@sics.se>
511
512	* snprintf.c, iruserok.c, parse-units.c: unsigned char-correctness
513
514	* roken.h.in (inet_aton): also chedk NEED_INET_ATON_PROTO
515
516	* roken-common.h: __attribute__: check for autoconf'd
517	HAVE___ATTRIBUTE__ instead of GNUC
518
519Sun Dec  6 19:53:21 1998  Assar Westerlund  <assar@sics.se>
520
521	* parse_units.c (parse_something): func is called with val == 0 if
522 	no unit was given
523	(acc_flags, acc_units): update to new standard
524
525Fri Nov 27 03:09:42 1998  Assar Westerlund  <assar@sics.se>
526
527	* resolve.c (stot): constify
528	(type_to_string): always declare
529	(dns_lookup_int): correct debug output
530
531Thu Nov 26 23:43:55 1998  Assar Westerlund  <assar@sics.se>
532
533	* resolve.c (dns_lookup_int): send rr_class to res_search
534
535Thu Nov 26 17:09:47 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
536
537	* resolve.c: some cleanup
538
539	* resolve.h: add T_NAPTR
540
541Sun Nov 22 10:23:07 1998  Assar Westerlund  <assar@sics.se>
542
543	* Makefile.in (WFLAGS): set
544
545	* k_getpwnam.c (k_getpwnam): check for `struct spwd'
546
547	* k_getpwuid.c (k_getpwuid): check for `struct spwd'
548
549Tue Sep  8 05:18:31 1998  Assar Westerlund  <assar@sics.se>
550
551	* recvmsg.c (recvmsg): patch from bpreece@unity.ncsu.edu
552
553Fri Sep  4 16:29:27 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
554
555	* vsyslog.c: asprintf -> vasprintf
556
557Tue Aug 18 22:25:52 1998  Assar Westerlund  <assar@sics.se>
558
559	* getarg.h (arg_printusage): new signature
560
561	* getarg.c (arg_printusage): new parameter `progname'.  NULL means
562 	__progname.
563
564Sun Aug  9 14:53:44 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
565
566	* Makefile.am: net_{read,write}.c
567
568Fri Jul 24 21:56:02 1998  Assar Westerlund  <assar@sics.se>
569
570	* simple_exec.c (simple_execvp): loop around waitpid when errno ==
571 	EINTR
572
573Thu Jul 23 20:24:35 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
574
575	* Makefile.am: net_{read,write}.c
576
577Wed Jul 22 21:38:35 1998  Assar Westerlund  <assar@sics.se>
578
579	* simple_exec.c (simple_execlp): initialize `argv'
580
581Mon Jul 13 23:01:22 1998  Assar Westerlund  <assar@sics.se>
582
583	* inaddr2str.c (inaddr2str): don't advance hostent->h_addr_list,
584 	use a copy instead
585
586Fri Jul 10 01:20:08 1998  Assar Westerlund  <assar@sics.se>
587
588	* roken.h.in (net_write, net_read): add prototypes
589
590	* Makefile.in: net_{read,write}.c: add
591
592	* net_{read,write}.c: new files
593
594Tue Jun 30 17:29:09 1998  Assar Westerlund  <assar@sics.se>
595
596	* roken.h.in (issuid): add
597
598	* get_window_size.c: fix misspelling of TIOCGWINSZ and bad use of
599 	fields
600
601Sun May 31 03:24:34 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
602
603	* getarg.c (mandoc_template): Put short and long options in
604 	SYNOPSIS within the same [ ] pair.
605
606Sat May 30 00:13:01 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
607
608	* getarg.c (arg_printusage): try to keep options shorter than
609 	column width
610
611	* get_window_size.c (get_window_size): check COLUMNS and LINES
612
613Fri May 29 00:05:04 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
614
615	* getarg.c (mandoc_template): Put short and long options in
616 	DESCRIPTION on the same line.
617
618	* getarg.c (arg_match_long): make sure you only get an exact match
619 	if the strings are the same length
620
621Thu May 14 02:23:40 1998  Assar Westerlund  <assar@sics.se>
622
623	* roken.awk: stupid cray awk wants \#
624
625Fri May  1 01:29:36 1998  Assar Westerlund  <assar@sics.se>
626
627	* print_version.c (print_version): according to ISO/ANSI C the
628 	elements of `arg' are not constant and therefore not settable at
629 	compile-time.  Set the at run-time instead.
630
631Sun Apr 19 10:00:06 1998  Assar Westerlund  <assar@sics.se>
632
633	* roken.h.in: include paths.h
634
635Sun Apr  5 12:30:49 1998  Assar Westerlund  <assar@sics.se>
636
637	* Makefile.in (SOURCES): add roken_gethostby.c to make solaris
638 	make happy
639
640Thu Mar 19 20:41:25 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
641
642	* simple_exec.c: Simple fork+exec system() replacement.
643
644Fri Mar  6 00:21:53 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
645
646	* roken_gethostby.c: Make `roken_gethostby_setup' take url-like
647 	specification instead of split up versions. Makes it easier for
648 	calling applications.
649
650	* roken_gethostby.c: Another miracle of the 20th century:
651 	gethostby* over HTTP.
652
653Sat Feb 21 15:18:36 1998  assar westerlund  <assar@sics.se>
654
655	* parse_time.c (unparse_time_approx): new function that calls
656 	`unparse_units_approx'
657
658	* parse_units.c (unparse_units_approx): new function that will
659 	only print the first unit.
660
661	* Makefile.in: include parse_{time,units}
662
663Thu Feb 12 03:30:08 1998  Assar Westerlund  <assar@sics.se>
664
665	* parse_time.c (print_time_table): don't return a void value.
666
667Tue Feb  3 11:06:24 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
668
669	* getarg.c (mandoc_template): Change date format to full month
670 	name, and day of month without leading zero.
671
672Thu Jan 22 21:23:23 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
673
674	* getarg.c: Fix long form of negative flags.
675
676Mon Dec 29 23:31:10 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
677
678	* roken.h.in: Include <err.h>, to get linux __progname.
679
680Sun Dec 21 09:45:18 1997  Assar Westerlund  <assar@sics.se>
681
682	* parse_time.c (print_time_table): new function
683
684	* parse_units.c (print_flags_table, print_units_table): new
685 	functions.
686
687Thu Dec  4 02:51:46 1997  Assar Westerlund  <assar@sics.se>
688
689	* iruserok.c: moved here.
690
691	* snprintf.c (sn_append_char): don't write any terminating zero.
692	(as_reserve): don't loop.  better heuristic for how much space to
693 	realloc.
694	(vasnprintf): simplify initializing to one.
695
696Sun Nov 30 14:56:59 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
697
698	* getarg.c: Add mandoc help back-end to getarg.
699
700Wed Nov 12 01:09:17 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
701
702	* verr.c, verrx.c: Fix warnings by moving exit from.
703
704Tue Nov 11 21:12:09 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
705
706	* parse_units.c: Change the list of separating characters (between
707 	units) to comma, space, and tab, removing digits. Having digits in
708 	this list makes a flag like `T42 generate a parse error. This
709 	change makes `17m3s' an invalid time-spec (you need a space).
710
711Tue Nov 11 02:38:44 1997  Assar Westerlund  <assar@sics.se>
712
713	* roken.h: add <sys/socket.h>
714
715Sun Nov  9 04:48:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
716
717	* fnmatch.c: Add fnmatch from NetBSD
718
719Sun Nov  9 02:00:08 1997  Assar Westerlund  <assar@sics.se>
720
721	* parse_units.c (parse_something): ignore white-space and ','
722
723Mon Nov  3 22:38:32 1997  Assar Westerlund  <assar@sics.se>
724	
725	* roken.h: fclose prototype
726
727	* roken.h: add prototype for vsyslog
728
729	* Makefile.in: add some more source files to make soriasis make
730 	happy
731
732Sat Nov  1 00:19:21 1997  Assar Westerlund  <assar@sics.se>
733
734	* roken.h: include <sys/uio.h> and <errno.h>.
735	prototypes for readv and writev
736
737	* readv.c, writev.c: new files
738
739Wed Oct 29 02:21:38 1997  Assar Westerlund  <assar@sics.se>
740
741	* roken.h: Add ugly macros for openlog, gethostbyname,
742 	gethostbyaddr, and getservbyname for the benefit of Crays.  Add
743 	default definition of MAXPATHLEN
744