forked from len0rd/rockbox
Also update the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
681ca21a1e
commit
8f082f5f23
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@ There are a few exceptions/additions to the Lua support in Rockbox:
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[No floating point support.] The number type in Lua is usually float,
|
\item[No floating point support.] The number type in Lua is usually float,
|
||||||
however in the Rockbox implementation it is integer.
|
however in the Rockbox implementation it is integer.
|
||||||
\item[Non-supported libraries.] The coroutine, debug, file, io and math
|
\item[Non-supported libraries.] The coroutine, debug and math libraries are
|
||||||
libraries are not supported.
|
not supported.
|
||||||
\item[Partially-supported libraries.] The os and package library is only
|
\item[Partially-supported libraries.] The os and package libraries are only
|
||||||
partially supported.
|
partially supported.
|
||||||
\item[Additional libraries.] The bitlib library is integrated to support
|
\item[Additional libraries.] The bitlib library is integrated to support
|
||||||
bitwise operators. See \url{http://luaforge.net/projects/bitlib} and
|
bitwise operators. See \url{http://luaforge.net/projects/bitlib} and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue