summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/ChangeLog7
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.