summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-17 21:33:30 +0000
committerRoland McGrath <roland@gnu.org>2000-03-17 21:33:30 +0000
commit0bb1aee665ec00d0a6bd06734fd7681db3968fc2 (patch)
treed83700bf63f4bf596c9d5a99c14f4d334b402a55 /exec
parent9706e89a8885812fd7fdd1ab4485afac92f7691d (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 7c348333..019ec068 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,7 +1,12 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * hashexec.c (check_hashbang): Use strpbrk directly instead of strsep.
+ Fix up INTERP_LEN properly in the no-argument case.
+
2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>
* main.c (S_exec_init): Don't use MOVE_SEND in Hurd RPC.
-
+
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
* exec.c (do_exec): Use ports_get_send_right.