From 191c0eea0a89a9050d288783f0b26868fda84249 Mon Sep 17 00:00:00 2001 From: okuji Date: Wed, 13 Oct 1999 03:08:18 +0000 Subject: [PATCH] I forgot writing some entries in ChangeLog. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) 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.