rockbox/apps/plugins/lua
Franklin Wei 8379b230f6 lua: wrap thread_set_priority with #ifdef HAVE_PRIORITY_SCHEDULING
Should fix a compile-time error on simulator.

Change-Id: I5962479579350ebffe6dcce4f65a629b108ff936
2019-07-29 00:50:11 +02:00
..
include_lua lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
action_helper.pl
button_helper.pl
lapi.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lapi.h
lauxlib.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lauxlib.h lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lbaselib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lbitlib.c
lcode.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lcode.h
ldebug.c
ldebug.h
ldo.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
ldo.h
ldump.c lua disable bytecode dump & undump functions 2019-07-18 14:56:00 -05:00
lfunc.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lfunc.h
lgc.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lgc.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
liolib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
llex.c lua inbinary strings 2019-07-11 00:31:41 +02:00
llex.h
llimits.h
lmathlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lmem.c
lmem.h
loadlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lobject.c lua inbinary strings 2019-07-11 00:31:41 +02:00
lobject.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lopcodes.c
lopcodes.h
loslib.c lua close state on os.exit 2019-07-13 07:46:32 -05:00
lparser.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lparser.h
lstate.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lstate.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lstring.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lstring.h lua inbinary strings 2019-07-11 00:31:41 +02:00
lstrlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
ltable.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
ltable.h
ltablib.c Fix misleading indentation as pointed out by the new gcc warning 2016-08-12 15:33:28 +02:00
ltm.c lua inbinary strings 2019-07-11 00:31:41 +02:00
ltm.h
lua.h lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lua.make lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
lua_user.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lua_user.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
luaconf.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
luadir.c
luadir.h
lualib.h
lundump.c lua disable bytecode dump & undump functions 2019-07-18 14:56:00 -05:00
lundump.h lua disable bytecode dump & undump functions 2019-07-18 14:56:00 -05:00
lvm.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
lvm.h
lzio.c Lua fix reader bug in lzio 2018-11-15 11:20:54 +01:00
lzio.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
Makefile
rbdefines_helper.pl lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
README Lua remove strncat.c & strcspn.c 2018-10-30 04:17:06 +01:00
rockaux.c lua events from rockbox 2019-07-19 20:48:34 -05:00
rockconf.h Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
rocklib.c lua: wrap thread_set_priority with #ifdef HAVE_PRIORITY_SCHEDULING 2019-07-29 00:50:11 +02:00
rocklib.h lua events from rockbox 2019-07-19 20:48:34 -05:00
rocklib_aux.pl lua remove unneeded plugin functions 2019-07-28 07:29:10 -05:00
rocklib_events.c lua events from rockbox 2019-07-19 20:48:34 -05:00
rocklib_events.h lua events from rockbox 2019-07-19 20:48:34 -05:00
rocklib_img.c lua fix rlimage FB_SCALARPACK() 2018-11-02 00:42:57 -04:00
rocklib_img.h lua move rocklib_img to its own separate loadable module 2018-10-22 14:00:58 -04:00
rocklibc.h lua update to 5.1.5 2018-11-11 19:42:30 -05:00
rocklua.c lua events from rockbox 2019-07-19 20:48:34 -05:00
settings_helper.pl Lua Fix settings_helper for the gigaBeastS 2018-12-17 09:41:15 -06:00
SOURCES Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02:00
strftime.c Lua update strftime.c from dietlibc source 2018-10-30 02:39:11 -04:00
strpbrk.c
strstr.c
strtol.c
strtoul.c
tlsf_helper.c Lua Add Emergency Garbage Collector 2019-07-28 15:17:48 +02: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