diff options
author | Roland McGrath <roland@gnu.org> | 2000-10-01 21:06:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-10-01 21:06:28 +0000 |
commit | a8a87aeafb4db41a4a5f19f1a7e8ac24be340374 (patch) | |
tree | e7a985e3c15b3c9669ee9778905c875da628c907 /exec | |
parent | 871be596dfc1e9613956f4d59d5453f151723c60 (diff) |
.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index c5c2b01f..38f1e30c 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,12 @@ +2000-10-01 Roland McGrath <roland@frob.com> + + * exec.c: Comments. + +2000-09-24 Roland McGrath <roland@frob.com> + + * exec.c (map): Bail if the requested position + data size does not + fit in the file size. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib @@ -8,7 +17,7 @@ 2000-07-20 Thomas Bushnell, BSG <tb@mit.edu> * hashexec.c (check_hashbang): Count characters in interp - correctly. Fix from Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>. + correctly. Fix from Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>. 2000-03-23 Mark Kettenis <kettenis@gnu.org> |