grub/grub-core/script
Vladimir Serbinenko 080603f0b0 Decrease stack usage in lexer.
We have only 92K of stack and using over 4K per frame is wasteful

	* grub-core/script/yylex.l (yyalloc), (yyfree), (yyrealloc): Declare
	as macros so that compiler would remove useless structure on stack.
	Better solution would be to fix flex not to put this structure on
	the stack but flex is external program.
2013-11-16 16:37:59 +01:00
..
argv.c * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading 2012-03-19 13:29:43 +01:00
execute.c * grub-core/script/execute.c (grub_script_execute_sourcecode): Split 2013-06-07 18:36:42 +02:00
function.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
lexer.c * grub-core/script/lexer.c (grub_script_lexer_init): Rename getline 2013-01-16 09:06:11 +01:00
main.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
parser.y Remove vestiges of -Wunsafe-loop-optimisations. 2013-11-07 02:25:31 +01:00
script.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
yylex.l Decrease stack usage in lexer. 2013-11-16 16:37:59 +01:00