summaryrefslogtreecommitdiff
path: root/fc-cat/fc-cat.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-15call setlocaleAkira TAGOH1-0/+2
2017-11-07Add the ruleset description supportAkira TAGOH1-19/+27
2016-09-07Don't call perror() if no changes happens in errnoAkira TAGOH1-2/+7
2014-08-12Fix the memory leak in fc-catAkira TAGOH1-6/+2
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH1-0/+1
2012-12-31Remove unneeded stuffBehdad Esfahbod1-6/+4
2012-06-01Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-1/+1
2012-03-28Fix the hardcoded cache file suffixAkira TAGOH1-2/+2
2012-02-21fc-cat: fix pointer warningMike Frysinger1-1/+1
2011-06-20Switch fc-cat to use FcPatternFormat()Behdad Esfahbod1-28/+11
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 Esfahbod1-2/+2
2010-09-03Bug 29995 - fc-cat does not invoke FcFini()Behdad Esfahbod1-0/+1
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Handle -h and --help according to GNU Coding Standards (#17104)Behdad Esfahbod1-21/+24
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2006-12-02Fix fc-cat documentation (bug 8935).Peter Breitenlohner1-2/+7
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard1-22/+15
2006-09-02Unify directory canonicalization into FcStrAddFilename.Keith Packard1-1/+1
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-61/+22
2006-08-31With no args, fc-cat now dumps all directories.Keith Packard1-26/+93
2006-08-31Automatically remove invalid cache files.Keith Packard1-2/+1
2006-08-30Fix fc-cat again. Sigh.Keith Packard1-12/+25
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-63/+71
2006-08-27Fix up fc-cache and fc-cat for no global cache changes.Keith Packard1-106/+13
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-8/+9
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+3
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam1-1/+0
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-10/+0
2006-02-21Initialize fontconfig library in fc-cat to avoid segfault.Patrick Lam1-1/+10
2006-02-17Enable fc-cat to print out old-style cache info when given a directoryPatrick Lam1-1/+25
2006-02-05src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam1-3/+2
2006-01-30Update fc-cat to handle subdir lists in global cache file.Patrick Lam1-0/+10
2006-01-14Compare device numbers as well as inodes. Always normalize directory namesPatrick Lam1-1/+5
2006-01-09Normalize font dirs by using the form, as given in fonts.conf, and recordedPatrick Lam1-2/+2
2006-01-05Add self to AUTHORS list.Patrick Lam1-28/+38
2005-12-09Migrate cache files from fonts directories to /var/cache/fontconfig. ThisPatrick Lam1-2/+11
2005-12-07Fix warnings.Patrick Lam1-6/+3
2005-12-01Add codepath for reading global cache files as well.Patrick Lam1-0/+61
2005-11-23Properly apply fcrozat's patch.Patrick Lam1-1/+1
2005-11-232005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam1-1/+0
2005-11-18Don't crash when fc-cat invoked with no arguments.Patrick Lam1-0/+3
2005-11-01Fix small memory error (tried to free argv); use basename and dirnamePatrick Lam1-3/+1
2005-11-01Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam1-3/+4
2005-09-23Add new command-line utility, fc-cat, to convert fonts.cache-2 files intoPatrick Lam1-0/+336