This website requires JavaScript.
Explore
Help
Sign In
upstream-mirrors
/
grub
Watch
1
Star
0
Fork
0
mirror of
git://git.git.savannah.gnu.org/grub.git
synced
2026-09-05 21:21:47 +00:00
Code
Activity
Files
phcoder/arrows
grub
/
grub-core
/
normal
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Vladimir Serbinenko
6f07c4e407
Pass font config to config.h and not by TARGET_CFLAGS as adding
...
arguments doesn't work if TARGET_CFLAGS is specified on command line.
2013-12-04 10:25:53 +01:00
..
auth.c
Improve gettext support. Stylistic fixes and error handling fixes while
2012-02-08 19:26:01 +01:00
autofs.c
* grub-core/normal/autofs.c (autoload_fs_module): Save and restore
2012-07-22 16:23:46 +02:00
charset.c
Pass font config to config.h and not by TARGET_CFLAGS as adding
2013-12-04 10:25:53 +01:00
cmdline.c
* grub-core/normal/cmdline.c (grub_cmdline_get): Plug memory leak.
2013-11-18 02:43:29 +01:00
color.c
Make color variables global instead of it being per-terminal.
2013-01-21 17:53:41 +01:00
completion.c
* include/grub/misc.h (grub_strcat): Removed. All users changed to
2013-11-01 16:27:37 +01:00
context.c
Fix several memory leaks.
2013-05-04 13:47:10 +02:00
crypto.c
* grub-core/normal/crypto.c (read_crypto_list): Fix incorrect
2013-03-07 08:41:27 +01:00
datetime.c
* grub-core/normal/datetime.c (grub_get_weekday): Use if rather than
2013-11-13 09:26:13 +01:00
dyncmd.c
* grub-core/normal/dyncmd.c (read_command_list): Don't access freed
2012-06-13 01:04:14 +02:00
main.c
Revamp hidden timeout handling
2013-11-28 02:29:15 +00:00
menu_entry.c
* grub-core/normal/menu_entry.c (get_logical_num_lines): Use unsigned
2013-10-26 01:01:06 +02:00
menu_text.c
Make char and string width grub_size_t rather than grub_ssize_t.
2013-10-25 23:58:24 +02:00
menu.c
Reduce nesting level.
2013-12-03 16:11:00 +00:00
misc.c
Mark few forgotten strings for translation.
2013-05-07 11:41:47 +02:00
term.c
* grub-core/normal/term.c (grub_set_more): Use bool logic rather than
2013-11-13 02:27:11 +01:00