Make system cache folder in the post field of installation
[platform/upstream/fontconfig.git] / fc-cache /
2016-08-22 Youngbok ShinMerge branch 'upstream' into tizen
2016-08-22 Youngbok ShinImported Upstream version 2.12.1 upstream/2.12.1
2015-10-28 Jaeun ChoiMerge branch 'upstream' into tizen 78/50878/1
2015-10-28 Jaeun ChoiImported Upstream version 2.11.93 57/50357/1 upstream/2.11.93
2013-12-20 Akira TAGOHImprove the performance issue on rescanning directories
2013-11-28 Ross Burtonfc-cache: --sysroot option takes an argument
2013-11-05 Akira TAGOHRe-scan font directories only when it contains subdirs
2013-10-02 Akira TAGOHWorkaround the race condition issue on updating cache
2013-04-08 Sebastian Freundtbuild-chain, replace INCLUDES directive by AM_CPPFLAGS
2013-03-05 Akira TAGOHBug 59456 - Adding a --sysroot like option to fc-cache
2013-01-29 Anas NashifImported Upstream version 2.10.91 upstream/2.10.91
2013-01-29 Anas NashifImported Upstream version 2.10.2 upstream/2.10.2
2013-01-02 Behdad EsfahbodSwitch .gitignore to git.mk
2012-12-11 Akira TAGOHRemove the dead code
2012-11-05 Anas NashifImported Upstream version 2.10.0 upstream/2.10.0
2012-10-26 Akira TAGOHUse automake variable instead of cleaning files in...
2012-04-23 Akira TAGOHCreate CACHEDIR.TAG when fc-cache is run or only when...
2012-04-18 Akira TAGOHBug 25151 - Move cleanCacheDirectory() from fc-cache...
2012-03-22 Akira TAGOHfc-cache: improvement of the fix for Bug#39914.
2012-03-21 Akira TAGOHBug 39914 - Please tag the cache directory with CACHEDI...
2012-03-21 Jeremy Huddlestonfcarch: Check for architecture signature at compile...
2012-03-16 Akira TAGOHFix a build issue due to the use of non-portable variables
2012-03-16 Akira TAGOHRevert "Fix a build fail on some environment."
2012-03-10 Akira TAGOHFix a build fail on some environment.
2010-12-28 Behdad EsfahbodAllow editing charset and lang in target="scan"
2010-12-28 Behdad EsfahbodMake fc-arch stuff cross-compiling-safe
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-21 Behdad EsfahbodAdd fc-pattern cmdline tool
2010-02-26 Behdad EsfahbodBug 25152 Don't sleep(2) if all caches were uptodate
2009-11-20 Behdad Esfahbod[fc-cache] Document -r argument in man page
2009-06-24 Behdad Esfahbod[fc-cache] Remove obsolete sentence from man page
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodCleanup all manpage.* files
2009-02-14 Behdad EsfahbodAdd fc-scan too that runs FcFileScan/FcDirScan
2009-02-14 Behdad EsfahbodHandle -h and --help according to GNU Coding Standards...
2009-02-14 Behdad EsfahbodGet rid of $Id$ tags
2009-02-14 Behdad EsfahbodAdd fc-query (#13019)
2009-02-14 Behdad EsfahbodUpdate man pages
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Keith PackardCall FcFini to make memory debugging easier
2008-04-18 Eric AnholtFix build with !ENABLE_DOCS and no built manpages.
2008-01-08 Keith PackardEliminate references to freetype from utility Makefile...
2007-11-14 Tor LillqvistWorkaround for stat() brokenness in Microsoft's C libra...
2007-11-04 Keith PackardDon't check cache file time stamps when cleaning cache...
2007-10-25 Keith PackardDistribute man source files for command line programs...
2007-10-18 Keith PackardHave fc-cache remove invalid cache files from cache...
2007-10-18 Keith PackardDon't use X_OK bit when checking for writable directori...
2007-10-18 Keith PackardVerbose message about cleaning directories was imprecise
2007-10-18 Keith PackardImprove verbose messages from fc-cache.
2007-10-18 Keith PackardRemove unneeded call to access(2) in fc-cache.
2006-10-27 Mike FABIANDo not clean cache files for different architectures
2006-09-14 Keith PackardAdd warning flags to fc-cache build. Clean up warnings...
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-04 Keith PackardHide private functions in shared library. Export functi...
2006-09-03 Keith PackardRemove all .cvsignore files
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-02 Keith PackardUnify directory canonicalization into FcStrAddFilename.
2006-09-01 Keith PackardFix memory leaks in fc-cache directory cleaning code.
2006-09-01 Keith PackardPass directory information around in FcCache structure...
2006-09-01 Keith PackardChange $(pkgcachedir) to $(fc_cachedir) in fc-cat and...
2006-08-31 Keith PackardRevert ABI changes from version 2.3
2006-08-31 Keith PackardAutomatically remove invalid cache files.
2006-08-31 Keith PackardSkip broken caches. Cache files are auto-written, don...
2006-08-28 Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-08-28 Keith PackardEliminate global cache. Eliminate multi-arch cache...
2006-08-28 Keith PackardEliminate NormalizeDir. Eliminate gratuitous stat/acces...
2006-08-04 Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-07 Patrick LamLD_ADD missing dependencies for binaries. Reported...
2006-04-07 Patrick LamPatrick Lam <plam@mit.edu>
2006-04-06 Patrick LamReduce amount of dirty rss by const'ing some data struc...
2006-02-18 Patrick LamFix the underlying cause of the below segfault (must...
2006-02-16 Patrick LamAdd -r --really-force option which blows away cache...
2006-02-16 Patrick LamDon't bail if fontconfig can't remove a dir cache file...
2006-02-06 Patrick LamDon't loop infinitely on recursive symlinks.
2006-02-05 Patrick LamMake 'make distcheck' work with automake 1.6.3.
2006-01-31 Patrick LamStephan Kulow <coolo@suse.de> reviewed by: plam
2006-01-31 Patrick LamDon't stop scanning if a directory in fonts.conf doesn...
2006-01-27 Patrick LamMove FcConfigNormalizeFontDir call so that it doesn...
2006-01-14 Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-10 Patrick LamExplicitly add font dirs to config.fontDirs even if...
2006-01-09 Patrick LamNormalize font dirs by using the form, as given in...
2005-12-21 Patrick LamBump version to 2.3.93. fc-2_3_93
2005-12-12 Patrick LamImprove error message when fc-cache can't write the...
2005-12-09 Patrick LamMigrate cache files from fonts directories to /var...
2005-11-02 Patrick LamRevert the previous patch and commit the correct patch...
2005-11-02 Patrick LamForcibly rescan a directory before writing a fresh...
2005-10-05 Patrick LamAdd new API which unlinks directory caches and checks...
2005-09-23 Patrick LamAdd new command-line utility, fc-cat, to convert fonts...
2005-09-23 Patrick LamUpdate documentation -- fc-cache's man page now says...
2005-09-01 Patrick Lam:
2005-08-31 Patrick LamOnly load requested fonts for fc-cache, and cleanup...
2005-08-30 Patrick Lamsrc/fcint.c
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25 Patrick Lam#ifdef out old cache stuff, replace with first version...
2005-04-27 Keith PackardBump so revision for 2.3.2
2005-04-21 Keith PackardDon't force bitmap font enable in default configuration...
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05 Keith PackardSleep for two seconds before exiting to make sure times...
2003-12-12 Carl WorthRemove excessive whitespace (missed on previous commit)
next