summaryrefslogtreecommitdiffstats
path: root/apps/language.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-22removed debug outputDaniel Stenberg1-1/+1
2005-01-19I intended to fix it, really\!Jens Arnold1-1/+1
2005-01-19Tweaked to compile with older gcc.Jens Arnold1-1/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-0/+13
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-01-23Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg1-4/+0
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-3/+0
2002-11-04blatantly stupid proto added for mingw simulator compiles to get rid ofDaniel Stenberg1-0/+3
2002-10-29made the language loader output all new strings on stdout when loaded inDaniel Stenberg1-1/+6
2002-10-14prevent storing IDs that are higher than we have knowledge about!Daniel Stenberg1-1/+2
2002-09-24lang_load() returns an int to signal successDaniel Stenberg1-2/+6
2002-09-24updated comments for the functionDaniel Stenberg1-6/+6
2002-09-24code-policed my own code ;-)Daniel Stenberg1-29/+28
2002-09-24binary language load supportDaniel Stenberg1-0/+70