summaryrefslogtreecommitdiff
path: root/fc-cache
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is ...Akira TAGOH1-72/+1
2012-04-18Bug 25151 - Move cleanCacheDirectory() from fc-cache.c intoAkira TAGOH1-92/+1
2012-03-22fc-cache: improvement of the fix for Bug#39914.Akira TAGOH1-6/+7
2012-03-21Bug 39914 - Please tag the cache directory with CACHEDIR.TAGAkira TAGOH1-0/+77
2012-03-21fcarch: Check for architecture signature at compile time rather than configur...Jeremy Huddleston1-2/+1
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-5/+5
2012-03-10Fix a build fail on some environment.Akira TAGOH1-5/+5
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-04-20Add fc-pattern cmdline toolBehdad Esfahbod1-0/+1
2010-02-26Bug 25152 Don't sleep(2) if all caches were uptodateBehdad Esfahbod1-4/+8
2009-11-20[fc-cache] Document -r argument in man pageBehdad Esfahbod1-1/+10
2009-06-24[fc-cache] Remove obsolete sentence from man pageBehdad Esfahbod1-4/+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-24/+27
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-6/+10
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-05-04Call FcFini to make memory debugging easierKeith Packard1-0/+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-11-13Workaround for stat() brokenness in Microsoft's C library (bug 8526)Tor Lillqvist1-0/+3
2007-11-03Don't check cache file time stamps when cleaning cache dir.Keith Packard1-9/+1
2007-10-25Distribute man source files for command line programs (bug 9678).Keith Packard1-3/+3
2007-10-18Have fc-cache remove invalid cache files from cache directories.Keith Packard1-16/+18
2007-10-18Don't use X_OK bit when checking for writable directories (bug 12438)Keith Packard1-1/+1
2007-10-18Verbose message about cleaning directories was impreciseKeith Packard1-1/+2
2007-10-18Improve verbose messages from fc-cache.Keith Packard1-2/+2
2007-10-18Remove unneeded call to access(2) in fc-cache.Keith Packard1-15/+3
2006-10-27Do not clean cache files for different architecturesMike FABIAN1-0/+9
2006-09-13Add warning flags to fc-cache build. Clean up warnings in fc-cache.Keith Packard2-24/+9
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard1-17/+13
2006-09-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-1/+1
2006-09-01Fix memory leaks in fc-cache directory cleaning code.Keith Packard1-0/+9
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-63/+46
2006-08-31Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.amKeith Packard1-4/+2
2006-08-31Revert ABI changes from version 2.3Keith Packard1-2/+2
2006-08-31Automatically remove invalid cache files.Keith Packard2-2/+130
2006-08-30Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard1-13/+12
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard1-1/+1
2006-08-27Eliminate global cache. Eliminate multi-arch cache code.Keith Packard1-2/+1
2006-08-27Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.Keith Packard1-5/+2
2006-08-042006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam1-4/+3
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-7/+8
2006-04-07LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam1-1/+1