1. 2a91a9a Use similiar constants in genlang and language.c. by Tomer Shalev · 15 years ago
  2. 340f323 new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. by Jonathan Gordon · 15 years ago
  3. aaf3f5f Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF. by Tom Ross · 16 years ago
  4. 4317ff9 Move #defines and #include into c file as this is the only place they are used by Nils Wallménius · 16 years ago
  5. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  6. a019964 Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak by Nils Wallménius · 17 years ago
  7. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 18 years ago
  8. 87c6f54 by Marcoen Hirschberg · 19 years ago
  9. f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
  10. 5c83487 removed debug output by Daniel Stenberg · 20 years ago
  11. d66139c I intended to fix it, really\! by Jens Arnold · 20 years ago
  12. 92af557 Tweaked to compile with older gcc. by Jens Arnold · 20 years ago
  13. 0f04029 New way of handling the builtin language strings. Now the string pointers are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes. by Jens Arnold · 20 years ago
  14. 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 21 years ago
  15. a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
  16. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  17. ab0dce0 blatantly stupid proto added for mingw simulator compiles to get rid of by Daniel Stenberg · 22 years ago
  18. 4ce3f72 made the language loader output all new strings on stdout when loaded in by Daniel Stenberg · 22 years ago
  19. c7e0bea prevent storing IDs that are higher than we have knowledge about! by Daniel Stenberg · 22 years ago
  20. 2d8aef9 lang_load() returns an int to signal success by Daniel Stenberg · 22 years ago
  21. 6823fe8 updated comments for the function by Daniel Stenberg · 22 years ago
  22. 571e8a2 code-policed my own code ;-) by Daniel Stenberg · 22 years ago
  23. 8d38c96 binary language load support by Daniel Stenberg · 22 years ago