index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fc-cache
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-10
Fix a build fail on some environment.
Akira TAGOH
1
-5
/
+5
2010-12-28
Make fc-arch stuff cross-compiling-safe
Behdad Esfahbod
1
-1
/
+1
2010-11-10
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
Behdad Esfahbod
2
-4
/
+4
2010-04-20
Add fc-pattern cmdline tool
Behdad Esfahbod
1
-0
/
+1
2010-02-26
Bug 25152 Don't sleep(2) if all caches were uptodate
Behdad Esfahbod
1
-4
/
+8
2009-11-20
[fc-cache] Document -r argument in man page
Behdad Esfahbod
1
-1
/
+10
2009-06-24
[fc-cache] Remove obsolete sentence from man page
Behdad Esfahbod
1
-4
/
+1
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
2
-4
/
+4
2009-02-13
Cleanup all manpage.* files
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Add fc-scan too that runs FcFileScan/FcDirScan
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Handle -h and --help according to GNU Coding Standards (#17104)
Behdad Esfahbod
2
-24
/
+27
2009-02-13
Get rid of $Id$ tags
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Add fc-query (#13019)
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Update man pages
Behdad Esfahbod
1
-6
/
+10
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
1
-1
/
+1
2008-05-04
Call FcFini to make memory debugging easier
Keith Packard
1
-0
/
+1
2008-04-18
Fix build with !ENABLE_DOCS and no built manpages.
Eric Anholt
1
-2
/
+6
2008-01-08
Eliminate references to freetype from utility Makefile.am's
Keith Packard
1
-2
/
+2
2007-11-13
Workaround for stat() brokenness in Microsoft's C library (bug 8526)
Tor Lillqvist
1
-0
/
+3
2007-11-03
Don't check cache file time stamps when cleaning cache dir.
Keith Packard
1
-9
/
+1
2007-10-25
Distribute man source files for command line programs (bug 9678).
Keith Packard
1
-3
/
+3
2007-10-18
Have fc-cache remove invalid cache files from cache directories.
Keith Packard
1
-16
/
+18
2007-10-18
Don't use X_OK bit when checking for writable directories (bug 12438)
Keith Packard
1
-1
/
+1
2007-10-18
Verbose message about cleaning directories was imprecise
Keith Packard
1
-1
/
+2
2007-10-18
Improve verbose messages from fc-cache.
Keith Packard
1
-2
/
+2
2007-10-18
Remove unneeded call to access(2) in fc-cache.
Keith Packard
1
-15
/
+3
2006-10-27
Do not clean cache files for different architectures
Mike FABIAN
1
-0
/
+9
2006-09-13
Add warning flags to fc-cache build. Clean up warnings in fc-cache.
Keith Packard
2
-24
/
+9
2006-09-04
Hide private functions in shared library. Export functionality for utilities.
Keith Packard
1
-17
/
+13
2006-09-03
Remove all .cvsignore files
Keith Packard
1
-6
/
+0
2006-09-02
Unify directory canonicalization into FcStrAddFilename.
Keith Packard
1
-1
/
+1
2006-09-01
Fix memory leaks in fc-cache directory cleaning code.
Keith Packard
1
-0
/
+9
2006-09-01
Pass directory information around in FcCache structure. Freeze charsets.
Keith Packard
1
-63
/
+46
2006-08-31
Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.am
Keith Packard
1
-4
/
+2
2006-08-31
Revert ABI changes from version 2.3
Keith Packard
1
-2
/
+2
2006-08-31
Automatically remove invalid cache files.
Keith Packard
2
-2
/
+130
2006-08-30
Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.
Keith Packard
1
-13
/
+12
2006-08-27
Fix up fc-cache and fc-cat for no global cache changes.
Keith Packard
1
-1
/
+1
2006-08-27
Eliminate global cache. Eliminate multi-arch cache code.
Keith Packard
1
-2
/
+1
2006-08-27
Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir.
Keith Packard
1
-5
/
+2
2006-08-04
2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam
Patrick Lam
1
-4
/
+3
2006-04-25
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Patrick Lam
1
-7
/
+8
2006-04-07
LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.
Patrick Lam
1
-1
/
+1
2006-04-07
Patrick Lam <plam@mit.edu>
Patrick Lam
1
-0
/
+7
2006-04-06
Reduce amount of dirty rss by const'ing some data structures.
Patrick Lam
1
-2
/
+2
2006-02-18
Fix the underlying cause of the below segfault (must usually call
Patrick Lam
1
-0
/
+2
2006-02-16
Add -r --really-force option which blows away cache files and then
Patrick Lam
1
-7
/
+18
2006-02-16
Don't bail if fontconfig can't remove a dir cache file. Skip the ID of a
Patrick Lam
1
-6
/
+10
2006-02-06
Don't loop infinitely on recursive symlinks.
Patrick Lam
1
-0
/
+18
2006-02-05
Make 'make distcheck' work with automake 1.6.3.
Patrick Lam
1
-1
/
+1
[next]