add Tizen tv profile only configuration
[platform/upstream/fontconfig.git] / fc-cat /
2019-02-14 Bowon RyuMerge branch 'upstream' into tizen 38/199738/1
2019-02-14 Bowon RyuImported Upstream version 2.13.1 upstream/2.13.1
2018-04-03 Youngbok ShinMerge branch 'upstream' into tizen
2018-04-03 Youngbok ShinImported Upstream version 2.13.0 upstream/2.13.0
2017-08-11 Bowon RyuApply ASLR to executable files. 72/143672/1 accepted/tizen/4.0/unified/20170828.222341 accepted/tizen/unified/20170821.051118 submit/tizen/20170816.060215 submit/tizen_4.0/20170828.100005 tizen_4.0.IoT.p1_release
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-04-08 Sebastian Freundtbuild-chain, replace INCLUDES directive by AM_CPPFLAGS
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-31 Behdad EsfahbodRemove unneeded stuff
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-06-01 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-03-28 Akira TAGOHFix the hardcoded cache file suffix
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.
2012-02-21 Mike Frysingerfc-cat: fix pointer warning
2011-06-20 Behdad EsfahbodSwitch fc-cat to use FcPatternFormat()
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-09-03 Behdad EsfahbodBug 29995 - fc-cat does not invoke FcFini()
2010-04-21 Behdad EsfahbodAdd fc-pattern cmdline tool
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-04-18 Eric AnholtFix build with !ENABLE_DOCS and no built manpages.
2008-01-08 Keith PackardEliminate references to freetype from utility Makefile...
2007-10-25 Keith PackardDistribute man source files for command line programs...
2006-12-02 Peter BreitenlohnerFix fc-cat documentation (bug 8935).
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 PackardPass directory information around in FcCache structure...
2006-09-01 Keith PackardChange $(pkgcachedir) to $(fc_cachedir) in fc-cat and...
2006-08-31 Keith PackardWith no args, fc-cat now dumps all directories.
2006-08-31 Keith PackardAutomatically remove invalid cache files.
2006-08-31 Keith PackardFix fc-cat again. Sigh.
2006-08-30 Keith PackardFcCharSetSerialize was using wrong offset for leaves...
2006-08-28 Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-11 Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-07 Patrick LamLD_ADD missing dependencies for binaries. Reported...
2006-04-07 Patrick LamPatrick Lam <plam@mit.edu>
2006-03-03 Patrick LamMore stub definitions and remove FcFileIsDir from fc...
2006-02-21 Patrick LamInitialize fontconfig library in fc-cat to avoid segfault.
2006-02-17 Patrick LamEnable fc-cat to print out old-style cache info when...
2006-02-05 Patrick LamMake 'make distcheck' work with automake 1.6.3.
2006-02-05 Patrick Lamsrc/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave...
2006-01-30 Patrick LamUpdate fc-cat to handle subdir lists in global cache...
2006-01-14 Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-09 Patrick LamNormalize font dirs by using the form, as given in...
2006-01-05 Patrick LamAdd self to AUTHORS list.
2005-12-09 Patrick LamMigrate cache files from fonts directories to /var...
2005-12-07 Patrick LamFix warnings.
2005-12-01 Patrick LamAdd codepath for reading global cache files as well.
2005-11-23 Patrick LamProperly apply fcrozat's patch.
2005-11-23 Patrick Lam2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:...
2005-11-18 Patrick LamDon't crash when fc-cat invoked with no arguments.
2005-11-01 Patrick LamFix small memory error (tried to free argv); use basena...
2005-11-01 Patrick LamReinstate basename patch, but keep a hash table linking...
2005-09-27 Patrick LamFix .cvsignore file after copying across directories.
2005-09-23 Patrick LamAdd new command-line utility, fc-cat, to convert fonts...