rockbox/apps/plugins/lua
William Wilgus 47639fb9ac lua alphabetically sort perl generated rocklib_aux functions
Change-Id: I6566c19a0fee630a5e250c1244159d5b488b57ff
2019-07-17 10:22:21 -05:00
..
include_lua lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversion 2018-11-24 16:40:23 -05:00
action_helper.pl
button_helper.pl
lapi.c
lapi.h
lauxlib.c lua late bound cfunction tables 2019-07-11 00:09:54 -05: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 update to 5.1.5 2018-11-11 19:42:30 -05:00
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c lua inbinary strings 2019-07-11 00:31:41 +02:00
lgc.h
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 inbinary strings 2019-07-11 00:31:41 +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 update to 5.1.5 2018-11-11 19:42:30 -05:00
lparser.h
lstate.c
lstate.h
lstring.c lua inbinary strings 2019-07-11 00:31:41 +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
ltable.h
ltablib.c
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 Fix lua helpers -- supress line markers in preproc source generation scripts 2018-12-24 21:37:06 +01:00
luaconf.h lua reduce heap allocated buffer sizes, organize luaconf.h 2019-07-11 11:59:43 -05:00
luadir.c
luadir.h
lualib.h
lundump.c lua remove error messages for pre-compiled chunks 2019-07-09 01:03:58 +02:00
lundump.h
lvm.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lvm.h
lzio.c Lua fix reader bug in lzio 2018-11-15 11:20:54 +01:00
lzio.h
Makefile
README Lua remove strncat.c & strcspn.c 2018-10-30 04:17:06 +01:00
rockaux.c Lua replace fscanf 2018-10-29 23:22:35 -04:00
rockconf.h lua inbinary strings 2019-07-11 00:31:41 +02:00
rocklib.c lua inbinary strings 2019-07-11 00:31:41 +02:00
rocklib.h Lua fix crash on arm devices 2018-11-17 09:04:05 -05:00
rocklib_aux.pl lua alphabetically sort perl generated rocklib_aux functions 2019-07-17 10:22:21 -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 move rocklib_img to its own separate loadable module 2018-10-22 14:00:58 -04:00
settings_helper.pl Lua Fix settings_helper for the gigaBeastS 2018-12-17 09:41:15 -06:00
SOURCES Lua replace fscanf 2018-10-29 23:22:35 -04: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

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