summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-22 11:12:00 +0000
committerJim Meyering <jim@meyering.net>2002-01-22 11:12:00 +0000
commit78ebc8e8d520e3419697aab8a119e313fa4e159b (patch)
treecb98e5713e0d635f6cbc85e50b9e3c508c99410d /old
parente053850b61e7fb590b5c3b7fffeef133e9960009 (diff)
downloadcoreutils-78ebc8e8d520e3419697aab8a119e313fa4e159b.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
-rw-r--r--old/textutils/ChangeLog23
2 files changed, 25 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0557fd29b..37d50bf87 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,8 @@
* Version 4.1.6.
+ * po/POTFILES.in: Add lib/xmemcoll.c
+
* src/chown-core.c: Don't include "xalloc.h", as system.h already
does that via sys2.h.
* src/ls.c: Likewise.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index eb36d0548..79c25aac4 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,29 @@
* Version 2.0.20.
+ * po/POTFILES.in: Add lib/xmemcoll.c.
+
+2002-01-22 Paul Eggert <eggert@twinsun.com>
+
+ * src/tac.c (save_stdin): Report proper errno value after
+ fwrite failures. Do not bother to rewind the temp file, as
+ it'll be read backwards anyway.
+
+2002-01-22 Paul Eggert <eggert@twinsun.com>
+
+ * src/ptx.c (swallow_file_in_memory): Work even if `open' returns 0.
+ Check for `close' error.
+
+2002-01-22 Paul Eggert <eggert@twinsun.com>
+
+ Port to glibc 2.2.5, whose mmap stdio positions the underlying
+ file descriptor at a nonzero offset after an fopen.
+
+ * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
+ * src/od.c (skip): Use fseeko rather than lseek.
+ (Also, check for overflow when converting uintmax_t to off_t.)
+ * src/sys2.h (EOVERFLOW, fseeko): New macros.
+
2001-01-21 Paul Eggert <eggert@twinsun.com>
* src/comm.c: Include xmemcoll.h, not memcoll.h.