Bump libtool revision
[platform/upstream/fontconfig.git] / src / fccharset.c
2013-01-02 Behdad EsfahbodMake refcounts, patterns, charsets, strings, and FcLang...
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-12-30 Behdad EsfahbodFix unused-parameter warnings
2012-03-07 Akira TAGOHCheck null value for given object to avoid possibly...
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-09-21 Behdad EsfahbodAdd new public API: FcCharSetDelChar()
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-11-18 Behdad EsfahbodRemove bogus comment
2009-06-24 Behdad Esfahbod[charset] Grow internal FcCharset arrays exponentially
2009-06-24 Behdad EsfahbodAlways set *changed in FcCharsetMerge
2009-06-24 Behdad EsfahbodAdd XXX note about Unicode Plane 16
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-15 Karl TomlinsonChange FcCharSetMerge API
2009-02-14 Behdad EsfahbodDon't use FcCharSetCopy in FcCharSetMerge
2009-02-14 Behdad EsfahbodUse __builtin_popcount() when available (bug #17592)
2009-02-14 Chris WilsonReduce number of allocations during FcSortWalk().
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Keith PackardFix a few memory tracking mistakes.
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-07 Keith PackardCharset hashing depended on uniqueness of leaves.
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-05 Keith PackardReference count cache objects.
2006-09-04 Keith PackardHide private functions in shared library. Export functi...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-01 Keith PackardFix fc-lang to use new charset freezer API.
2006-09-01 Keith PackardPass directory information around in FcCache structure...
2006-08-31 Keith PackardSkip broken caches. Cache files are auto-written, don...
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-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-11 Patrick LamMissing bits from previous patches.
2006-04-11 Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-07 Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-02-09 Patrick LamFix problem with missing 'en' due to euro.patch: change...
2006-02-07 Patrick Lamsrc/fccharset.c (FcLangCharSetPopulate, FcCharSetInsert...
2006-02-07 Patrick LamFix hidden variable warning.
2005-12-21 Patrick LamAvoid check on _fcBankId nullness and fix case where...
2005-11-25 Patrick LamPass around FcCache *s to the Unserialize functions...
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-04 Patrick LamFix bug 2878 (excessive relocations at startup for...
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-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
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-04-24 Keith PackardFcFontList broken when presented a charset - was compar...
2003-03-18 Keith PackardFcCharSetIsSubset errored on fonts with subsets in...
2003-03-05 Keith PackardChange RCS tag
2003-02-06 Keith PackardBuild fclang.h before building library This required...
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-07-13 Keith PackardAdd some Utf16 support, extract font family and style...
2002-07-09 Keith PackardTrim ideographic punctuation and Suzhou numerals from...
2002-07-06 Keith PackardSwitch to RFC 3066 based lang names
2002-06-29 Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-26 Keith PackardConstruct empty constant charsets correctly (using...
2002-06-21 Keith PackardFix automatic file time checking, transcoding table...
2002-05-31 Keith PackardAdd support for user-provided freetype faces to Xft
2002-05-31 Keith PackardChange FcCharSet datastructure, add FcFontSort API
2002-05-29 Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-05-29 Keith PackardApply some obvious fixes to FcFontSetSort from Owen...
2002-05-24 Keith PackardChange charset enumeration functions to more sensible API
2002-03-27 Keith PackardFix FT_Get_Next_Char API to match official 2.0.9 releas...
2002-03-03 Keith PackardEliminate compiler warnings
2002-02-19 Keith PackardEliminate const in FcPatternGetString; too hard. Add...
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision