Bump libtool revision
[platform/upstream/fontconfig.git] / fc-cache / fc-cache.c
2013-10-02 Akira TAGOHWorkaround the race condition issue on updating cache
2013-03-05 Akira TAGOHBug 59456 - Adding a --sysroot like option to fc-cache
2012-12-11 Akira TAGOHRemove the dead code
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...
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-02-26 Behdad EsfahbodBug 25152 Don't sleep(2) if all caches were uptodate
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodHandle -h and --help according to GNU Coding Standards...
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Keith PackardCall FcFini to make memory debugging easier
2007-11-04 Keith PackardDon't check cache file time stamps when cleaning cache...
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 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-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 LamPatrick Lam <plam@mit.edu>
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-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-12 Patrick LamImprove error message when fc-cache can't write the...
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-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-05-31 Keith Packard(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly...
2003-03-05 Keith PackardChange RCS tag
2003-03-02 Keith PackardSwitch back to -version-info for fontconfig as its...
2003-02-12 Keith PackardHave fc-cache skip directories without write access
2002-09-18 Marc Aurele La FrancePacify gcc 3.2
2002-08-13 Keith PackardMake missing font directory messages only displayed...
2002-08-11 Keith PackardHelp message said -v was for --force
2002-07-01 Keith PackardMake fc-cache avoid reading the whole world full of...
2002-06-19 Keith PackardMake fc-cache more tolerant of missing font directories
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-02-26 Marc Aurele La FranceWarning fixes
2002-02-15 Keith PackardUpdate to Xft version 2
2002-02-14 Keith PackardInitial revision