diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-21 13:16:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-21 13:16:49 +0000 |
commit | b38b96b80cee08394b1729638693abd348e8e799 (patch) | |
tree | 80beb68f3105ac7da2e9fffe9f7a89d5a2bd5ea7 /lib/ChangeLog | |
parent | 8281103ea411a4ff71ab75d92fb01a8fcf789a25 (diff) | |
download | coreutils-b38b96b80cee08394b1729638693abd348e8e799.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ac2b39f37..856a54758 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2002-11-21 Jim Meyering <jim@meyering.net> + * quotearg.c: Use `"'s when including quotearg.h and xalloc.h, + not the `<...>' notation. + Include <errno.h> and declare errno if necessary. + * README: Update from gnulib. 2002-11-20 Paul Eggert <eggert@twinsun.com> |