ChangeLog revision 55682
12000-01-06  Assar Westerlund  <assar@sics.se>
2
3	* Makefile.am: bump version to 5:0:0
4
51999-12-30  Assar Westerlund  <assar@sics.se>
6
7	* Makefile.am (strpftime_test_SOURCES): correct source file name
8
9	* roken.h.in (sockaddr_storage): change padding so that we have
10 	one char[] of pad and then an unsigned long[] (for alignment and
11 	padding).  this works much better in practice.
12
131999-12-22  Assar Westerlund  <assar@sics.se>
14
15	* roken.h.in (sockaddr_storage): drop leading underscore on
16 	`public' fields.  this was the consensus on the ipng mailing list
17
181999-12-21  Assar Westerlund  <assar@sics.se>
19
20	* Makefile.am (strpftime-test): define sources to avoid having
21 	'.o'
22	* Makefile.am (print_version.h): use $(EXEEXT)
23	* Makefile.am (roken.h): add $(EXEEXT) to make this work on cygwin
24 	et al
25
261999-12-20  Assar Westerlund  <assar@sics.se>
27
28	* Makefile.am (libroken_la_LDFLAGS): bump version to 4:3:0
29
30	* getaddrinfo.c (get_nodes): use getipnodebyname instead of
31	gethostbyname(2)
32
331999-12-16  Assar Westerlund  <assar@sics.se>
34
35	* Makefile.am (libroken_la_LDFLAGS): bump version to 4:2:0
36
37	* roken.h.in (struct sockaddr_storage): redefine with the example
38 	code from rfc2553
39
40	* getaddrinfo.c (get_null): set loopback with correct endianess
41	for v4.  dunno about v6.
42
431999-12-13  Assar Westerlund  <assar@sics.se>
44
45	* roken.h.in: add prototypes for str[pf]time
46
47	* signal.c: macosx = rhapsody ~= nextstep also can't handle
48 	various definitions of the same symbol.
49
501999-12-12  Assar Westerlund  <assar@sics.se>
51
52	* Makefile.am: bump version to 4:1:0
53
541999-12-06  Assar Westerlund  <assar@sics.se>
55
56	* Makefile.am: bump version to 4:0:0
57
581999-12-05  Assar Westerlund  <assar@sics.se>
59
60	* Makefile.in: replace inaddr2str with getnameinfo_verified
61
62	* roken-common.h (INADDR_LOOPBACK): add fallback definition
63
64	* roken-common.h: move getnameinfo_verified to roken.h.in
65	* roken.h.in (inaddr2str): remove
66	* Makefile.am (libroken_la_SOURCES); removed inaddr2str
67	* roken-common.h (getnameinfo_verified): add prototype
68	* getnameinfo_verified.c: new file
69
701999-12-04  Assar Westerlund  <assar@sics.se>
71
72	* roken-common.h: add constants for getaddrinfo, getnameinfo
73	* roken.h.in (socklen_t): make independent of sockaddr_storage
74	(AI_*, NI_*, EAI_*): move to roken-common.h
75
761999-12-03  Assar Westerlund  <assar@sics.se>
77
78	* mini_inetd.c (mini_inted): rewrite to use `getaddrinfo'
79	* getaddrinfo.c (const_v*): no sizeof(sizeof())
80	* getaddrinfo.c (add_hostent): search for the canonical name among
81	all aliases
82	(getaddrinfo): handle AI_NUMERICHOST correctly
83	* Makefile.am (EXTRA_libroken_la_SOURCES): add freeaddinfo,
84	getaddrinfo, getnameinfo, gai_strerror
85	(getaddrinfo_test): add
86	* Makefile.in (SOURCES): add freeaddinfo, getaddrinfo,
87	getnameinfo, gai_strerror
88	(getaddrinfo_test): add
89	* roken.h.in: arpa/inet.h: include
90	(socklen_t): add
91	(struct addrinfo): add
92	(EAI_*): add
93	(NI_*): add
94	(AI_*): add
95	(getaddrinfo, getnameinfo, freeaddrinfo, gai_strerror): add
96	* getnameinfo.c: new file
97	* getaddrinfo-test.c: new file
98	* gai_strerror.c: new file
99	* getaddrinfo.c: new file
100	* freeaddrinfo.c: new file
101
1021999-11-25  Assar Westerlund  <assar@sics.se>
103
104	* getopt.c (getopt): return -1 instead of EOF.  From
105	<art@stacken.kth.se>
106
1071999-11-13  Assar Westerlund  <assar@sics.se>
108
109	* strftime.c (strftime): handle `%z' and `%Z' in a tm_gmtoff-less
110	world
111
112	* getcap.c: make sure to use db only if we have both the library
113	and the header file
114	
1151999-11-12  Assar Westerlund  <assar@sics.se>
116
117	* getarg.h: add arg_counter
118	* getarg.c: add a new type of argument: `arg_counter' re-organize
119	the code somewhat
120	
121	* Makefile.am: add strptime and strpftime-test
122	
123	* snprintf.c (xyzprintf): try to do the right thing with an % at
124	the end of the format string
125	
126	* strptime.c (strptime): implement '%U', '%V', '%W'
127	* strftime.c (strftime): implement '%U', '%V', '%W', '%z'
128	
129	* strftime.c (strftime): correct %E and %O handling.  do something
130 	reasonable with "...%"
131
132	* strftime.c: replace the BSD implementation by one of our own
133	coding
134
135	* strptime.c : new file
136	* strpftime-test.c: new file
137
1381999-11-07  Assar Westerlund  <assar@sics.se>
139
140	* parse_bytes-test.c: new file
141
142	* Makefile.am: add parse_bytes-test
143
144	* parse_units.c (parse_something): try to handle the case of no
145 	value specified a little bit better
146
1471999-11-04  Assar Westerlund  <assar@sics.se>
148
149	* Makefile.am: bump version to 3:2:0
150
1511999-10-30  Assar Westerlund  <assar@sics.se>
152
153	* snprintf.c (PARSE_INT_FORMAT): add redundant casts to work
154 	around a gcc-bug that manifests itself on Linux-PPC.  From Tom
155 	Rini <trini@kernel.crashing.org>
156
1571999-10-28  Assar Westerlund  <assar@sics.se>
158
159	* Makefile.am: bump version to 3:1:0
160
161	* roken.h.in: use `unsigned char' instead of `u_int8_t' to avoid
162 	having to have that definition.  this is the easy way out instead
163 	of getting the definition here where it's needed.  flame me.
164
165Fri Oct 22 15:39:31 1999  Bjoern Groenvall  <bg@sics.se>
166
167	* k_getpwuid.c (k_getpwuid): getspuid() does not exist (even
168 	though it should), use getspnam().
169
1701999-10-20  Assar Westerlund  <assar@sics.se>
171
172	* Makefile.am: set version to 3:0:0
173
1741999-10-18  Johan Danielsson  <joda@pdc.kth.se>
175
176	* getarg.3: document arg_collect
177
178	* getarg.c: change the way arg_collect works; it's still quite
179	horrible though
180
181	* getarg.h: change type of the collect function
182
1831999-10-17  Assar Westerlund  <assar@sics.se>
184
185	* xdbm.h: undo last commit
186
187	* xdbm.h: reorder db includes
188
1891999-10-10  Assar Westerlund  <assar@sics.se>
190
191	* socket.c: const-ize and comment
192
193	* net_write.c: const-ize
194
195	* base64.c: const-ize
196
1971999-10-06  Assar Westerlund  <assar@sics.se>
198
199	* getarg.c (getarg): also set optind when returning error
200
2011999-09-26  Assar Westerlund  <assar@sics.se>
202
203	* Makefile.am: add parse_bytes.[ch]
204
2051999-09-24  Johan Danielsson  <joda@pdc.kth.se>
206
207	* getarg.3: getarg manpage
208
209	* getarg.{c,h}: add a callback type to do more complicated processing
210
211	* getarg.{c,h}: add floating point support
212
2131999-09-16  Assar Westerlund  <assar@sics.se>
214
215	* strlcat.c (strlcat): call strlcpy
216
217	* strlcpy.c: update name and prototype
218
219	* strlcat.c: update name and prototype
220
221	* roken.h.in: rename strc{py,at}_truncate to strlc{py,at}
222
223	* Makefile.am: rename strc{py,at}_truncate -> strlc{py,at}
224
225	* Makefile.in: rename strc{py,at}_truncate -> strlc{py,at}
226
227 	* strcpy_truncate.c (strcpy_truncate): change return value to be
228 	the length of `src'
229
2301999-08-16  Assar Westerlund  <assar@sics.se>
231
232	* getcap.c: try to make this work on systems with DB
233
2341999-08-16  Johan Danielsson  <joda@pdc.kth.se>
235
236	* getcap.c: protect from db-less systems
237
2381999-08-09  Johan Danielsson  <joda@pdc.kth.se>
239
240	* simple_exec.c: add simple_exec{ve,le}
241
242	* getcap.c: getcap from NetBSD
243
2441999-08-06  Assar Westerlund  <assar@sics.se>
245
246	* roken.h.in (sockaddr_storage): cater for those that have
247 	v6-support also
248
2491999-08-05  Assar Westerlund  <assar@sics.se>
250
251	* inet_ntop.c (inet_ntop_v4): remember to call ntohl
252
2531999-08-04  Assar Westerlund  <assar@sics.se>
254
255	* roken-common.h: add shutdown constants
256
257	* mini_inetd.c (listen_v4, listen_v6): handle the case of the
258 	protocol not being supported
259
2601999-08-01  Assar Westerlund  <assar@sics.se>
261
262	* mini_inetd.c (socket_set_reuseaddr): remove duplicate
263
2641999-07-29  Assar Westerlund  <assar@sics.se>
265
266	* mini_inetd.c (mini_inetd): fix my stupid bugs
267
2681999-07-28  Assar Westerlund  <assar@sics.se>
269
270	* roken-common.h: add socket* functions
271
272	* Makefile.am (libroken_la_SOURCES): add socket.c
273
274	* socket.c: new file, originally from appl/ftp/common
275
276	* Makefile.am: set version to 2:0:2
277
278	* roken.h.in (inet_pton): add prototype
279
280	* Makefile.am (EXTRA_libroken_la_SOURCES): add inet_pton
281
282	* inet_pton.c: new file
283
284	* getipnodebyname.c (getipnodebyname): try gethostbyname2 if we
285 	have it
286
2871999-07-27  Assar Westerlund  <assar@sics.se>
288
289	* mini_inetd.c: support IPv6
290
2911999-07-26  Assar Westerlund  <assar@sics.se>
292
293	* Makefile.am: set version to 1:0:1
294
295	* roken.h.in (inet_ntop): add prototype
296
297 	* roken-common.h: (INET{,6}_ADDRSTRLEN): add
298
299	* inet_ntop.c: new file
300
301	* Makefile.am (EXTRA_libroken_la_SOURCES): add inet_ntop.c
302
303	* Makefile.am: move some files from libroken_la_SOURCES to
304 	EXTRA_libroken_la_SOURCES
305
306	* snprintf.c: some signed vs unsigned casts
307	
3081999-07-24  Assar Westerlund  <assar@sics.se>
309
310	* roken.h.in (struct sockaddr_storage): define it needed
311
3121999-07-19  Assar Westerlund  <assar@sics.se>
313
314	* Makefile.am (libroken_la_SOURCES): add copyhostent.c,
315 	freehostent.c, getipnodebyname.c, getipnodebyaddr.c
316	
317	* roken.h.in: <netdb.h>: include
318	(copyhostent, freehostent, getipnodebyname, getipnodebyaddr): add
319	prototypes
320
321	* roken-common.h: new constants for getipnodeby*
322
323	* Makefile.in (SOURCES): add freehostent, copyhostent,
324 	getipnodebyname, getipnodebyaddr
325
326	* freehostent.c: new file
327
328	* copyhostent.c: new file
329
330	* getipnodebyaddr.c: new file
331
332	* getipnodebyname.c: new file
333
3341999-07-13  Assar Westerlund  <assar@sics.se>
335
336	* roken.h.in (k_getpwnam): update prototype
337
338	* k_getpwnam.c (k_getpwnam): const-ize
339
340	* get_default_username.c (get_default_username): a better way of
341 	guessing when the user has su:ed
342
3431999-07-08  Johan Danielsson  <joda@pdc.kth.se>
344
345	* roken.awk: use puts, as suggested by Jeffrey Hutzelman
346	<jhutz+@cmu.edu>
347
3481999-07-06  Assar Westerlund  <assar@sics.se>
349
350	* readv.c (readv): typo
351
3521999-07-03  Assar Westerlund  <assar@sics.se>
353
354	* writev.c (writev): error check malloc properly
355
356	* sendmsg.c (sendmsg): error check malloc properly
357
358	* resolve.c (parse_reply): error check malloc properly
359
360	* recvmsg.c (recvmsg): error check malloc properly
361
362	* readv.c (readv): error check malloc properly
363
3641999-06-23  Assar Westerlund  <assar@sics.se>
365
366	* parse_units.c (acc_units): move the special case of 0 -> 1 to
367 	parse_something to avoid having it happen at the end of the string
368
3691999-06-15  Assar Westerlund  <assar@sics.se>
370
371	* Makefile.in: add get_default_username
372
373	* get_default_username.c: new file
374
375	* roken.h.in (get_default_username): add prototype
376
377	* Makefile.am: add get_default_username
378
3791999-05-08  Assar Westerlund  <assar@sics.se>
380
381	* xdbm.h: also try <db.h> with DB_DBM_HSEARCH == 1
382
383	* strnlen.c (strnlen): update prototype
384
385	* Makefile.am: strndup.c: add
386
387	* Makefile.in: strndup.c: add
388
389	* roken.h.in (strndup): add
390	(strnlen): update prototype
391
392	* strndup.c: new file
393
394Fri Apr 16 17:59:30 1999  Assar Westerlund  <assar@sics.se>
395
396	* roken.h.in: include strsep prototype if needed
397
398Thu Apr 15 14:04:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
399
400	* Makefile.am: make make-print-version.o depend on version.h
401
402Wed Apr  7 14:11:00 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
403
404	* Makefile.am: make it compile w/o krb4
405
406Sat Mar 27 17:33:03 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
407
408	* snprintf.c (vasnprintf): correct check if realloc returns NULL
409
410Sat Mar 27 12:37:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
411
412	* Makefile.am: link print_version with -ldes to avoid unresolved
413 	references if -lkrb is shared
414
415Sat Mar 20 03:42:30 1999  Assar Westerlund  <assar@sics.se>
416
417	* roken-common.h (eread, ewrite): add
418
419	* simple_exec.c: add <roken.h>
420
421Fri Mar 19 21:29:58 1999  Assar Westerlund  <assar@sics.se>
422
423	* Makefile.in: add eread, ewrite
424
425	* eread.c, ewrite.c: new files
426
427	* Makefile.am (libroken_la_SOURCES): add eread and ewrite
428
429Fri Mar 19 14:52:57 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
430
431	* Makefile.am: add version-info
432
433Thu Mar 18 12:53:32 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
434
435	* Makefile.am: remove include_dir hack
436
437	* Makefile.am: parse_units.h
438
439	* Makefile.am: include Makefile.am.common
440
441Sat Mar 13 23:31:35 1999  Assar Westerlund  <assar@sics.se>
442
443	* Makefile.in (SOURCES): add glob.c
444
445Thu Mar 11 15:02:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
446
447	* iruserok.c: move innetgr() to separate file
448
449	* innetgr.c: move innetgr() to separate file
450
451	* hstrerror.c (hstrerror): add const to return type
452
453	* erealloc.c: fix types in format string
454
455	* emalloc.c: fix types in format string
456
457Wed Mar 10 16:36:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
458
459	* resolve.c: ugly fix for crays
460
461Mon Mar  8 11:52:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
462
463	* roken.h.in: protos for {un,}setenv
464
4651999-02-16  Assar Westerlund  <assar@sics.se>
466
467	* Makefile.in (SOURCES): add fnmatch
468
469	* roken-common.h (abs): add
470
471Sat Feb 13 17:12:53 1999  Assar Westerlund  <assar@sics.se>
472
473	* emalloc.c, erealloc.c, estrup.c: new files
474
475	* roken.h.in (mkstemp, gethostname): also includes prototypes if
476 	they are needed.
477
4781998-12-23  Assar Westerlund  <assar@sics.se>
479
480	* roken.h.in: mkstemp: add prototype
481
4821998-12-20  Assar Westerlund  <assar@sics.se>
483
484	* snprintf.c, iruserok.c, parse-units.c: unsigned char-correctness
485
486	* roken.h.in (inet_aton): also chedk NEED_INET_ATON_PROTO
487
488	* roken-common.h: __attribute__: check for autoconf'd
489	HAVE___ATTRIBUTE__ instead of GNUC
490
491Sun Dec  6 19:53:21 1998  Assar Westerlund  <assar@sics.se>
492
493	* parse_units.c (parse_something): func is called with val == 0 if
494 	no unit was given
495	(acc_flags, acc_units): update to new standard
496
497Fri Nov 27 03:09:42 1998  Assar Westerlund  <assar@sics.se>
498
499	* resolve.c (stot): constify
500	(type_to_string): always declare
501	(dns_lookup_int): correct debug output
502
503Thu Nov 26 23:43:55 1998  Assar Westerlund  <assar@sics.se>
504
505	* resolve.c (dns_lookup_int): send rr_class to res_search
506
507Thu Nov 26 17:09:47 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
508
509	* resolve.c: some cleanup
510
511	* resolve.h: add T_NAPTR
512
513Sun Nov 22 10:23:07 1998  Assar Westerlund  <assar@sics.se>
514
515	* Makefile.in (WFLAGS): set
516
517	* k_getpwnam.c (k_getpwnam): check for `struct spwd'
518
519	* k_getpwuid.c (k_getpwuid): check for `struct spwd'
520
521Tue Sep  8 05:18:31 1998  Assar Westerlund  <assar@sics.se>
522
523	* recvmsg.c (recvmsg): patch from bpreece@unity.ncsu.edu
524
525Fri Sep  4 16:29:27 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
526
527	* vsyslog.c: asprintf -> vasprintf
528
529Tue Aug 18 22:25:52 1998  Assar Westerlund  <assar@sics.se>
530
531	* getarg.h (arg_printusage): new signature
532
533	* getarg.c (arg_printusage): new parameter `progname'.  NULL means
534 	__progname.
535
536Sun Aug  9 14:53:44 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
537
538	* Makefile.am: net_{read,write}.c
539
540Fri Jul 24 21:56:02 1998  Assar Westerlund  <assar@sics.se>
541
542	* simple_exec.c (simple_execvp): loop around waitpid when errno ==
543 	EINTR
544
545Thu Jul 23 20:24:35 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
546
547	* Makefile.am: net_{read,write}.c
548
549Wed Jul 22 21:38:35 1998  Assar Westerlund  <assar@sics.se>
550
551	* simple_exec.c (simple_execlp): initialize `argv'
552
553Mon Jul 13 23:01:22 1998  Assar Westerlund  <assar@sics.se>
554
555	* inaddr2str.c (inaddr2str): don't advance hostent->h_addr_list,
556 	use a copy instead
557
558Fri Jul 10 01:20:08 1998  Assar Westerlund  <assar@sics.se>
559
560	* roken.h.in (net_write, net_read): add prototypes
561
562	* Makefile.in: net_{read,write}.c: add
563
564	* net_{read,write}.c: new files
565
566Tue Jun 30 17:29:09 1998  Assar Westerlund  <assar@sics.se>
567
568	* roken.h.in (issuid): add
569
570	* get_window_size.c: fix misspelling of TIOCGWINSZ and bad use of
571 	fields
572
573Sun May 31 03:24:34 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
574
575	* getarg.c (mandoc_template): Put short and long options in
576 	SYNOPSIS within the same [ ] pair.
577
578Sat May 30 00:13:01 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
579
580	* getarg.c (arg_printusage): try to keep options shorter than
581 	column width
582
583	* get_window_size.c (get_window_size): check COLUMNS and LINES
584
585Fri May 29 00:05:04 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
586
587	* getarg.c (mandoc_template): Put short and long options in
588 	DESCRIPTION on the same line.
589
590	* getarg.c (arg_match_long): make sure you only get an exact match
591 	if the strings are the same length
592
593Thu May 14 02:23:40 1998  Assar Westerlund  <assar@sics.se>
594
595	* roken.awk: stupid cray awk wants \#
596
597Fri May  1 01:29:36 1998  Assar Westerlund  <assar@sics.se>
598
599	* print_version.c (print_version): according to ISO/ANSI C the
600 	elements of `arg' are not constant and therefore not settable at
601 	compile-time.  Set the at run-time instead.
602
603Sun Apr 19 10:00:06 1998  Assar Westerlund  <assar@sics.se>
604
605	* roken.h.in: include paths.h
606
607Sun Apr  5 12:30:49 1998  Assar Westerlund  <assar@sics.se>
608
609	* Makefile.in (SOURCES): add roken_gethostby.c to make solaris
610 	make happy
611
612Thu Mar 19 20:41:25 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
613
614	* simple_exec.c: Simple fork+exec system() replacement.
615
616Fri Mar  6 00:21:53 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
617
618	* roken_gethostby.c: Make `roken_gethostby_setup' take url-like
619 	specification instead of split up versions. Makes it easier for
620 	calling applications.
621
622	* roken_gethostby.c: Another miracle of the 20th century:
623 	gethostby* over HTTP.
624
625Sat Feb 21 15:18:36 1998  assar westerlund  <assar@sics.se>
626
627	* parse_time.c (unparse_time_approx): new function that calls
628 	`unparse_units_approx'
629
630	* parse_units.c (unparse_units_approx): new function that will
631 	only print the first unit.
632
633	* Makefile.in: include parse_{time,units}
634
635Thu Feb 12 03:30:08 1998  Assar Westerlund  <assar@sics.se>
636
637	* parse_time.c (print_time_table): don't return a void value.
638
639Tue Feb  3 11:06:24 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
640
641	* getarg.c (mandoc_template): Change date format to full month
642 	name, and day of month without leading zero.
643
644Thu Jan 22 21:23:23 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
645
646	* getarg.c: Fix long form of negative flags.
647
648Mon Dec 29 23:31:10 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
649
650	* roken.h.in: Include <err.h>, to get linux __progname.
651
652Sun Dec 21 09:45:18 1997  Assar Westerlund  <assar@sics.se>
653
654	* parse_time.c (print_time_table): new function
655
656	* parse_units.c (print_flags_table, print_units_table): new
657 	functions.
658
659Thu Dec  4 02:51:46 1997  Assar Westerlund  <assar@sics.se>
660
661	* iruserok.c: moved here.
662
663	* snprintf.c (sn_append_char): don't write any terminating zero.
664	(as_reserve): don't loop.  better heuristic for how much space to
665 	realloc.
666	(vasnprintf): simplify initializing to one.
667
668Sun Nov 30 14:56:59 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
669
670	* getarg.c: Add mandoc help back-end to getarg.
671
672Wed Nov 12 01:09:17 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
673
674	* verr.c, verrx.c: Fix warnings by moving exit from.
675
676Tue Nov 11 21:12:09 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
677
678	* parse_units.c: Change the list of separating characters (between
679 	units) to comma, space, and tab, removing digits. Having digits in
680 	this list makes a flag like `T42 generate a parse error. This
681 	change makes `17m3s' an invalid time-spec (you need a space).
682
683Tue Nov 11 02:38:44 1997  Assar Westerlund  <assar@sics.se>
684
685	* roken.h: add <sys/socket.h>
686
687Sun Nov  9 04:48:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
688
689	* fnmatch.c: Add fnmatch from NetBSD
690
691Sun Nov  9 02:00:08 1997  Assar Westerlund  <assar@sics.se>
692
693	* parse_units.c (parse_something): ignore white-space and ','
694
695Mon Nov  3 22:38:32 1997  Assar Westerlund  <assar@sics.se>
696	
697	* roken.h: fclose prototype
698
699	* roken.h: add prototype for vsyslog
700
701	* Makefile.in: add some more source files to make soriasis make
702 	happy
703
704Sat Nov  1 00:19:21 1997  Assar Westerlund  <assar@sics.se>
705
706	* roken.h: include <sys/uio.h> and <errno.h>.
707	prototypes for readv and writev
708
709	* readv.c, writev.c: new files
710
711Wed Oct 29 02:21:38 1997  Assar Westerlund  <assar@sics.se>
712
713	* roken.h: Add ugly macros for openlog, gethostbyname,
714 	gethostbyaddr, and getservbyname for the benefit of Crays.  Add
715 	default definition of MAXPATHLEN
716