diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-14 12:52:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-14 12:52:19 +0000 |
commit | acf7bd48ce5f5440feacf6b3c159d1e3dd11e9d6 (patch) | |
tree | 1bb2084c399927ef4895eedf9b54a395900f8491 /lib | |
parent | 3cb04081fb8f2110dd13b0d7373b871580b6a464 (diff) | |
download | coreutils-acf7bd48ce5f5440feacf6b3c159d1e3dd11e9d6.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b4ed25d7b..8f8ef3ba2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Dmitry V. Levin <ldv@altlinux.org> + + * stat.c: Include "xalloc.h". + 2003-03-13 Paul Eggert <eggert@twinsun.com> Merge changes from Bison. @@ -321,7 +325,8 @@ (libfetish_a_SOURCES): Add search_.h. * ftw_.h: Rename from ftw.h. - * obstack.h (obstack_object_size): Declare temporary, __o, to be const. + * obstack.h (obstack_object_size): Declare temporary, __o, + to be const, in order to avoid warnings. (obstack_room): Likewise. (obstack_empty_p): Likewise. |