git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4250 ec53bebd-3082-4978-b11e-865c3cabbd6b
69 lines
2.0 KiB
Plaintext
69 lines
2.0 KiB
Plaintext
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
|