Lua:
commitfb0222073a6b05756a03d0b18e80ff599f6ae5ce
authormcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sun, 28 Jun 2009 14:55:16 +0000 (28 14:55 +0000)
committermcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sun, 28 Jun 2009 14:55:16 +0000 (28 14:55 +0000)
tree77f111b10cb3ab26e1b97f9047972bc9004f69ae
parentbc57f8ba2958d0d30ae10e9139a21485e711afda
Lua:
 * add IO lib (adapted to Rockbox)
 * remove old IO wrappers
 * rework helloworld.lua to work with the IO lib
 * do some stuff in helloworld.lua better (part of FS#10379, by James Callahan)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21541 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/helloworld.lua
apps/plugins/lua/SOURCES
apps/plugins/lua/liolib.c [new file with mode: 0644]
apps/plugins/lua/rocklib.c
apps/plugins/lua/rocklua.c