summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2-6/+6
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-0/+7
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-4/+2
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+2
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré3-12/+47
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz4-8/+9
2010-05-14Make the sim buildable with mingw againFrank Gevaerts2-0/+29
2010-05-14Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts2-96/+0
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz1-54/+0
2010-05-07Remove stray function prototype used only for long-ago-removed codec swapping...Michael Sevakis1-11/+0
2010-05-06Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz1-5/+1
2010-05-06Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz2-3/+10
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz17-611/+137
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-3/+7
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-4/+13
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev1-1/+1
2010-04-07Set SVN keywords; small addition to the comment.Alexander Levin1-2/+3
2010-04-07Add comment to is_diacritic()Tomer Shalev1-0/+3
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly1-1/+0
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann9-221/+221
2010-02-16Remove obsolete comment.Amaury Pouly1-1/+0
2010-02-16-Cosmetic change in a comparisonAmaury Pouly2-5/+14
2010-02-14fix redJonathan Gordon1-1/+4
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff1-0/+1
2009-12-24Add support for errno in plugins.Amaury Pouly1-0/+4
2009-11-28Diacritic display enhancementsTomer Shalev1-1/+1
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev1-0/+26
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz1-1/+4
2009-10-07Make the database tool buildable from configure.Frank Gevaerts2-3/+1
2009-10-04Have codepage name show in a commentTomer Shalev1-5/+23
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-0/+1
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-0/+2
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-1/+0
2009-08-11Consolidate day of week calculationFrank Gevaerts1-1/+1
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-0/+2
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-1/+9
2009-07-14FS#10080Nils Wallménius1-1/+2
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere1-1/+1
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-0/+30
2009-01-07Removed the sim_ prefix from the plugin api.Björn Stenberg1-1/+1
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-0/+7
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg1-2/+44
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-2/+1
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2-0/+11
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg14-28/+56
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin4-4/+4
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2-25/+2
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2-0/+21