rockbox/apps/plugins/lua
William Wilgus c0dbfc8130 lua add track length & elapsed to rb.audio()
track elapsed is needed to use fast-forward and rewind effectively
track length might as well be added too..

Change-Id: I906c92eb5260164c6177d8c0a8ff879b1fad7898
2019-07-10 05:07:25 +02: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 Lua: Add pluginlib_actions wrapper for lua scripts. 2012-01-27 09:15:05 +01:00
button_helper.pl
lapi.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lapi.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lauxlib.c lua update to 5.1.5 2018-11-11 19:42:30 -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 Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lcode.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lcode.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ldebug.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ldebug.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ldo.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
ldo.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ldump.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lfunc.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lfunc.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lgc.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lgc.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
liolib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
llex.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
llex.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
llimits.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lmathlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lmem.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lmem.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
loadlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lobject.c Lua remove strncat.c & strcspn.c 2018-10-30 04:17:06 +01:00
lobject.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lopcodes.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lopcodes.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
loslib.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lparser.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lparser.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lstate.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lstate.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lstring.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lstring.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lstrlib.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
ltable.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ltable.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ltablib.c Fix misleading indentation as pointed out by the new gcc warning 2016-08-12 15:33:28 +02:00
ltm.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
ltm.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
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 remove error messages for pre-compiled chunks 2019-07-09 01:03:58 +02:00
luadir.c Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
luadir.h
lualib.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lundump.c lua remove error messages for pre-compiled chunks 2019-07-09 01:03:58 +02:00
lundump.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lvm.c lua update to 5.1.5 2018-11-11 19:42:30 -05:00
lvm.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
lzio.c Lua fix reader bug in lzio 2018-11-15 11:20:54 +01:00
lzio.h Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
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 Revert "Update lua plugin to 5.2.3" 2014-04-02 20:46:06 +02:00
rocklib.c lua add track length & elapsed to rb.audio() 2019-07-10 05:07:25 +02:00
rocklib.h Lua fix crash on arm devices 2018-11-17 09:04:05 -05:00
rocklib_aux.pl Lua optimize combine and rework similar functions 2018-11-02 18:00:06 +01: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 lua: Switch memory allocator from dl to tlsf 2013-08-26 09:42:47 +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