11.7
2===
3- style diff which fixes spacing from Daniel Ouellet.
4
51.6
6===
7- strcuts(): don't exceed the source string buffer boundary by one byte if
8  the start character isn't found.  Bug reported by Szabolcs Nagy
9
101.5
11===
12- cast char to int for tolower(3).  caused compilation error on some
13  platforms
14
151.4
16===
17- removed -ansi compile option to follow OpenBSD
18- fixed -pedantic compile option source code quirks
19- replaced old BSD copyright headers with new one
20
211.3
22===
23- replaced all vsprintf(3) with vfprintf(3)
24- removed nsend() because too insecure
25
261.2
27===
28- fparse(): instead of read(2) byte by byte from the file, one read(2) from
29  the whole file to memory is done. memset(3) have been discarded totaly.
30  this turns fparse() 20 times faster as in the version before!
31
321.1
33===
34- added new function flogd()
35
361.0
37===
38- initial version
39