I forgot writing some entries in ChangeLog.

This commit is contained in:
okuji 1999-10-13 03:08:18 +00:00
parent 8d19545f6b
commit 191c0eea0a

View file

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