| Commit message (Expand) | Author | Age |
| * | struct DIR -> DIR, should fix most if not all reds. | Thomas Martitz | 2010-09-01 |
| * | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz | 2010-09-01 |
| * | Fix checkwps. | Thomas Martitz | 2010-08-27 |
| * | Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. | Thomas Martitz | 2010-08-27 |
| * | Move memset6() declaration to string-extra.h, kills a warning compiling for a... | Thomas Martitz | 2010-08-12 |
| * | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz | 2010-08-12 |
| * | Rockbox as an application: add get_user_file_path(). | Thomas Martitz | 2010-08-01 |
| * | strncpy.c / assert.h : need to include _ansi.h | Rafaël Carré | 2010-07-25 |
| * | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré | 2010-07-25 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | Make the sim buildable with mingw again | Frank Gevaerts | 2010-05-14 |
| * | Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper... | Frank Gevaerts | 2010-05-14 |
| * | Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee... | Thomas Martitz | 2010-05-14 |
| * | Remove stray function prototype used only for long-ago-removed codec swapping... | Michael Sevakis | 2010-05-07 |
| * | Revert r25854 which was bad for the database tool (I forgot it still needs th... | Thomas Martitz | 2010-05-06 |
| * | Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ... | Thomas Martitz | 2010-05-06 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz | 2010-05-06 |
| * | Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap... | Thomas Martitz | 2010-05-06 |
| * | FS#11187 - diacritic.c is in 'drivers' but it does not belong there | Tomer Shalev | 2010-04-07 |
| * | Set SVN keywords; small addition to the comment. | Alexander Levin | 2010-04-07 |
| * | Add comment to is_diacritic() | Tomer Shalev | 2010-04-07 |
| * | Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick... | Amaury Pouly | 2010-03-10 |
| * | FS#10756 - Free unused init code | Thomas Martitz | 2010-03-03 |
| * | Remove tabs in firmware path (taking into account the original spacing). | Andree Buschmann | 2010-02-22 |
| * | Remove obsolete comment. | Amaury Pouly | 2010-02-16 |
| * | -Cosmetic change in a comparison | Amaury Pouly | 2010-02-16 |
| * | fix red | Jonathan Gordon | 2010-02-14 |
| * | Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s... | Torne Wuff | 2010-01-02 |
| * | Add support for errno in plugins. | Amaury Pouly | 2009-12-24 |
| * | Diacritic display enhancements | Tomer Shalev | 2009-11-28 |
| * | FS#10720 - Support for displaying diacritic characters | Tomer Shalev | 2009-11-24 |
| * | Rename vfnprintf to vuprintf (u stands for user for the user callback and dat... | Thomas Martitz | 2009-11-03 |
| * | Make the database tool buildable from configure. | Frank Gevaerts | 2009-10-07 |
| * | Have codepage name show in a comment | Tomer Shalev | 2009-10-04 |
| * | FS#10569 RTC driver cleanup | Nils Wallménius | 2009-09-26 |
| * | A new implementation of logf, logfdisplay and logfdump. | Maurus Cuelenaere | 2009-08-21 |
| * | Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio... | Frank Gevaerts | 2009-08-11 |
| * | Consolidate day of week calculation | Frank Gevaerts | 2009-08-11 |
| * | Add support for setting the clock using a special SCSI command. This is the s... | Frank Gevaerts | 2009-08-11 |
| * | Remove various ABS() definitions with a single one using typeof (if using gcc... | Thomas Martitz | 2009-08-03 |
| * | FS#10080 | Nils Wallménius | 2009-07-14 |
| * | Commit FS#9174: Lua scripting language by Dan Everton | Maurus Cuelenaere | 2009-05-21 |
| * | Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe... | Thomas Martitz | 2009-03-01 |
| * | Removed the sim_ prefix from the plugin api. | Björn Stenberg | 2009-01-07 |
| * | Moved database builder into a separate directory, and gave it its' own Makefi... | Björn Stenberg | 2008-12-15 |
| * | Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) | Björn Stenberg | 2008-12-04 |
| * | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg | 2008-11-24 |
| * | cleanup storage defines | Frank Gevaerts | 2008-10-31 |
| * | Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl... | Frank Gevaerts | 2008-08-29 |