Vladimir 'phcoder' Serbinenko
|
f8a9ab1245
|
* grub-core/commands/wildcard.c (match_files): Handle filenames
without explicit device.
(wildcard_expand): Don't add explicit device if not already present.
* tests/grub_script_echo1.in: Add a new expansion test.
|
2012-01-24 13:34:36 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d35d0d3753
|
Add const keyword to grub_env_get and gettextize week days.
* grub-core/hook/datehook.c (grub_datetime_names): Make const.
(grub_read_hook_datetime): Return const char *.
* grub-core/kern/env.c (grub_env_get): Return const char *. All users
updated.
* grub-core/normal/datetime.c (grub_weekday_names): Make const.
Mark for gettext.
(grub_get_weekday_name): Return const char *. Call gettext.
* grub-core/script/argv.c (grub_script_argv_append): Receive const
char * and len as the argument. All users updated.
(grub_script_argv_split_append): Receive const char *.
* include/grub/datetime.h (grub_get_weekday_name): Update proto.
* include/grub/env.h (grub_env_get): Likewise.
(grub_env_read_hook_t): Return const char *.
* include/grub/script_sh.h (grub_script_argv_append): Update proto.
(grub_script_argv_split_append): Likewise.
|
2011-11-11 20:34:37 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
ab80f326f4
|
* grub-core/commands/wildcard.c (make_regex): Handle @.
|
2011-08-23 11:19:26 +02:00 |
|
Szymon Janc
|
cbf597afb1
|
* grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL
pointer checks before calling grub_free().
* grub-core/commands/wildcard.c (match_devices): Likewise.
* grub-core/commands/wildcard.c (match_files): Likewise.
* grub-core/fs/cpio.c (grub_cpio_dir): Likewise.
* grub-core/fs/cpio.c (grub_cpio_open): Likewise.
* grub-core/fs/udf.c (grub_udf_read_block): Likewise.
* grub-core/fs/xfs.c (grub_xfs_read_block): Likewise.
* grub-core/loader/efi/chainloader.c (grub_cmd_chainloader): Likewise.
* grub-core/normal/cmdline.c (grub_cmdline_get): Likewise.
* grub-core/script/yylex.l (grub_lexer_unput): Likewise.
* grub-core/video/readers/jpeg.c (grub_video_reader_jpeg): Likewise.
* grub-core/video/readers/png.c (grub_png_output_byte): Likewise.
|
2011-06-26 17:17:41 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
4388ca7224
|
* grub-core/commands/wildcard.c (match_files): Add a useful dprintf.
(wildcard_expand): Don't stop on nonregexp parts after regexp ones since
it truncates the output.
Reported by: Ximin Luo.
|
2011-06-24 13:43:10 +02:00 |
|
Szymon Janc
|
3f0f38317b
|
* grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused
variable.
* grub-core/commands/wildcard.c (match_files): Likewise.
|
2010-11-30 21:35:59 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d8a84076ea
|
* grub-core/commands/wildcard.c (make_regex): Escape brackets.
|
2010-09-12 20:15:30 +02:00 |
|
bvk.groups@gmail.com
|
b61d05ed19
|
* grub-core/commands/wildcard.c (wildcard_expand): Fix wrong
grub_free.
|
2010-09-07 17:16:03 +05:30 |
|
BVK Chaitanya
|
854bd47cb8
|
fix memory leak and out-of-range writes
|
2010-09-04 14:22:51 +05:30 |
|
BVK Chaitanya
|
cc7b1ab4d6
|
review comments
|
2010-09-03 20:35:23 +05:30 |
|
BVK Chaitanya
|
8fdefb9253
|
merge with mainline
|
2010-08-26 12:11:57 +05:30 |
|