summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-04 07:03:26 +0000
committerJim Meyering <jim@meyering.net>2000-07-04 07:03:26 +0000
commit266adb53022bcfa4341fc50ba3030c8333821682 (patch)
tree1a6e212721bea8cd51cbe9e5465bd8a9ad8eb088 /lib
parent5a6fe4fd57739de534fd9e994a673e79a145eede (diff)
downloadcoreutils-266adb53022bcfa4341fc50ba3030c8333821682.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7dad8a6e0..de52daa7d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-03 Paul Eggert <eggert@twinsun.com>
+ and Bruno Haible <haible@clisp.cons.org>
+
+ * lib/quotearg.c (mbrtowc):
+ Assign to *pwc, and return 1 only if result is nonzero.
+ (iswprint): Use ISPRINT when substituting our own mbrtowc.
+
2000-07-02 Jim Meyering <meyering@lucent.com>
* quotearg.c (mbstate_t): Don't define here.