| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with ↵ | Thomas Martitz | 2010-06-21 |
| | | | | | | | | | | | | #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). The simulator defines PLATFORM_HOSTED, as RaaA will do (RaaA will not define SIMULATOR). The new define is to (de-)select code to compile on hosted platforms generally. Should be no functional change to targets or the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27019 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Fix FS#11007: Lua didn't parse negative numbers correct when reading from files | Maurus Cuelenaere | 2010-02-13 |
| | | | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24632 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Commit FS#9174: Lua scripting language by Dan Everton | Maurus Cuelenaere | 2009-05-21 |
| git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21020 a1c6a512-1295-4272-9138-f99709370657 | |||