/[grub]/grub/ChangeLog
ViewVC logotype

Diff of /grub/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.444 by okuji, Sun Dec 9 21:11:37 2001 UTC revision 1.445 by okuji, Tue Dec 11 07:49:16 2001 UTC
# Line 1  Line 1 
1    2001-12-11  Yoshinori K. Okuji  <okuji@gnu.org>
2    
3            * stage2/builtins.c (displayapm_func): Don't use multi-line
4            string literals but string concatenation instead, to suppress
5            warnings from gcc-3.0.x.
6            * stage2/cmdline.c (print_cmdline_message): Likewise.
7            * util/mbchk.c (usage): Likewise.
8            
9            * stage2/smp-imps.c (imps_read_config_table): Add a break
10            statement after the label ``default''.
11            
12            * util/mbchk.c: Include <stdlib.h> for the prototype of exit.
13    
14            * stage2/serial.c (serial_port): Initialize with 0 instead of
15            -1, as an invalid value, because SERIAL_PORT is unsigned. This
16            change shouldn't affect anything.
17            (serial_exists): For the above change, check SERIAL_PORT with 0
18            instead of -1.
19            
20  2001-12-10  Yoshinori K. Okuji  <okuji@gnu.org>  2001-12-10  Yoshinori K. Okuji  <okuji@gnu.org>
21    
22          * stage2/shared.h (ERR_NO_DISK_SPACE): New constant.          * stage2/shared.h (ERR_NO_DISK_SPACE): New constant.

Legend:
Removed from v.1.444  
changed lines
  Added in v.1.445

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26