diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-07 21:02:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-07 21:02:39 +0000 |
commit | f8aa79192c4bc19ed1c86f759f9b45b6d4710173 (patch) | |
tree | b782dd07130fcde24533fc37ead98f1c86997a58 /exec/ChangeLog | |
parent | 95d72b554e38b11e27bcc372f8a69d071beec836 (diff) |
.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index 32f01fa0..40a07209 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -3,7 +3,11 @@ 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. + name, not copied from the existing command line. + +1998-10-26 Roland McGrath <roland@baalperazim.frob.com> + + * hashexec.c: Use mach_* instead of __mach_*. 1998-07-15 Roland McGrath <roland@baalperazim.frob.com> |