1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua
Maurus Cuelenaere 7a04a54c52 Forgot to remove this testing code..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21021 a1c6a512-1295-4272-9138-f99709370657
2009-05-21 19:22:29 +00:00
..
action_helper.pl Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lauxlib.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lbaselib.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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
llex.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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
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
lobject.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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
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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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 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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rocklib.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rocklibc.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
rocklua.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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 Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
strcspn.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +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

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