changeset 5175:2bf5b993ea8c

obstack, chown fixes.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 10 Aug 2004 05:17:22 +0000
parents 7beb82c9f4d7
children 31a66786d2db
files lib/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* 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
+	<http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
+
+	* 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  <jas@extundo.com>
 	
 	* xgethostname.c: Don't include error.h (not used).