# HG changeset patch # User Paul Eggert # Date 1092115042 0 # Node ID 2bf5b993ea8cde835f022b17f13daae5e0f0c197 # Parent 7beb82c9f4d7de88eb877db98446951a15bca7a1 obstack, chown fixes. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2004-08-09 Paul Eggert + + * obstack.h (obstack_empty_p): + Don't assume that chunk->contents is suitably aligned. + * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk): + Likewise. Problem reported by Benno in + . + + * chown.c (rpl_chown): Work even if the file is writeable but not + readable. This could be improved further but it'd take some work. + 2004-08-08 Simon Josefsson * xgethostname.c: Don't include error.h (not used).