diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-27 22:48:50 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-27 22:48:50 +0000 |
| commit | b2581e143d7c9a564026fbe3bf4f471b2260fd0f (patch) | |
| tree | f6a25e4d6626fa986da215db75f781b1d85bc2cc /apps/plugins/lua/README | |
| parent | 64595105b1e63eedcd0c47290cf6c0d5e7e4cd46 (diff) | |
| download | rockbox-b2581e143d7c9a564026fbe3bf4f471b2260fd0f.zip rockbox-b2581e143d7c9a564026fbe3bf4f471b2260fd0f.tar.gz rockbox-b2581e143d7c9a564026fbe3bf4f471b2260fd0f.tar.bz2 rockbox-b2581e143d7c9a564026fbe3bf4f471b2260fd0f.tar.xz | |
Lua: add support for os library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21106 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/README')
| -rw-r--r-- | apps/plugins/lua/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lua/README b/apps/plugins/lua/README index 593aad2..db6933f 100644 --- a/apps/plugins/lua/README +++ b/apps/plugins/lua/README @@ -1,7 +1,9 @@ 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 |