diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-28 14:55:16 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-28 14:55:16 +0000 |
| commit | 681ca21a1e6731d7ce46be2a2419e600e957fae9 (patch) | |
| tree | 77f111b10cb3ab26e1b97f9047972bc9004f69ae /apps/plugins/lua/SOURCES | |
| parent | 8e4098bd663c18ea800f47f88e657206d23a76ae (diff) | |
| download | rockbox-681ca21a1e6731d7ce46be2a2419e600e957fae9.zip rockbox-681ca21a1e6731d7ce46be2a2419e600e957fae9.tar.gz rockbox-681ca21a1e6731d7ce46be2a2419e600e957fae9.tar.bz2 rockbox-681ca21a1e6731d7ce46be2a2419e600e957fae9.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lua/SOURCES')
| -rw-r--r-- | apps/plugins/lua/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/SOURCES b/apps/plugins/lua/SOURCES index 5755b6c..56c0299 100644 --- a/apps/plugins/lua/SOURCES +++ b/apps/plugins/lua/SOURCES @@ -8,6 +8,7 @@ ldo.c ldump.c lfunc.c lgc.c +liolib.c llex.c lmem.c loadlib.c |