summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua/SOURCES
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Lua Add Emergency Garbage CollectorWilliam Wilgus1-0/+1
2019-07-19lua events from rockboxWilliam Wilgus1-0/+1
2018-10-29Lua replace fscanfWilliam Wilgus1-1/+0
2018-10-30Lua remove strncat.c & strcspn.cWilliam Wilgus1-2/+0
2018-10-28Lua remove gmtime.c use rb_plugin version insteadWilliam Wilgus1-1/+0
2018-09-14lua move RLIMAGE to own fileWilliam Wilgus1-0/+1
2014-04-02Revert "Update lua plugin to 5.2.3"Marcin Bukat1-2/+1
2014-04-02Update lua plugin to 5.2.3Richard Quirk1-1/+2
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat1-1/+1
2010-06-18FS#11347 by me: *dir LUA functions: luadir moduleRafaël Carré1-0/+1
2010-02-13Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere1-0/+1
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere1-0/+1
2009-06-28Lua:Maurus Cuelenaere1-0/+1
2009-06-25Lua: add the package libraryMaurus Cuelenaere1-0/+1
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere1-0/+1
2009-05-27Lua: add support for os libraryMaurus Cuelenaere1-0/+3
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere1-0/+33