summaryrefslogtreecommitdiff
path: root/fc-cat
Commit message (Expand)AuthorAgeFilesLines
* Convert more tabs to spaces in docsAkira TAGOH2022-12-131-7/+7
* Make more clearer the license termsAkira TAGOH2020-09-031-0/+22
* Add Meson build systemTim-Philipp Müller2020-07-311-0/+8
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-1/+1
* fccompat: fix build on Windows without unistd.hTim-Philipp Müller2020-07-071-0/+2
* call setlocaleAkira TAGOH2018-03-151-0/+2
* Add the ruleset description supportAkira TAGOH2017-11-071-19/+27
* Don't call perror() if no changes happens in errnoAkira TAGOH2016-09-071-2/+7
* Fix a typo in docsAkira TAGOH2015-01-191-1/+1
* Fix the memory leak in fc-catAkira TAGOH2014-08-121-6/+2
* Increase the refcount in FcConfigSetCurrent()Akira TAGOH2014-08-121-0/+1
* build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt2013-04-081-1/+1
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
* Remove unneeded stuffBehdad Esfahbod2012-12-311-6/+4
* Use automake variable instead of cleaning files in clean-localAkira TAGOH2012-10-261-4/+3
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-06-011-1/+1
* Fix the hardcoded cache file suffixAkira TAGOH2012-03-281-2/+2
* Fix a build issue due to the use of non-portable variablesAkira TAGOH2012-03-161-2/+2
* Revert "Fix a build fail on some environment."Akira TAGOH2012-03-161-3/+3
* Fix a build fail on some environment.Akira TAGOH2012-03-101-3/+3
* fc-cat: fix pointer warningMike Frysinger2012-02-211-1/+1
* Switch fc-cat to use FcPatternFormat()Behdad Esfahbod2011-06-201-28/+11
* Make fc-arch stuff cross-compiling-safeBehdad Esfahbod2010-12-281-1/+1
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-102-4/+4
* Bug 29995 - fc-cat does not invoke FcFini()Behdad Esfahbod2010-09-031-0/+1
* Add fc-pattern cmdline toolBehdad Esfahbod2010-04-201-0/+1
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-132-4/+4
* Cleanup all manpage.* filesBehdad Esfahbod2009-02-131-1/+1
* Add fc-scan too that runs FcFileScan/FcDirScanBehdad Esfahbod2009-02-131-0/+1
* Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod2009-02-132-23/+26
* Get rid of $Id$ tagsBehdad Esfahbod2009-02-131-1/+1
* Add fc-query (#13019)Behdad Esfahbod2009-02-131-0/+1
* Update man pagesBehdad Esfahbod2009-02-131-4/+11
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Fix build with !ENABLE_DOCS and no built manpages.Eric Anholt2008-04-181-2/+6
* Eliminate references to freetype from utility Makefile.am'sKeith Packard2008-01-081-2/+2
* Distribute man source files for command line programs (bug 9678).Keith Packard2007-10-251-3/+3
* Fix fc-cat documentation (bug 8935).Peter Breitenlohner2006-12-022-5/+30
* Hide private functions in shared library. Export functionality for utilities.Keith Packard2006-09-042-23/+16
* Remove all .cvsignore filesKeith Packard2006-09-031-6/+0
* Unify directory canonicalization into FcStrAddFilename.Keith Packard2006-09-021-1/+1
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-011-61/+22
* Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard2006-08-311-2/+0
* With no args, fc-cat now dumps all directories.Keith Packard2006-08-311-26/+93
* Automatically remove invalid cache files.Keith Packard2006-08-311-2/+1
* Fix fc-cat again. Sigh.Keith Packard2006-08-301-12/+25
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-63/+71
* Fix up fc-cache and fc-cat for no global cache changes.Keith Packard2006-08-271-106/+13
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-8/+9
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-1/+3