summaryrefslogtreecommitdiff
path: root/fc-cache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix up fc-cache and fc-cat for no global cache changes.Keith Packard2006-08-271-1/+1
* Eliminate global cache. Eliminate multi-arch cache code.Keith Packard2006-08-271-2/+1
* Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.Keith Packard2006-08-271-5/+2
* 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam2006-08-041-4/+3
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-7/+8
* LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.Patrick Lam2006-04-071-1/+1
* Patrick Lam <plam@mit.edu>Patrick Lam2006-04-071-0/+7
* Reduce amount of dirty rss by const'ing some data structures.Patrick Lam2006-04-061-2/+2
* Fix the underlying cause of the below segfault (must usually callPatrick Lam2006-02-181-0/+2
* Add -r --really-force option which blows away cache files and thenPatrick Lam2006-02-161-7/+18
* Don't bail if fontconfig can't remove a dir cache file. Skip the ID of aPatrick Lam2006-02-161-6/+10
* Don't loop infinitely on recursive symlinks.Patrick Lam2006-02-061-0/+18
* Make 'make distcheck' work with automake 1.6.3.Patrick Lam2006-02-051-1/+1
* Stephan Kulow <coolo@suse.de> reviewed by: plamPatrick Lam2006-01-311-10/+3
* Don't stop scanning if a directory in fonts.conf doesn't exist, becausePatrick Lam2006-01-311-6/+14
* Move FcConfigNormalizeFontDir call so that it doesn't result in infinitePatrick Lam2006-01-271-1/+5
* Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam2006-01-141-1/+1
* Explicitly add font dirs to config.fontDirs even if they're empty. SetPatrick Lam2006-01-101-0/+1
* Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam2006-01-091-1/+1
* Bump version to 2.3.93.fc-2_3_93Patrick Lam2005-12-211-0/+8
* Improve error message when fc-cache can't write the cache. Add missingPatrick Lam2005-12-122-1/+8
* Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam2005-12-091-0/+2