summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-21 08:32:28 +0000
committerJim Meyering <jim@meyering.net>2002-11-21 08:32:28 +0000
commit6bc244f431d8c49e36cf6234db214f7bdb86a2fd (patch)
tree9ea1b4b24cd8d60d54a0a5503e384ece4c32b6c8 /lib
parentcf9a5e9196519168aa090a9612b8f39a3d3788fb (diff)
downloadcoreutils-6bc244f431d8c49e36cf6234db214f7bdb86a2fd.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 08353197f..12fe4701d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,19 @@
+2002-11-21 Jim Meyering <jim@meyering.net>
+
+ Merge in changes from the coreutils.
+
+ * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
+ ones. At least on GNU/Linux systems, `auto' means something else.
+ From Michael Stone.
+
2002-11-19 Jim Meyering <jim@meyering.net>
+ * quotearg.c (quotearg_buffer_restyled): If mbrtowc returns
+ `(size_t) -1' (at which point it would also set errno to EILSEQ),
+ then restore errno to its previous value.
+ Reported by Phillip Jones via Tim Waugh as
+ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=76334.
+
Avoid a link-time failure on some Linux systems.
* mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise).
(__mon_yday): Declare with the STATIC attribute.