diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 05:43:11 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 05:43:11 +0000 |
commit | 1b26801391ff8981c211d55f462cf6a6294a8ed8 (patch) | |
tree | 1bc2cc7879ba9d87bfd40514aec4d3d93e231086 /lib/ChangeLog | |
parent | 557ed575e8f209487e245851b6841ecc74970291 (diff) | |
download | coreutils-1b26801391ff8981c211d55f462cf6a6294a8ed8.tar.xz |
Sync with gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a4cb4918d..62987b82e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,16 @@ 2004-08-09 Paul Eggert <eggert@cs.ucla.edu> + * Makefile.am (libfetish_a_SOURCES): Add getpass.h. + * getpass.h: New file. + * .cpp-disable: Add it. + * getpass.c [!_LIBC]: Include it. + + * 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. * fts.c (diropen): New function. |