summaryrefslogtreecommitdiff
path: root/fc-cat
AgeCommit message (Expand)AuthorFilesLines
2018-03-15call setlocaleAkira TAGOH1-0/+2
2017-11-07Add the ruleset description supportAkira TAGOH1-19/+27
2016-09-07Don't call perror() if no changes happens in errnoAkira TAGOH1-2/+7
2015-01-19Fix a typo in docsAkira TAGOH1-1/+1
2014-08-12Fix the memory leak in fc-catAkira TAGOH1-6/+2
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH1-0/+1
2013-04-08build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt1-1/+1
2013-01-02Switch .gitignore to git.mkBehdad Esfahbod1-0/+2
2012-12-31Remove unneeded stuffBehdad Esfahbod1-6/+4
2012-10-26Use automake variable instead of cleaning files in clean-localAkira TAGOH1-4/+3
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-1/+1
2012-03-28Fix the hardcoded cache file suffixAkira TAGOH1-2/+2
2012-03-16Fix a build issue due to the use of non-portable variablesAkira TAGOH1-2/+2
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-3/+3
2012-03-10Fix a build fail on some environment.Akira TAGOH1-3/+3
2012-02-21fc-cat: fix pointer warningMike Frysinger1-1/+1
2011-06-20Switch fc-cat to use FcPatternFormat()Behdad Esfahbod1-28/+11
2010-12-28Make fc-arch stuff cross-compiling-safeBehdad Esfahbod1-1/+1
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2-4/+4
2010-09-03Bug 29995 - fc-cat does not invoke FcFini()Behdad Esfahbod1-0/+1
2010-04-20Add fc-pattern cmdline toolBehdad Esfahbod1-0/+1
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2-4/+4
2009-02-13Cleanup all manpage.* filesBehdad Esfahbod1-1/+1
2009-02-13Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod1-0/+1
2009-02-13Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod2-23/+26
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod1-1/+1
2009-02-13Add fc-query (#13019)Behdad Esfahbod1-0/+1
2009-02-13Update man pagesBehdad Esfahbod1-4/+11
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-04-18Fix build with !ENABLE_DOCS and no built manpages.Eric Anholt1-2/+6
2008-01-08Eliminate references to freetype from utility Makefile.am'sKeith Packard1-2/+2
2007-10-25Distribute man source files for command line programs (bug 9678).Keith Packard1-3/+3
2006-12-02Fix fc-cat documentation (bug 8935).Peter Breitenlohner2-5/+30
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard2-23/+16
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-1/+1
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-61/+22
2006-08-31Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard1-2/+0
2006-08-31With no args, fc-cat now dumps all directories.Keith Packard1-26/+93
2006-08-31Automatically remove invalid cache files.Keith Packard1-2/+1
2006-08-30Fix fc-cat again. Sigh.Keith Packard1-12/+25
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-63/+71
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard1-106/+13
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-8/+9
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+3
2006-04-07LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam1-1/+1
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam1-1/+0
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-10/+0
2006-02-21Initialize fontconfig library in fc-cat to avoid segfault.Patrick Lam1-1/+10
2006-02-17Enable fc-cat to print out old-style cache info when given a directoryPatrick Lam1-1/+25