summaryrefslogtreecommitdiff
path: root/src/fclang.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-2/+2
* Fix undefined-shift UBSAN errorsTom Anderson2018-04-161-5/+5
* [varfonts] Share lang across named-instancesBehdad Esfahbod2017-09-271-0/+6
* Fix to work the debugging option on fc-validateAkira TAGOH2017-08-221-0/+3
* Accept 4 digit script tag in FcLangNormalize().Akira TAGOH2017-08-221-1/+2
* Fix warningBehdad Esfahbod2017-08-041-1/+1
* Ignore 'und-' prefix for in FcLangCompareBehdad Esfahbod2017-08-031-3/+20
* Add und-zsye.orth to support emoji in langAkira TAGOH2017-08-021-1/+1
* Treat C.UTF-8 and C.utf8 locales as built in the C library.Josselin Mouette2017-06-271-0/+2
* FcLangSetCompare(): fix bug when two charsets come from different "buckets"Florent Rougon2017-06-121-2/+12
* Fix erroneous test on language id in FcLangSetPromote()Florent Rougon2017-06-091-1/+1
* Fix an off-by-one error in FcLangSetIndex()Florent Rougon2017-06-091-1/+10
* Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH2014-05-131-12/+15
* Fix a memory leakAkira TAGOH2013-03-051-1/+3
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-19/+24
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-16/+1
* Fix sign-compare warningsBehdad Esfahbod2012-12-291-3/+3
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-12-071-2/+24
* Bug 32853 - Export API to get the default languageAkira TAGOH2012-06-081-0/+159
* Add editing langset feature.Akira TAGOH2010-12-091-0/+62
* Bug 28958 - lang=en matches other langsBehdad Esfahbod2010-12-071-0/+2
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-14/+14
* [lang] Fix serializing LangSet from older versionsBehdad Esfahbod2009-11-161-3/+6
* [arch] Try to ensure proper FcLangSet alignment in archBehdad Esfahbod2009-11-161-1/+1
* Bump cache version up from 2 to 3 and fix FcLangSet caching/crashBehdad Esfahbod2009-11-161-15/+52
* Revert "Fix FcNameUnparseLangSet()" and redo itBehdad Esfahbod2009-08-251-11/+18
* Bug 23419 - "contains" expression seems not working on the fontconfig ruleBehdad Esfahbod2009-08-251-2/+2
* Improve charset printingBehdad Esfahbod2009-07-281-2/+2
* Fix FcNameUnparseLangSet()Behdad Esfahbod2009-07-221-18/+11
* [fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod2009-06-241-2/+2
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* [fclang] Implement FcLangSetGetLangs() (#18846)Behdad Esfahbod2009-02-151-0/+32
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard2008-01-071-0/+1
* Remove freetype requirement for build-time applications.Keith Packard2008-01-021-0/+1
* Add FcGetLangs() and FcLangGetCharSet().Behdad Esfahbod2007-11-051-2/+18
* Use FcLangDifferentTerritory instead of FcLangDifferentCountry.Keith Packard2007-11-031-4/+4
* Place language name in constant array instead of pointer.Keith Packard2007-10-181-1/+1
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-95/+25
* Missing bits from previous patches.Patrick Lam2006-04-111-0/+1
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-1/+7
* Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam2006-04-071-1/+1
* Fix intel compiler warnings: make many variables static, eliminatePatrick Lam2006-04-061-3/+2
* Fix suspicious return expression which causes junk to be returned.Patrick Lam2006-03-031-1/+1
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-251-4/+4
* Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam2005-11-161-0/+8
* Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam2005-11-041-1/+15
* Add consts to variables so as to move arrays into .rodata.Patrick Lam2005-10-141-2/+2