diff options
-rw-r--r-- | boot/ChangeLog | 5 | ||||
-rw-r--r-- | serverboot/ChangeLog | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index 2c1374ae..fd915038 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,8 @@ +1997-07-08 Miles Bader <miles@gnu.ai.mit.edu> + + * boot_script.c (prompt_resume_task): Pass more than a single + character buffer to safe_gets. + 1997-06-20 Miles Bader <miles@gnu.ai.mit.edu> * boot.c (bootscript): Made global. diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 01b8065b..034e06c1 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,15 @@ +1997-07-08 Miles Bader <miles@gnu.ai.mit.edu> + + * bootstrap.c: Don't include "translate_root.h". + (main): Don't call translate_root. + Pass more than a single character to safe_gets. + (DEFAULT_ROOT): New macro. + (safe_gets): Make sure a newline exists before removing it. + Ensure that the cursor moves to the beginning of the next line. + * translate_root.c, translate_root.h: Files removed. + * Makefile (SRCS): Remove translate_root.c. + (LCLHDRS): Remove translate_root.h. + Fri Jun 20 15:37:15 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * bootstrap.c (main/script_paging_file): Instead of returning an |