summaryrefslogtreecommitdiff
path: root/boot/boot_script.c
AgeCommit message (Collapse)Author
1998-09-041998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* boot_script.c: Include <string.h> instead of declaring memset here. Include <stdlib.h> instead of declaring malloc, free here.
1997-07-08(prompt_resume_task):Miles Bader
Pass more than a single character buffer to safe_gets.
1997-04-14Mon Mar 17 13:12:45 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot_script.c (boot_script_parse_line): Don't print gratuitous output noise.
1996-04-15Include <stdio.h>.Michael I. Bushnell
1995-09-28(read_file): Pass CMD->path for file name.Roland McGrath
(CHECK_CMDLINE_LEN): Update ARGV pointers after reallocating the line buffer.
1995-09-27(read_file): New function.Roland McGrath
(builtin_symbols): Add $(read-file) builtin.
1995-09-23(boot_script_parse_line): Ignore line beginning with #.Roland McGrath
1995-08-28Updated by Shantanu Goel, to accept action keywords only inside $(...) andRoland McGrath
only variable values inside ${...}.
1995-08-23Initial revisionRoland McGrath