diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-11-05 20:42:00 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-11-05 20:42:00 +0000 |
commit | a08515735de79eda5994d15abfce3c0fee30a7f9 (patch) | |
tree | 0ac8b9bfd9dad849336282cd3a6b7b8dff38dfb4 /exec/ChangeLog | |
parent | 3dcaa5f6262e5dec4aeb13d3b6bbb4ef45877a47 (diff) |
Thu Nov 5 15:26:50 1998 Thomas Bushnell, BSG <tb@mit.edu>
* hashexec.c (check_hashbang): Keep INTERP_LEN with the correct
value (bytes of memory holding INTERP) for later use.
(check_hashbang: setup_args): Set argv[0] from the interpreter
name, not copied from the existing command line.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index e670493e..32f01fa0 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 5 15:26:50 1998 Thomas Bushnell, BSG <tb@mit.edu> + + * hashexec.c (check_hashbang): Keep INTERP_LEN with a the correct + value (bytes of memory holding INTERP) for later use. + (check_hashbang: setup_args): Set argv[0] from the interpreter + name, not copied from the existing command line. + 1998-07-15 Roland McGrath <roland@baalperazim.frob.com> * exec.c (do_exec): Set boot->phdr_addr and boot->user_entry after |