summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-02 14:00:14 +0000
committerJim Meyering <jim@meyering.net>2000-02-02 14:00:14 +0000
commitaeedb315dd1d5f0cf8e623b6043fb6eef6ac3c99 (patch)
tree67e133a2874025d268557080cad7dab4391956d0 /old
parent93d0c6c472727be9e89c0b1116cc2141fabea59b (diff)
downloadcoreutils-aeedb315dd1d5f0cf8e623b6043fb6eef6ac3c99.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 15f05bc4e..a3045f595 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,11 +1,21 @@
+2000-02-02 Jim Meyering <meyering@lucent.com>
+
+ * tests/touch/Makefile.am (TESTS): Add fifo.
+ * tests/touch/fifo (fail): New file.
+
2000-02-01 Jim Meyering <meyering@lucent.com>
+ * src/touch.c (O_NDELAY): Define to 0 if not defined.
+ (O_NONBLOCK): Define to O_NDELAY if not defined.
+ (touch): Open with O_NONBLOCK, so one can touch a fifo without hanging.
+ Reported by Eric G. Miller via Michael Stone.
+
* man/*.x: Change ." to .\".
Reported by Andreas Schwab and Brendan O'Dea.
2000-01-31 Jim Meyering <meyering@lucent.com>
- * man/Makefile.maint (g_filter): Define.
+ * man/Makefile.maint (ginstall_filter): Define.
($(man_MANS)): Use it here so that the install.1 man page refers
to `install', not `ginstall'. Reported by Andreas Schwab.