From: Anon Ymous Date: Thu, 18 Jan 2007 05:33:26 +0000 (+0000) Subject: Mention tonights commits. X-Git-Tag: FILE5_05~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db022da3989fb159dbdfa8b7b5a47152efd357e1;p=file Mention tonights commits. --- diff --git a/ChangeLog b/ChangeLog index 119dece4..6a23e815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-01-18 05:29 Anon Ymous + + * Move the "type" detection code from parse() into its own table + driven routine. This avoids maintaining multiple lists in + file.h. + + * Add an optional conditional field (ust before the type field). + This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is + likely to go away. + 2007-01-16 23:24 Anon Ymous * Fix an initialization bug in check_mem().