diff --git a/ChangeLog b/ChangeLog index 3cb5958e2..e90afacd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,14 @@ * stage2/char_io.c [!STAGE1_5] (get_cmdline): If C is a newline or a return, then set LPOS to LLEN and call the function cl_setcpos. + [!STAGE1_5] (grub_strncat): New function. * stage2/builtins.c (embed_func): New function. (builtin_embed): New varilable. (setup_func): New function. (builtin_setup): New varilable. (builtin_table): Added a pointer to BUILTIN_EMBED and a pointer to BUILTIN_SETUP. + * stage2/shared.h (grub_strncat): Declared. * stage2/Makefile.am (stage2_size.h): ../stage2/stage2 -> pre_stage2. Reported by Pavel Roskin.