summaryrefslogtreecommitdiff
path: root/src/fccharset.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Fix charset unparse after recent changesBehdad Esfahbod1-1/+1
2014-07-03MinorBehdad Esfahbod1-2/+2
2014-07-03Change charset parse/unparse format to be human readableBehdad Esfahbod1-144/+79
2014-05-13Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH1-0/+15
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-12/+12
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-36/+0
2012-12-29Fix unused-parameter warningsBehdad Esfahbod1-2/+2
2012-03-07Check null value for given object to avoid possibly segfaultingAkira TAGOH1-72/+103
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-09-21Add new public API: FcCharSetDelChar()Behdad Esfahbod1-0/+17
2010-04-12Remove all training whitespacesBehdad Esfahbod1-75/+75
2009-11-18Remove bogus commentBehdad Esfahbod1-1/+0
2009-06-24[charset] Grow internal FcCharset arrays exponentiallyBehdad Esfahbod1-29/+36
2009-06-24Always set *changed in FcCharsetMergeBehdad Esfahbod1-1/+4
2009-06-24Add XXX note about Unicode Plane 16Behdad Esfahbod1-3/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-15Change FcCharSetMerge APIKarl Tomlinson1-76/+53
2009-02-13Don't use FcCharSetCopy in FcCharSetMergeBehdad Esfahbod1-3/+4
2009-02-13Use __builtin_popcount() when available (bug #17592)Behdad Esfahbod1-0/+4
2009-02-13Reduce number of allocations during FcSortWalk().Chris Wilson1-0/+62
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-05-04Fix a few memory tracking mistakes.Keith Packard1-0/+6
2006-09-06Charset hashing depended on uniqueness of leaves.Keith Packard1-2/+2
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-09-04Reference count cache objects.Keith Packard1-0/+5
2006-09-04Hide private functions in shared library. Export functionality for utilities.Keith Packard1-5/+0
2006-09-01Fix fc-lang to use new charset freezer API.Keith Packard1-6/+5
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-263/+287
2006-08-30Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard1-24/+32
2006-08-30FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard1-1/+2
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-328/+165
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-04-11Missing bits from previous patches.Patrick Lam1-1/+4
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-0/+5
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam1-2/+2
2006-02-09Fix problem with missing 'en' due to euro.patch: change cache file formatPatrick Lam1-4/+4
2006-02-07src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)Patrick Lam1-3/+3
2006-02-07Fix hidden variable warning.Patrick Lam1-4/+5
2005-12-21Avoid check on _fcBankId nullness and fix case where it used to crash.Patrick Lam1-1/+1
2005-11-25Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam1-6/+6
2005-11-17Don't add current_arch_start more than once.Patrick Lam1-4/+8
2005-11-16Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam1-0/+11
2005-11-04Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam1-0/+18
2005-09-22Fix more gcc4 warnings:Patrick Lam1-1/+2
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-206/+127
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-2/+101
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-87/+284
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-5/+59
2003-04-24FcFontList broken when presented a charset - was comparing inclusion in theKeith Packard1-0/+15