summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-13 06:02:32 +0000
committerRoland McGrath <roland@gnu.org>2000-03-13 06:02:32 +0000
commit6cf54c27eb7c505e0bdc22437d0577343683e552 (patch)
tree124b225962d6964f260d9d85d3c5d37e0adc9a96
parentd6033be5917f89e4afd0a1c3589f3093ffee0b88 (diff)
.
-rw-r--r--exec/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 8773f1c3..439cc79e 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,15 @@
+2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * exec.c (prepare_stream): New function, broken out of prepare.
+ (prepare): Call it.
+ [_STDIO_USES_IOSTREAM]: Do #error if this is defined.
+ (map, input_room, close_exec_stream, fake_seek, prepare_stream):
+ Conditionalize all these definitions on [! _STDIO_USES_IOSTREAM].
+ Only map and prepare_stream are called from elsewhere in the code.
+ (check_gzip): Don't reinitialize E->stream, since it will in fact not
+ be used again.
+ (check_bzip2): Likewise.
+
2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
* hostarch.c (elf_machine_matches_host): Don't recognize EM_486,