1. e7bd73f fixed comment in generated header file by Daniel Stenberg · 20 years ago
  2. abfd29a Bug fix: The trailing null byte wasn't added when there was whitespace after the closing quote in the .lang file, leading to garbled strings when doing non-english builds. Thanks to quelsaruk for tracking this down. by Jens Arnold · 20 years ago
  3. 19afad8 Fix: Deprecated voice-only entries were treated as (deprecated) standard LANG_ entries. Now they are detected by the id matching VOICE_*. by Jens Arnold · 20 years ago
  4. 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
  5. 3c2fefd Bugfix: Due to the wrong position of the LANG_LAST_INDEX_IN_ARRAY marker, lang_load() was potentially unsafe. Loading a newer .lng file with an older rockbox build would have caused an out-of-bound access of language_strings[]. by Jens Arnold · 20 years ago
  6. f84e93e binlang and genlang couldn't handle deprecated strings by Linus Nielsen Feltzing · 21 years ago
  7. dfb5c6e Spelling error by Linus Nielsen Feltzing · 21 years ago
  8. f9495cb Changed concept for voice IDs: the voice-only IDs now are in a separate range, don't generate an empty language string. This saves memory, but requires a new voice file format with 2 tables. by Jörg Hohensohn · 21 years ago
  9. 8f72d9e make it deal with traling tabs as well as spaces by Daniel Stenberg · 22 years ago
  10. dade571 indent the generated code properly, add an end-of-array marker named by Daniel Stenberg · 23 years ago
  11. 1d7c104 hm, it needs to be correct perl syntax too by Daniel Stenberg · 23 years ago
  12. 36069b3 treat "" 'new' strings as non-existing by Daniel Stenberg · 23 years ago
  13. 17cf448 better error line, return non-zero on errors by Daniel Stenberg · 23 years ago
  14. 9e8a1c7 one or more spaces after the terminating quote should be ok too by Daniel Stenberg · 23 years ago
  15. 1017e25 check for quotes better and warn/skip bad ones by Daniel Stenberg · 23 years ago
  16. 1b2db9e get rid of DOS newlines by Daniel Stenberg · 23 years ago
  17. 20963dd spell fix, additional comment in the generated .h file by Daniel Stenberg · 23 years ago
  18. 8b06a01 it now generates one .c file and one .h file, and the strings are all by Daniel Stenberg · 23 years ago
  19. e19f763 generate a lang.h file from a .lang input by Daniel Stenberg · 23 years ago