summaryrefslogtreecommitdiff
path: root/hostmux
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-06-20 05:41:19 +0000
committerMiles Bader <miles@gnu.org>1997-06-20 05:41:19 +0000
commit1dd0ed736fae382ab6c7174693b177a6bba5ef8d (patch)
tree38cd3a9655c6db715e4db1bb5123a2675dae2999 /hostmux
parent43c165f7ff4d63d0506ef926bb5a9c1ecec32478 (diff)
.
Diffstat (limited to 'hostmux')
-rw-r--r--hostmux/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index e69de29bb..d44d5a39e 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -0,0 +1,11 @@
+1997-06-13 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * leaf.c (create_host_node): Set the times of the new node.
+ (str_append): Function removed.
+ (netfs_get_translator): Use argz_replace instead of doing it ourselves.
+ * mux.c (netfs_get_dirents): MAX_DATA_LEN == 0 means `no limit'.
+ * hostmux.h (touch): Function removed; all uses replaced by the
+ appropriate use of fshelp_touch instead.
+ (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): Macro removed.
+ (hostmux_maptime): Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
+ * hostmux.c (options): --host-pattern isn't optional.