| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Quiet gcc warnings about unused variables and functions -- things that
are not used in the Syslinux environment at this time.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |
|
|
|
|
|
|
| |
gcc warns about suspicious-looking code with a comparison inside ==.
The code is correct, but add parens so that gcc know we know it is
correct.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |
|
|
|
|
| |
Need header files for functions we invoke.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Modernize the Makefile for lua to match the current style, in
particular to have it pick up its configuration and rules from the
central MCONFIG file.
This also fixes the incorrect use of "clean" vs. "spotless" which was
picked up from the Makefile style in use at that time.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |
|
|
| |
Update the lua code to work with Syslinux 4.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
|
|
| |
from http://lua-users.org/wiki/LuaPowerPatches
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| | |
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
|
|
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|