summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog11
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>