summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-24 20:10:36 +0000
committerJim Meyering <jim@meyering.net>2001-05-24 20:10:36 +0000
commit7d6896c0d9a723d30b83cb426c36425e720ef8c2 (patch)
tree6b07ff3c0c26f0bae23086b629044d54381abd78 /old
parent0473003f8a0a23f5981db94d98b0ea0ea1a15dda (diff)
downloadcoreutils-7d6896c0d9a723d30b83cb426c36425e720ef8c2.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 44f647beb..84c7ddd69 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
2001-05-24 Jim Meyering <meyering@lucent.com>
+ * Makefile.maint (wget-update): Have wget write to a temporary file,
+ and replace the original only if wget succeeds.
+ Also get ansi2nkr.c.
+
* src/ls.c: Use `#if D_TYPE_IN_DIRENT && defined DTTOIF' to
determine whether to enable the DT_INIT definition, not the less
portable `#if defined _DIRENT_HAVE_D_TYPE || defined DTTOIF'.