..
action_helper.pl
Lua: make sure action.h gets C preprocessed before processing it
2009-05-28 22:02:53 +00:00
button_helper.pl
Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c
2009-07-03 23:03:07 +00:00
fscanf.c
Lua fscanf: use pointer of file descriptor instead of file descriptor itself to avoid 64-bit pointer<->int clash (aka fix yellow).
2010-02-13 14:51:38 +00:00
gmtime.c
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
lapi.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lapi.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lauxlib.c
Lua: add the package library
2009-06-25 13:26:05 +00:00
lauxlib.h
* read_bmp_*(): add FORMAT_RETURN_SIZE
2009-05-25 11:12:27 +00:00
lbaselib.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lbitlib.c
Correct the includes; the old way broke parallel builds.
2009-06-09 11:23:25 +00:00
lcode.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lcode.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ldebug.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ldebug.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ldo.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ldo.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ldump.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lfunc.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lfunc.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lgc.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lgc.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
liolib.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
llex.c
Lua:
2009-05-22 01:03:22 +00:00
llex.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
llimits.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lmathlib.c
Lua: add parts of the math library (all floating point functions are #ifdef'ed out)
2009-10-23 10:49:55 +00:00
lmem.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lmem.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
loadlib.c
Lua: because Rockbox doesn't support any current working directory functionality, 'hack' loadlib so it replace '$' in LUA_PATH_DEFAULT with the directory wherein the current script is.
2009-07-01 17:01:22 +00:00
lobject.c
Revert r21863 partly: fixes Lua
2009-07-15 15:16:55 +00:00
lobject.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lopcodes.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lopcodes.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
loslib.c
Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_view is used uninitialized" seems to be false positive unfortunately).
2010-03-08 23:56:54 +00:00
lparser.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lparser.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lstate.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lstate.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lstring.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lstring.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lstrlib.c
Revert r21863 partly: fixes Lua
2009-07-15 15:16:55 +00:00
ltable.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ltable.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ltablib.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ltm.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
ltm.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lua.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lua.make
Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generators
2010-06-18 12:28:30 +00:00
luaconf.h
Lua: implement the ^ and % operators
2009-07-27 16:06:51 +00:00
luadir.c
FS#11347 by me: *dir LUA functions: luadir module
2010-06-18 13:10:14 +00:00
luadir.h
FS#11347 by me: *dir LUA functions: luadir module
2010-06-18 13:10:14 +00:00
lualib.h
Lua: add bitlib (makes bitwise operators possible)
2009-06-01 22:02:18 +00:00
lundump.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lundump.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lvm.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lvm.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lzio.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
lzio.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
Makefile
Forgot to remove this testing code..
2009-05-21 19:22:29 +00:00
malloc.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
README
Lua: add support for os library
2009-05-27 22:48:50 +00:00
rockaux.c
Make the sim buildable with mingw again
2010-05-14 22:57:52 +00:00
rockconf.h
Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h
2010-05-14 12:43:45 +00:00
rocklib.c
Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when stumbling over a CC error in rocklib_aux.c
2010-06-18 12:28:34 +00:00
rocklib.h
Lua: because Rockbox doesn't support any current working directory functionality, 'hack' loadlib so it replace '$' in LUA_PATH_DEFAULT with the directory wherein the current script is.
2009-07-01 17:01:22 +00:00
rocklib_aux.pl
FS#11347 by me: *dir LUA functions: luadir module
2010-06-18 13:10:14 +00:00
rocklibc.h
Fix FS#11007: Lua didn't parse negative numbers correct when reading from files
2010-02-13 14:41:00 +00:00
rocklua.c
FS#11347 by me: *dir LUA functions: luadir module
2010-06-18 13:10:14 +00:00
rockmalloc.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
rockmalloc.h
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
SOURCES
FS#11347 by me: *dir LUA functions: luadir module
2010-06-18 13:10:14 +00:00
strcspn.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
strftime.c
Fix yellow & red
2009-05-27 23:02:17 +00:00
strncat.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
strpbrk.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
strstr.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
strtol.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00
strtoul.c
Commit FS#9174: Lua scripting language by Dan Everton
2009-05-21 19:01:41 +00:00