Add missing #include <sys/statvfs.h> in fcstat.c
[platform/upstream/fontconfig.git] / src / fcinit.c
2013-03-05 Akira TAGOHBug 59456 - Adding a --sysroot like option to fc-cache
2013-01-03 Behdad EsfahbodFix build around true/false
2013-01-02 Behdad EsfahbodMinor
2013-01-02 Behdad EsfahbodRefactor; contain default config in fccfg.c
2013-01-02 Behdad EsfahbodMake FcGetDefaultLang and FcGetDefaultLangs thread...
2013-01-02 Behdad EsfahbodUse a static perfect hash table for object-name lookup
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-12-10 Akira TAGOHRemove the duplicate null-check
2012-12-07 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-05-18 Akira TAGOHBug 20411 - fontconfig doesn't match FreeDesktop direct...
2012-03-28 Akira TAGOHBug 17832 - Memory leaks due to FcStrStaticName use...
2010-12-02 Behdad EsfahbodFix returned value
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Keith PackardFix a few memory tracking mistakes.
2007-10-25 Keith PackardFcInit should return FcFalse when FcInitLoadConfigAndFo...
2006-12-02 Keith PackardWarn (and recover) from config file without <cachedir...
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-04 Keith PackardLeave cache files mapped permanently.
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-01 Keith PackardPass directory information around in FcCache structure...
2006-08-04 Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-27 Keith PackardEliminate pattern freezing
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2005-11-24 Patrick LamInline FcDebug invocations and only initialize once...
2005-09-22 Patrick LamFix more gcc4 warnings:
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-07-15 Patrick LamForward port cworth's patch to branch.
2005-07-15 Carl WorthRename FcPatternThawAll to FcPatternFini.
2004-12-07 Keith PackardReviewed by: Keith Packard <keithp@keithp.com>
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2003-08-15 Carl WorthAdded new FcFini function for cleaning up all memory...
2003-03-05 Keith PackardChange RCS tag
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-05-23 Keith PackardA few random fontconfig build fixes
2002-05-21 Keith PackardMore autoconf cleanup for fontconfig
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-02-19 Keith PackardAutomatically initialize the fontconfig library
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision