summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-20 18:16:18 +0000
committerRoland McGrath <roland@gnu.org>2000-03-20 18:16:18 +0000
commit4c82c5f9bde03d154c0051aa6b54a88700e01939 (patch)
tree58cc7e96b49ede16a786b71832870908a0992209 /exec
parent7fb3aa4804390c2d5ed347cc21d88560ed34c65b (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 019ec068..c27f6da6 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,12 @@
+2000-03-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (trivfs_allow_open): Initialize to zero.
+ (trivfs_support_read, trivfs_support_write): Likewise.
+ (trivfs_support_exec): Variable removed.
+
+ * exectrans.c: Obsolete file removed.
+ * Makefile (DIST_FILES): Remove it.
+
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
* hashexec.c (check_hashbang): Use strpbrk directly instead of strsep.