summaryrefslogtreecommitdiff
path: root/tools/rdf2binary.c (follow)
Commit message (Collapse)AuthorAge
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* fds are pointers, not ints.Miika Pekkarinen2006-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11516 a1c6a512-1295-4272-9138-f99709370657
* Also replaced endian code, and packed the struct.Tomas Salfischberger2005-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6571 a1c6a512-1295-4272-9138-f99709370657
* Changed Miika's open() and write() to fopen() and fwrite() the old way was ↵Tomas Salfischberger2005-05-02
| | | | | | causing some troubles with filepermissions. Please test on linux, and check if the file has normal permissions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6401 a1c6a512-1295-4272-9138-f99709370657
* Adapted Miika's tool to rockbox coding style *oops*Tomas Salfischberger2005-05-02
| | | | | | | | | | (And removed some tabs from my own last minute edits in dict.c) Changed the place of endian conversion form the device to the convertor. Should speed it up a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6397 a1c6a512-1295-4272-9138-f99709370657
* Dictionary conversion tools.Tomas Salfischberger2005-05-02
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6395 a1c6a512-1295-4272-9138-f99709370657