summaryrefslogtreecommitdiff
path: root/src/fclang.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Fix undefined-shift UBSAN errorsTom Anderson1-5/+5
2017-09-27[varfonts] Share lang across named-instancesBehdad Esfahbod1-0/+6
2017-08-22Fix to work the debugging option on fc-validateAkira TAGOH1-0/+3
2017-08-22Accept 4 digit script tag in FcLangNormalize().Akira TAGOH1-1/+2
2017-08-04Fix warningBehdad Esfahbod1-1/+1
2017-08-03Ignore 'und-' prefix for in FcLangCompareBehdad Esfahbod1-3/+20
2017-08-02Add und-zsye.orth to support emoji in langAkira TAGOH1-1/+1
2017-06-27Treat C.UTF-8 and C.utf8 locales as built in the C library.Josselin Mouette1-0/+2
2017-06-12FcLangSetCompare(): fix bug when two charsets come from different "buckets"Florent Rougon1-2/+12
2017-06-09Fix erroneous test on language id in FcLangSetPromote()Florent Rougon1-1/+1
2017-06-09Fix an off-by-one error in FcLangSetIndex()Florent Rougon1-1/+10
2014-05-13Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH1-12/+15
2013-03-05Fix a memory leakAkira TAGOH1-1/+3
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-19/+24
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-16/+1
2012-12-29Fix sign-compare warningsBehdad Esfahbod1-3/+3
2012-12-07Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-2/+24
2012-06-08Bug 32853 - Export API to get the default languageAkira TAGOH1-0/+159
2010-12-09Add editing langset feature.Akira TAGOH1-0/+62
2010-12-07Bug 28958 - lang=en matches other langsBehdad Esfahbod1-0/+2
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-14/+14
2009-11-16[lang] Fix serializing LangSet from older versionsBehdad Esfahbod1-3/+6
2009-11-16[arch] Try to ensure proper FcLangSet alignment in archBehdad Esfahbod1-1/+1
2009-11-16Bump cache version up from 2 to 3 and fix FcLangSet caching/crashBehdad Esfahbod1-15/+52
2009-08-25Revert "Fix FcNameUnparseLangSet()" and redo itBehdad Esfahbod1-11/+18
2009-08-25Bug 23419 - "contains" expression seems not working on the fontconfig ruleBehdad Esfahbod1-2/+2
2009-07-28Improve charset printingBehdad Esfahbod1-2/+2
2009-07-22Fix FcNameUnparseLangSet()Behdad Esfahbod1-18/+11
2009-06-24[fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod1-2/+2
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-15[fclang] Implement FcLangSetGetLangs() (#18846)Behdad Esfahbod1-0/+32
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-01-07Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard1-0/+1
2008-01-02Remove freetype requirement for build-time applications.Keith Packard1-0/+1
2007-11-05Add FcGetLangs() and FcLangGetCharSet().Behdad Esfahbod1-2/+18
2007-11-03Use FcLangDifferentTerritory instead of FcLangDifferentCountry.Keith Packard1-4/+4
2007-10-18Place language name in constant array instead of pointer.Keith Packard1-1/+1
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-95/+25
2006-04-11Missing bits from previous patches.Patrick Lam1-0/+1
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+7
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam1-1/+1
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-3/+2
2006-03-03Fix suspicious return expression which causes junk to be returned.Patrick Lam1-1/+1
2005-11-25Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam1-4/+4
2005-11-16Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam1-0/+8
2005-11-04Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam1-1/+15
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam1-2/+2
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-123/+90