summaryrefslogtreecommitdiff
path: root/src/fccharset.c
Commit message (Expand)AuthorAgeFilesLines
* FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->ori...Florent Rougon2017-06-121-2/+2
* FcCharSetHash(): use the 'numbers' values to compute the hashFlorent Rougon2017-06-071-1/+1
* Bug 90867 - Memory Leak during error case in fccharsetAkira TAGOH2015-06-241-4/+20
* Fix charset unparse after recent changesBehdad Esfahbod2014-07-041-1/+1
* MinorBehdad Esfahbod2014-07-031-2/+2
* Change charset parse/unparse format to be human readableBehdad Esfahbod2014-07-031-144/+79
* Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH2014-05-131-0/+15
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-12/+12
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-36/+0
* Fix unused-parameter warningsBehdad Esfahbod2012-12-291-2/+2
* Check null value for given object to avoid possibly segfaultingAkira TAGOH2012-03-071-72/+103
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Add new public API: FcCharSetDelChar()Behdad Esfahbod2010-09-211-0/+17
* Remove all training whitespacesBehdad Esfahbod2010-04-121-75/+75
* Remove bogus commentBehdad Esfahbod2009-11-181-1/+0
* [charset] Grow internal FcCharset arrays exponentiallyBehdad Esfahbod2009-06-241-29/+36
* Always set *changed in FcCharsetMergeBehdad Esfahbod2009-06-241-1/+4
* Add XXX note about Unicode Plane 16Behdad Esfahbod2009-06-241-3/+3
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* Change FcCharSetMerge APIKarl Tomlinson2009-02-151-76/+53
* Don't use FcCharSetCopy in FcCharSetMergeBehdad Esfahbod2009-02-131-3/+4
* Use __builtin_popcount() when available (bug #17592)Behdad Esfahbod2009-02-131-0/+4
* Reduce number of allocations during FcSortWalk().Chris Wilson2009-02-131-0/+62
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Fix a few memory tracking mistakes.Keith Packard2008-05-041-0/+6
* Charset hashing depended on uniqueness of leaves.Keith Packard2006-09-061-2/+2
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Reference count cache objects.Keith Packard2006-09-041-0/+5
* Hide private functions in shared library. Export functionality for utilities.Keith Packard2006-09-041-5/+0
* Fix fc-lang to use new charset freezer API.Keith Packard2006-09-011-6/+5
* Pass directory information around in FcCache structure. Freeze charsets.Keith Packard2006-09-011-263/+287
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-301-24/+32
* FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.Keith Packard2006-08-301-1/+2
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-328/+165
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Missing bits from previous patches.Patrick Lam2006-04-111-1/+4
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-0/+5
* Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam2006-04-071-2/+2
* Fix problem with missing 'en' due to euro.patch: change cache file formatPatrick Lam2006-02-091-4/+4
* src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)Patrick Lam2006-02-071-3/+3
* Fix hidden variable warning.Patrick Lam2006-02-071-4/+5
* Avoid check on _fcBankId nullness and fix case where it used to crash.Patrick Lam2005-12-211-1/+1
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-251-6/+6
* Don't add current_arch_start more than once.Patrick Lam2005-11-171-4/+8
* Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam2005-11-161-0/+11
* Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam2005-11-041-0/+18
* Fix more gcc4 warnings:Patrick Lam2005-09-221-1/+2
* Overhaul the serialization system to create one mmapable file per directoryPatrick Lam2005-08-241-206/+127
* #ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam2005-07-251-2/+101
* Add functionality to allow fontconfig data structure serialization.Patrick Lam2005-06-281-87/+284