rockbox/apps/plugins/lua
Maurus Cuelenaere b2581e143d Lua: add support for os library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21106 a1c6a512-1295-4272-9138-f99709370657
2009-05-27 22:48:50 +00:00
..
action_helper.pl Set svn properties 2009-05-22 23:14:29 +00:00
gmtime.c Lua: add support for os library 2009-05-27 22:48:50 +00:00
lapi.c
lapi.h
lauxlib.c * read_bmp_*(): add FORMAT_RETURN_SIZE 2009-05-25 11:12:27 +00:00
lauxlib.h * read_bmp_*(): add FORMAT_RETURN_SIZE 2009-05-25 11:12:27 +00:00
lbaselib.c
lcode.c
lcode.h
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c
lgc.h
llex.c Lua: 2009-05-22 01:03:22 +00:00
llex.h
llimits.h
lmem.c
lmem.h
lobject.c
lobject.h
lopcodes.c
lopcodes.h
loslib.c Lua: add support for os library 2009-05-27 22:48:50 +00:00
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.h
lua.make Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexistent' error 2009-05-22 10:27:01 +00:00
luaconf.h
lualib.h
lundump.c
lundump.h
lvm.c
lvm.h
lzio.c
lzio.h
Makefile
malloc.c
README Lua: add support for os library 2009-05-27 22:48:50 +00:00
rockaux.c Fix mingw & cygwin builds 2009-05-25 12:00:13 +00:00
rockconf.h Lua: add support for os library 2009-05-27 22:48:50 +00:00
rocklib.c Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_setfield() notations (thanks Antoine Cellerier) 2009-05-25 19:05:53 +00:00
rocklib.h
rocklibc.h
rocklua.c Lua: add support for os library 2009-05-27 22:48:50 +00:00
rockmalloc.c
rockmalloc.h
SOURCES Lua: add support for os library 2009-05-27 22:48:50 +00:00
strcspn.c
strftime.c Lua: add support for os library 2009-05-27 22:48:50 +00:00
strncat.c
strpbrk.c
strstr.c
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