summaryrefslogtreecommitdiff
path: root/fc-list/fc-list.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-31Revert ABI changes from version 2.3Keith Packard1-1/+1
Accidental ABI changes and additions were discovered by looking at the differences in fontconfig.h. All of those have been reverted.
2006-02-21Eliminate unused vars reported by Intel's compiler.Patrick Lam1-2/+2
reviewed by: plam
2005-10-21Prevent fc-list from escaping strings when printing them.Patrick Lam1-1/+1
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-0/+4
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-08-12Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs areKeith Packard1-1/+1
untyped
2003-05-31(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage infoKeith Packard1-0/+11
on non-long option systems (Tim Mooney)
2003-03-05Change RCS tagKeith Packard1-2/+2
2002-07-03Object list to FcObjectSetBuild wasnt terminated with 0Keith Packard1-2/+2
2002-06-30Make fc-list more usefulKeith Packard1-4/+16
2002-02-28Add better error reporting when loading config fileKeith Packard1-1/+1
2002-02-26Warning fixesMarc Aurele La France1-2/+13
2002-02-15fontconfig library: build fixes and compiler warning fixesKeith Packard1-3/+2
2002-02-14Initial revisionKeith Packard1-0/+128