BVK Chaitanya
25156d7180
pull-in block-arg branch for loop fixes
2010-06-10 20:53:20 +05:30
BVK Chaitanya
a992a71ed8
fix memory issues when used inside loops
2010-06-10 20:49:57 +05:30
BVK Chaitanya
9d0bd7407d
remove menuentry from GRUB script
2010-06-10 18:15:38 +05:30
BVK Chaitanya
28be0e94db
add example usage to hello command
2010-06-10 12:12:03 +05:30
BVK Chaitanya
3db1c9eee4
pull-in func-params branch
2010-06-09 11:34:01 +05:30
BVK Chaitanya
1702fbc15d
replace error handling with goto
2010-05-21 15:43:24 +05:30
BVK Chaitanya
0003008a58
memory leak fix in grub_script_execute_cmdline
2010-05-19 10:25:41 +05:30
BVK Chaitanya
53018ca6c3
minor fix
2010-05-12 13:12:49 +05:30
BVK Chaitanya
d13f69de73
handle failure case
2010-05-12 10:45:22 +05:30
BVK Chaitanya
a0167e8bdf
rewrote arglist to argv conversion and added $@, $* support
2010-05-12 10:19:12 +05:30
BVK Chaitanya
01b0317f7b
simplified nesting dynamic scopes
2010-05-11 10:52:10 +05:30
BVK Chaitanya
342bf06e58
function parameters support
2010-05-05 14:47:50 +05:30
BVK Chaitanya
a8a145eb2f
simplify cmdblock with cmdlist
2010-05-05 14:05:06 +05:30
BVK Chaitanya
19dd394f56
block argument support
2010-04-30 12:09:31 +05:30
BVK Chaitanya
dd6fee39fa
merged mainline
2010-03-21 11:03:41 +05:30
BVK Chaitanya
8622549153
merged in mainline
2010-03-14 22:20:55 +05:30
Vladimir 'phcoder' Serbinenko
bc028f2f86
2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
...
Prevent unknown commands from stopping menuentry execution.
* script/execute.c (grub_script_execute_cmdline): Print error after
unknown command.
2010-02-14 14:46:19 +01:00
Vladimir 'phcoder' Serbinenko
dd01d3970f
2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>
...
* script/execute.c (grub_script_execute_cmdline): Use grub_print_error
to show messages instead of discarding them.
Process errors after executing command and not before. Keep old method
too as precaution.
2010-02-10 18:09:44 +01:00
BVK Chaitanya
b5c5144ab1
made while/until loop condition check more readable
2010-01-26 14:33:23 +05:30
BVK Chaitanya
3342306cec
several fixes in return value handling
2010-01-26 12:32:24 +05:30
BVK Chaitanya
f4c499f86f
replaced magic numbers with macros
2010-01-23 19:46:28 +05:30
BVK Chaitanya
10523df478
while and until loops support
2010-01-23 11:19:26 +05:30
BVK Chaitanya
4e6a305be4
for loop support to grub script
2010-01-23 11:03:41 +05:30
BVK Chaitanya
1368740e69
one more bug fix in grub_script_execute_arglist_to_argv
2010-01-23 10:28:52 +05:30
BVK Chaitanya
1fb08ed515
return arg count from grub_script_execute_arglist_to_argv
2010-01-23 09:12:46 +05:30
BVK Chaitanya
345dd552ad
replace ROUND_UPTO with ALIGN_UP
2010-01-23 08:57:26 +05:30
BVK Chaitanya
547e494f1b
lexer-rewrite rebase commit
2010-01-22 19:07:27 +05:30
Vladimir 'phcoder' Serbinenko
8b442f3f4c
asprintf and snprintf support
2009-12-29 10:04:06 +01:00
Carles Pina i Estany
3102743011
2009-12-13 Carles Pina i Estany <carles@pina.cat>
...
* script/execute.c (grub_script_execute_cmdline): Set grub_errno to
GRUB_ERR_NONE before calling grub_env_set.
2009-12-13 12:35:20 +00:00
Robert Millan
f515aa6224
2009-11-23 Robert Millan <rmh.grub@aybabtu.com>
...
* script/sh/execute.c: Move from here ...
* script/execute.c: ... to here. Update all users.
* script/sh/function.c: Move from here ...
* script/function.c: ... to here. Update all users.
* script/sh/lexer.c: Move from here ...
* script/lexer.c: ... to here. Update all users.
* script/sh/main.c: Move from here ...
* script/main.c: ... to here. Update all users.
* script/sh/parser.y: Move from here ...
* script/parser.y: ... to here. Update all users.
* script/sh/script.c: Move from here ...
* script/script.c: ... to here. Update all users.
2009-11-23 15:37:33 +00:00