diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 7 |
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. |