From: Ted Lemon Date: Sun, 8 Jun 1997 03:17:26 +0000 (+0000) Subject: Document changes X-Git-Tag: DHCP-970607~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4036bb39555a1fff1e2879a2db58c36040d5064;p=thirdparty%2Fdhcp.git Document changes --- diff --git a/CHANGES b/CHANGES index 10363978c..cff17ea91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +970607 + +- Change size_t to ssize_t in return values where a negative number + is used to indicate an error. + +- Always write out two digits for single-byte quantities in arrays. + 970605 - Add client-hostname token to lexer so that the parser can use it.