Fix build issue on Debian/kFreeBSD 7.0
[platform/upstream/fontconfig.git] / src / fcdbg.c
2013-07-04 Akira TAGOHRework to apply the intermixed test and edit elements...
2013-06-28 Akira TAGOHAdd FcTypeUnknown to FcType to avoid comparison of...
2013-02-01 Akira TAGOHBug 23757 - Add mode="delete" to <edit>
2013-01-02 Behdad EsfahbodMake FcInitDebug() idempotent
2013-01-02 Behdad EsfahbodMake FC_DBG_OBJTYPES debug messages into warnings
2012-12-31 Behdad EsfahbodAllow target="font/pattern/default" in <name> elements
2012-12-30 Behdad EsfahbodParse matrices of expressions
2012-05-14 Akira TAGOHBug 19128 - Handling whitespace in aliases
2012-05-01 Akira TAGOHOutput more verbose debugging log to show where to...
2010-12-28 Behdad EsfahbodAllow editing charset and lang in target="scan"
2010-12-09 Akira TAGOHAdd editing langset feature.
2010-12-09 Akira TAGOHAdd charset editing feature.
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-07-28 Behdad EsfahbodImprove charset printing
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-14 Behdad EsfahbodRemove special-casing of FC_FILE in FcPatternPrint()
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03 Keith PackardAdd FcMatchScan to resolve Delicious font matching...
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-01-07 Patrick LamPrint out full pathname in fc-match -v as well. Reporte...
2005-11-24 Patrick LamInline FcDebug invocations and only initialize once...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
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-07-20 Keith PackardImplement new semantics for Contains and LISTING:
2003-04-15 Keith PackardFix unary operator parsing. Add floor, ceil, trunc...
2003-03-05 Keith PackardAdd FcLangSetPrint
2003-02-27 Keith PackardAvoid crashing with null expressions in debug code
2003-02-26 Keith PackardAllow double or integer for numeric values in matching
2003-02-12 Keith PackardOutput langsets and all bindings in debug messages
2002-11-22 Keith PackardIn debugging output, mark weakly bound values with (w) fcpackage_2_1
2002-08-22 Keith PackardAdd contains/not_contains, fix LangSet equal operator...
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-06-20 Keith PackardAccidentally falling through several case blocks
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-02 Keith PackardEliminate some compiler warnings, avoid seg fault when...
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-14 Keith PackardInitial revision