Andrei Borzenkov
|
958167b91c
|
test: fix previous commit - we need to return from subexpression
( ... ) was processed recursively, we need to return from it. Revert
this change.
|
2015-01-30 20:21:56 +03:00 |
|
Andrei Borzenkov
|
d29259b134
|
test: do not stop after first file test or closing bracket
Closes: 44115
|
2015-01-30 20:10:43 +03:00 |
|
Vladimir 'phcoder' Serbinenko
|
daf01d61ff
|
Fix test -a and -o precedence.
Reported by: adrian15.
|
2013-05-04 13:38:59 +02:00 |
|
Colin Watson
|
fc524edf65
|
Remove nested functions from filesystem directory iterators.
* include/grub/fs.h (grub_fs_dir_hook_t): New type.
(struct grub_fs.dir): Add hook_data argument.
Update all implementations and callers.
|
2013-01-21 01:33:46 +00:00 |
|
Vladimir 'phcoder' Serbinenko
|
d61386e21d
|
Improve string. Gettextize.
|
2012-02-12 15:25:25 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
e745cf0ca6
|
Implement automatic module license checking according to new GNU
guidelines.
* grub-core/kern/dl.c (grub_dl_check_license): New function.
(grub_dl_load_core): Use grub_dl_check_license.
* include/grub/dl.h (GRUB_MOD_SECTION): New macro.
(GRUB_MOD_LICENSE): Likewise.
(GRUB_MOD_DUAL_LICENSE): Likewise.
All modules updated.
|
2011-04-11 23:01:51 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a38b701cbf
|
Rename jail to extractor
|
2010-09-20 23:01:34 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
7756d44436
|
Basic menuentry-retrieveing jail
|
2010-09-16 23:48:32 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
fc2ef1172c
|
* grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter.
Made static.
(grub_gzfile_open): Removed. All users updated.
(GRUB_MOD_INIT): New function.
(GRUB_MOD_FINI): Likewise.
* grub-core/kern/file.c (grub_file_filters_all): New variable.
(grub_file_filters_enabled): Likewise.
(grub_file_open): Handle filters.
* grub-core/loader/i386/bsd.c (GRUB_MOD_INIT): Load gzio.
* grub-core/normal/main.c (GRUB_MOD_INIT): Likewise.
* include/grub/file.h (grub_file_filter_id_t): New type.
(grub_file_filter_t): Likewise.
(grub_file_filters_all): New extern variable.
(grub_file_filters_enabled): Likewise.
(grub_file_filter_register): New inline function.
(grub_file_filter_unregister): Likewise.
(grub_file_filter_disable): Likewise.
(grub_file_filter_disable_compression): Likewise.
* include/grub/gzio.h: Removed.
|
2010-09-05 13:05:36 +02:00 |
|
BVK Chaitanya
|
8c41176882
|
automake commit without merge history
|
2010-05-06 11:34:04 +05:30 |
|