From: Christos Zoulas Date: Thu, 10 Jan 2013 23:09:51 +0000 (+0000) Subject: More fixes X-Git-Tag: FILE5_13~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ffb3db4a93f49df8fd25c6dd6c83943cd096ecb;p=file More fixes --- diff --git a/ChangeLog b/ChangeLog index 6d0cf969..2bb5e0a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-10 11:20 Christos Zoulas + + * Make getline public so that file can link against it. + Perhaps it is better to rename it, or hide it differently. + Fixes builds on platforms that do not provide it. + 2013-01-07 11:20 Christos Zoulas * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document @@ -6,6 +12,10 @@ 2013-01-06 11:20 Christos Zoulas * add magic_version function and constant + * Redo memory allocation and de-allocation. + (prevents double frees on non mmap platforms) + * Fix bug with name/use having to do with passing + found state from the parent to the child and back. 2012-12-19 8:47 Christos Zoulas