rockbox/apps/plugins/lua
William Wilgus 1930ca8d66 remove rockboxlogo after boot INIT_ATTR
nets about 5k on clipzip  (less on mono, more on others)
to move rockboxlogo to .initdata section

Remove show_logo completely and move to main.c
remove plugin stub
give credits plugin its own copy
credit fallback is now show_info()

Change-Id: Id9ed787e605ed29e7ab1e7a74d3821cd0f840ed4
2022-12-19 18:59:59 -05:00
..
include_lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
action_helper.pl
button_helper.pl
lapi.c
lapi.h
lauxlib.c lua Fix a few potential bugs 2021-08-13 22:44:45 -04:00
lauxlib.h
lbaselib.c
lbitlib.c
lcode.c lua fix potential null warning 2021-08-03 11:02:15 +00:00
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 lua Fix a few potential bugs 2021-08-13 22:44:45 -04:00
lmem.c
lmem.h
loadlib.c lua latebound function update 2021-05-19 23:28:35 +00:00
lobject.c
lobject.h
lopcodes.c
lopcodes.h
loslib.c
lparser.c lua Fix a few potential bugs 2021-08-13 22:44:45 -04:00
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 lua fix yellow and add temploader 2021-05-03 23:13:25 -04: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 build: Rename SHARED_LDFLAG to SHARED_LDFLAGS 2021-07-08 19:53:05 -04:00
rbdefines_helper.pl Add custom action mapping to core 2022-02-23 08:47:12 -05:00
README
rockaux.c lua rockaux.c filetol fix invalid conditional 2021-08-10 15:00:42 -04:00
rockconf.h
rocklib.c remove rockboxlogo after boot INIT_ATTR 2022-12-19 18:59:59 -05:00
rocklib.h
rocklib_aux.pl
rocklib_events.c lua Fix potential event stack OVFL 2022-11-16 20:54:30 -05:00
rocklib_events.h
rocklib_img.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
rocklib_img.h
rocklibc.h
rocklua.c lua add ability to pass PLUGIN_ ret vals with os.exit() + add defines 2021-10-21 22:28:05 -04:00
settings_helper.pl
SOURCES
strftime.c lua strftime fix out of scope buffer 2021-08-13 07:28:39 -04:00
strpbrk.c
strstr.c
strtol.c
strtoul.c
tlsf_helper.c code cleanup encase ;; in brackets {;;} 2021-08-13 11:51:21 +00:00

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