summaryrefslogtreecommitdiff
path: root/fc-cache
Commit message (Expand)AuthorAgeFilesLines
* Workaround the race condition issue on updating cacheAkira TAGOH2013-10-021-26/+36
* build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt2013-04-081-1/+1
* Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH2013-03-051-11/+27
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
* Remove the dead codeAkira TAGOH2012-12-111-7/+0
* Use automake variable instead of cleaning files in clean-localAkira TAGOH2012-10-261-4/+3
* Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is ...Akira TAGOH2012-04-231-72/+1
* Bug 25151 - Move cleanCacheDirectory() from fc-cache.c intoAkira TAGOH2012-04-181-92/+1
* fc-cache: improvement of the fix for Bug#39914.Akira TAGOH2012-03-221-6/+7
* Bug 39914 - Please tag the cache directory with CACHEDIR.TAGAkira TAGOH2012-03-211-0/+77
* fcarch: Check for architecture signature at compile time rather than configur...Jeremy Huddleston2012-03-211-2/+1
* 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-5/+5
* Fix a build fail on some environment.Akira TAGOH2012-03-101-5/+5
* 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
* Add fc-pattern cmdline toolBehdad Esfahbod2010-04-201-0/+1
* Bug 25152 Don't sleep(2) if all caches were uptodateBehdad Esfahbod2010-02-261-4/+8
* [fc-cache] Document -r argument in man pageBehdad Esfahbod2009-11-201-1/+10
* [fc-cache] Remove obsolete sentence from man pageBehdad Esfahbod2009-06-241-4/+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-24/+27
* 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-6/+10
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Call FcFini to make memory debugging easierKeith Packard2008-05-041-0/+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
* Workaround for stat() brokenness in Microsoft's C library (bug 8526)Tor Lillqvist2007-11-131-0/+3
* Don't check cache file time stamps when cleaning cache dir.Keith Packard2007-11-031-9/+1
* Distribute man source files for command line programs (bug 9678).Keith Packard2007-10-251-3/+3
* Have fc-cache remove invalid cache files from cache directories.Keith Packard2007-10-181-16/+18
* Don't use X_OK bit when checking for writable directories (bug 12438)Keith Packard2007-10-181-1/+1
* Verbose message about cleaning directories was impreciseKeith Packard2007-10-181-1/+2
* Improve verbose messages from fc-cache.Keith Packard2007-10-181-2/+2
* Remove unneeded call to access(2) in fc-cache.Keith Packard2007-10-181-15/+3
* Do not clean cache files for different architecturesMike FABIAN2006-10-271-0/+9
* Add warning flags to fc-cache build. Clean up warnings in fc-cache.Keith Packard2006-09-132-24/+9
* Hide private functions in shared library. Export functionality for utilities.Keith Packard2006-09-041-17/+13
* Remove all .cvsignore filesKeith Packard2006-09-031-6/+0
* Unify directory canonicalization into FcStrAddFilename.Keith Packard2006-09-021-1/+1
* Fix memory leaks in fc-cache directory cleaning code.Keith Packard2006-09-011-0/+9
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-011-63/+46
* Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard2006-08-311-4/+2
* Revert ABI changes from version 2.3Keith Packard2006-08-311-2/+2
* Automatically remove invalid cache files.Keith Packard2006-08-312-2/+130
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-301-13/+12