Bug 72086 - Check for gperf in autogen.sh
[platform/upstream/fontconfig.git] / src / fcpat.c
2013-06-28 Akira TAGOHAdd FcTypeUnknown to FcType to avoid comparison of...
2013-03-21 Akira TAGOHFix a SIGSEGV on FcPatternGet* with NULL pattern
2013-01-02 Behdad EsfahbodRemove FcSharedStr*
2013-01-02 Behdad EsfahbodMake refcounts, patterns, charsets, strings, and FcLang...
2013-01-02 Behdad EsfahbodRemove shared-str pool
2013-01-02 Behdad EsfahbodDon't crash in FcPatternDestroy with NULL pattern
2013-01-02 Behdad EsfahbodMake FC_DBG_OBJTYPES debug messages into warnings
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-12-30 Behdad EsfahbodFix compiler warnings
2012-11-15 Akira TAGOHBug 57114 - regression on FcFontMatch with namelang
2012-06-01 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-03-28 Akira TAGOHfcpat: Increase the number of buckets in the shared...
2012-03-28 Akira TAGOHBug 17832 - Memory leaks due to FcStrStaticName use...
2011-03-28 Behdad EsfahbodBug 35587 - Add padding to make valgrind and glibc...
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-11-16 Behdad Esfahbod[int] Remove fc_value_* macros that did nothing other...
2009-11-16 Behdad Esfahbod[int] Remove fc_storage_type() in favor of direct acces...
2009-06-24 Behdad EsfahbodSimplify FcValueSave() semantics
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodOops, fix FcPatternFilter
2009-02-14 Behdad EsfahbodDon't leak FcValues string loaded through fcxml.c ...
2009-02-14 Behdad EsfahbodFix docs re 'orig' argument of FcPatternBuild and family
2009-02-14 Behdad EsfahbodAdd FcPatternFilter() (#13016)
2008-05-04 Keith PackardFix a few memory tracking mistakes.
2008-01-08 Keith PackardInclude fcftaliastail.h so that the freetype funcs...
2008-01-02 Keith PackardRemove freetype requirement for build-time applications.
2007-03-12 Stephan KulowMake FcPatternDuplicate copy the binding instead of...
2006-12-02 Keith PackardAvoid writing uninitialized structure pad bytes to...
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-05 Keith PackardReference count cache objects.
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-31 Keith PackardSerialized value lists were only including one value.
2006-08-31 Keith PackardRework Object name database to unify typechecking and...
2006-08-30 Keith PackardFcCharSetSerialize was using wrong offset for leaves...
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-04-27 Keith PackardEliminate pattern freezing
2006-04-27 Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-12 Patrick LamFix memory leak (Coverity defect #2089).
2006-04-11 Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-07 Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-04-06 Patrick LamReduce amount of dirty rss by const'ing some data struc...
2006-03-05 Patrick LamBecause we hacked FcPatternGet, we don't really need...
2006-03-05 Patrick LamOk, so some people (wine!) use FcPatternGet to fetch...
2006-03-03 Patrick LamGet rid of C++-style comments.
2006-02-07 Patrick LamPerf optimizations. Inline FcValueCanonicalize, reduce...
2006-01-25 Patrick LamFix additional memory leaks reported by Ronny V. Vinden...
2006-01-19 Patrick LamFix for unaligned memory accesses.
2006-01-05 Patrick LamAdd self to AUTHORS list.
2005-12-21 Patrick LamShut up GCC warnings on amd.
2005-12-08 Patrick LamBecause we've changed FcPatternAddString to use FcStrSt...
2005-12-05 Patrick LamDon't free strings that have been returned from FcStrSt...
2005-11-29 Patrick LamDon't make FcPatternFindFullFname available to fccfg...
2005-11-29 Patrick LamFix problem dating back at least to 2.3.2 where globs...
2005-11-25 Patrick LamRename fcpatterns, fcpatternelts, fcvaluelists to _fcPa...
2005-11-25 Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-25 Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-24 Patrick LamMove FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
2005-11-24 Patrick LamMake FcCompareString and FcCompareFamily less expensive...
2005-11-17 Patrick LamDon't add current_arch_start more than once.
2005-11-16 Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-03 Patrick LamFix argument ordering problem in call to FcPatternTrans...
2005-11-03 Patrick LamFix warnings and embarrassing double-free error.
2005-11-02 Patrick LamDon't zero out full names for FC_REF_CONSTANT fonts...
2005-11-02 Patrick LamRevert the previous patch and commit the correct patch...
2005-11-01 Patrick LamCopy the full pathname whenever duplicating an FcPatter...
2005-11-01 Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-06 Patrick LamAdd padding to make valgrind and glibc not hate each...
2005-09-23 Patrick LamRemove debugging printf (oops).
2005-09-22 Patrick LamFix more gcc4 warnings:
2005-09-16 Patrick LamAdd missing FcValueCanonicalize on call to FcPatternAdd.
2005-09-11 Patrick LamMerge ... HEAD and finish the GCC 4 cleanups (no more...
2005-09-01 Patrick LamApply Matthias Clasen's patch to fix obvious bogosity...
2005-08-27 Patrick LamReplace FcObjectStaticName by FcStrStaticName. Implemen...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25 Keith PackardVarious GCC 4 cleanups for signed vs unsigned char
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.
2005-07-07 Patrick LamConvert ObjectPtr from a fat structure to a simple...
2005-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
2005-04-13 Ross BurtonCheck that a pattern isn't already frozen in FcPatternF...
2005-03-31 Ross BurtonPut all FcPattern objects though FcObjectStaticName...
2004-12-07 Keith PackardReviewed by: Keith Packard <keithp@keithp.com>
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-04 Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-08-15 Carl WorthAdded new FcFini function for cleaning up all memory...
2003-03-05 Keith PackardChange RCS tag
2002-10-11 Keith PackardAdd a bunch more consts to Xft and fontconfig apis
2002-09-26 Keith PackardFix alignment issue on sparc
2002-09-18 Marc Aurele La FrancePacify gcc 3.2
2002-09-12 Marc Aurele La FranceFix structure alignment and array wlk bugs dhd-20020916
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-19 Keith PackardVarious config changes plus a couple of optimizations...
2002-08-11 Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-08-07 Keith PackardShort circuit FcPatternEqual when both args point at...
next