diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-04 21:30:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-04 21:30:20 +0000 |
commit | cd35e768479a95892a347af494796ba655012198 (patch) | |
tree | 2f056d28176b8417ccc9dd8345d756b0307cdc94 /boot | |
parent | 36b96b6d2c1aa23a5fe2fdd07cf943c58707e4bf (diff) |
.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index e3629dab..968560ff 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,10 @@ +2003-01-04 Roland McGrath <roland@frob.com> + + * boot_script.c (boot_script_parse_line): Copy the file name into + malloc'd storage. + (add_arg): New arg TEXTLEN. Store malloc'd copy of TEXT. + (boot_script_parse_line): Update callers. + 2002-06-13 Roland McGrath <roland@frob.com> * boot.c (ds_device_write): int -> size_t in store_write call. |