diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 12 |
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, |