summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-21 13:16:49 +0000
committerJim Meyering <jim@meyering.net>2002-11-21 13:16:49 +0000
commitb38b96b80cee08394b1729638693abd348e8e799 (patch)
tree80beb68f3105ac7da2e9fffe9f7a89d5a2bd5ea7 /lib
parent8281103ea411a4ff71ab75d92fb01a8fcf789a25 (diff)
downloadcoreutils-b38b96b80cee08394b1729638693abd348e8e799.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
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>