summaryrefslogtreecommitdiff
path: root/rufl_quit.c
Commit message (Collapse)AuthorAgeFilesLines
* Port to core buildsystem.John Mark Bell2010-01-061-49/+0
| | | | | | The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) svn path=/trunk/rufl/; revision=9792
* - Reduced compiler warnings:John Tytgat2007-06-111-1/+1
| | | | | | | | | | | | | | | | | - got rid of aliasing warnings by introducing an extra (void *) casting. - format specifier for 'size_t' type has now 'z' attribute - Injected const attributes (also changing public type rufl_family_list @ rufl.h) - makefile: - support for GCCSDK 3.4 (AOF) and GCCSDK 4 (ELF) based on AB_ELFBUILD (= a variable also used in GCCSDK Autobuilder). - changed the library name from rufl.o to librufl.a. Needed for GCCSDK 4 but if you're using -L<libdir> -lrufl in your link line, this rename make that this works for both GCCSDK 3.4 and GCCSDK 4. [ Also changes for the Norcroft case which haven't been verified and probably no longer working. ] svn path=/trunk/rufl/; revision=3343
* Free rufl_substitution_table in rufl_quit().James Bursa2006-12-081-1/+4
| | | | svn path=/trunk/rufl/; revision=3110
* Add built-in font family menu.James Bursa2006-09-301-0/+3
| | | | svn path=/trunk/rufl/; revision=2970
* [project @ 2005-01-08 21:02:32 by bursa]James Bursa2005-01-081-0/+43
Initial version of RISC OS Unicode font library. Require Unicode (RO5) Font Manager. svn path=/import/rufl/; revision=2443