1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua
Solomon Peachy a3398a2143 plugins: Fix the builds for targets lacking HAVE_BACKLIGHT
Change-Id: Ifdb1501834b7ea63ca6f731bbd6414305d7e0001
2020-07-24 18:17:19 -04:00
..
include_lua
action_helper.pl
button_helper.pl
lapi.c
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c
lbitlib.c
lcode.c
lcode.h
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c
lgc.h
liolib.c
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
loslib.c
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.h
lua.make [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
lua_user.c
lua_user.h
luaconf.h
luadir.c
luadir.h
lualib.h
lundump.c
lundump.h
lvm.c
lvm.h
lzio.c
lzio.h
Makefile [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
rbdefines_helper.pl
README
rockaux.c
rockconf.h
rocklib.c plugins: Fix the builds for targets lacking HAVE_BACKLIGHT 2020-07-24 18:17:19 -04:00
rocklib.h
rocklib_aux.pl
rocklib_events.c lua RockEv timing fixes 2020-06-23 11:17:17 +00:00
rocklib_events.h
rocklib_img.c [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
rocklib_img.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
rocklibc.h
rocklua.c lua add _fullpath and argument parsing 2020-06-01 13:23:38 -05:00
settings_helper.pl
SOURCES
strftime.c
strpbrk.c
strstr.c
strtol.c
strtoul.c
tlsf_helper.c

The following files are (with slight modifications for Rockbox) from dietlibc
version 0.31 which is licensed under the GPL version 2:

    gmtime.c
    strftime.c
    strpbrk.c
    strtol.c
    strtoul.c
    strstr.c