summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-15 09:00:08 +0000
committerRoland McGrath <roland@gnu.org>1995-05-15 09:00:08 +0000
commit74aa5ce576a19db0984cb1fe59fb49873057e186 (patch)
tree3d74feefda62281448f1d8fc75ab208dde28175d /ChangeLog
parentaf92ce7e8267cd31fd97bc8e5ca4826ad0a2cfe6 (diff)
Sat May 13 02:16:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* configure.in (os=gnu*): Always set elf=yes, not just for os=gnu*elf*. Fri May 12 15:31:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * elf/elf.h (ELFMAG, SELFMAG): New macros. Fri May 12 11:24:53 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu> * hurd/alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in the case where it starts out less than _hurd_dtablesize. Thu May 11 20:51:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * hurd/alloc-fd.c (_hurd_alloc_fd): When expanding the dtable, make sure the new size exceeds FIRST_FD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1ca6df766..4d55f3fa15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Sat May 13 02:16:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * configure.in (os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
+
+Fri May 12 15:31:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * elf/elf.h (ELFMAG, SELFMAG): New macros.
+
+Fri May 12 11:24:53 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
+
+ * hurd/alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in
+ the case where it starts out less than _hurd_dtablesize.
+
+Thu May 11 20:51:05 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * hurd/alloc-fd.c (_hurd_alloc_fd): When expanding the dtable,
+ make sure the new size exceeds FIRST_FD.
+
Wed May 10 21:00:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/mach/i386/sysdep.h (RETURN_TO): New macro.