rockbox/apps/plugins/lua
Maurus Cuelenaere 86fe1e8b5c Lua: add image handling + some other wrappers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21063 a1c6a512-1295-4272-9138-f99709370657
2009-05-24 01:54:15 +00:00
..
action_helper.pl Set svn properties 2009-05-22 23:14:29 +00:00
lapi.c
lapi.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lauxlib.c Lua: 2009-05-22 22:44:34 +00:00
lauxlib.h
lbaselib.c
lcode.c
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
ldo.h
ldump.c
lfunc.c
lfunc.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lgc.c
lgc.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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
lmem.c
lmem.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lobject.c
lobject.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lopcodes.c
lopcodes.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lparser.c
lparser.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lstate.c
lstate.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lstring.c
lstring.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lstrlib.c
ltable.c
ltable.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
ltablib.c
ltm.c
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 Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexistent' error 2009-05-22 10:27:01 +00:00
luaconf.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lualib.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lundump.c
lundump.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lvm.c
lvm.h
lzio.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lzio.h
Makefile Forgot to remove this testing code.. 2009-05-21 19:22:29 +00:00
malloc.c
README
rockaux.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rockconf.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rocklib.c Lua: add image handling + some other wrappers 2009-05-24 01:54:15 +00:00
rocklib.h
rocklibc.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rocklua.c Lua: add stack traceback when erroring out 2009-05-22 23:46:01 +00:00
rockmalloc.c
rockmalloc.h
SOURCES
strcspn.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
strncat.c
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
strtoul.c

The following files are (with slight modifications for Rockbox) from dietlibc
version 0.31 which is licensed under the GPL version 2:

    strcspn.c
    strncat.c
    strpbrk.c
    strtol.c
    strtoul.c
    strstr.c

The malloc routine is Doug Lea's malloc with the following license:

  Version 2.8.3 Thu Sep 22 11:16:15 2005  Doug Lea  (dl at gee)

  This is a version (aka dlmalloc) of malloc/free/realloc written by
  Doug Lea and released to the public domain, as explained at
  http://creativecommons.org/licenses/publicdomain.  Send questions,
  comments, complaints, performance data, etc to dl@cs.oswego.edu