1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua
Bertrik Sikken 4a6b875eda Make lbitlib.c include its own header (for the luaopen_bit prototype)
Change-Id: I6da9d6ff084b89c519f1abfc50ba3375a7d0f958
2012-05-19 01:19:20 +02:00
..
action_helper.pl Lua: Add pluginlib_actions wrapper for lua scripts. 2012-01-27 09:15:05 +01:00
button_helper.pl
fscanf.c
gmtime.c
lapi.c
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lbitlib.c Make lbitlib.c include its own header (for the luaopen_bit prototype) 2012-05-19 01:19:20 +02:00
lcode.c
lcode.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lfunc.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lfunc.h
lgc.c
lgc.h
liolib.c
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
loslib.c
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c Revert r21863 partly: fixes Lua 2009-07-15 15:16:55 +00:00
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.h
lua.make Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. 2012-04-04 21:48:19 +02:00
luaconf.h Lua: implement the ^ and % operators 2009-07-27 16:06:51 +00:00
luadir.c
luadir.h
lualib.h
lundump.c
lundump.h
lvm.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
lvm.h
lzio.c
lzio.h
Makefile
malloc.c
README
rockaux.c
rockconf.h
rocklib.c Fix lua unused-variable warning by introducing UNUSED_ATTR. 2012-02-17 12:08:27 +01:00
rocklib.h
rocklib_aux.pl
rocklibc.h Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
rocklua.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
rockmalloc.c
rockmalloc.h lua: make DEBUG undefined by default, as doc states 2010-07-11 16:46:45 +00:00
SOURCES
strcspn.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
strftime.c
strncat.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
strpbrk.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +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:

    gmtime.c
    strcspn.c
    strftime.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