summaryrefslogtreecommitdiff
path: root/fc-lang/fc-lang.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Fix undefined-shift UBSAN errorsTom Anderson1-1/+1
2017-08-02[fc-lang] Allow using ".." instead of "-" in rangesBehdad Esfahbod1-0/+5
2017-06-09fc-lang: gracefully handle the case where the last language initial is < 'z'Florent Rougon1-0/+3
2013-11-05Leave room for null terminators in arraysAlan Coopersmith1-1/+1
2013-01-02Really fix cross-compiling and building of tools this timeBehdad Esfahbod1-4/+4
2012-12-31Remove unneeded stuffBehdad Esfahbod1-11/+0
2012-06-08Bug 32853 - Export API to get the default languageAkira TAGOH1-0/+6
2011-03-14Fix warningBehdad Esfahbod1-1/+1
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-09-21[fc-lang] Support excluding charactersBehdad Esfahbod1-10/+25
2010-06-02Fix compiler warningsAlan Coopersmith1-3/+3
2009-08-25Bug 23419 - "contains" expression seems not working on the fontconfig ruleBehdad Esfahbod1-3/+17
2009-06-24[fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod1-15/+34
2009-06-24[fc-lang] Fix bug in country map generationBehdad Esfahbod1-1/+1
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-03-02[fc-lang] Continue parsing after an "include" (#20179)Behdad Esfahbod1-11/+18
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
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-1/+0
2006-09-04Oops, fc-lang broke when I added cache referencing.Keith Packard1-0/+10
2006-09-01Fix fc-lang to use new charset freezer API.Keith Packard1-12/+18
2006-08-30Fix build problems caused by cache rework.Keith Packard1-0/+1
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-95/+90
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-0/+3
2006-04-10Include more stub definitions to make HP-UX's C compiler happy.Patrick Lam1-0/+3
2006-04-07SGI compilation fixes (reported by Christoph Bauer):Patrick Lam1-1/+1
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-4/+4
2006-02-22Strip \r and whitespace from input; fixes bug 3454.Patrick Lam1-4/+7
2006-02-22Allocate large arrays statically in fc-lang to fix crashes underPatrick Lam1-9/+9
2006-02-07Fix hidden variable warning.Patrick Lam1-3/+3
2005-11-29Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) whichPatrick Lam1-1/+4
2005-11-19Further fix of patch from 2005-11-04: miscounted numbers countPatrick Lam1-8/+13
2005-11-04Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam1-16/+43
2005-09-23Small patch for output in case where lineno not defined.Patrick Lam1-1/+1
2005-09-22Fix more gcc4 warnings:Patrick Lam1-7/+13
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-1/+1
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-2/+2
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-0/+6
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-9/+8
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-1/+1
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-2/+27
2003-04-17Solaris porting fixesKeith Packard1-2/+2
2003-03-05Add letter ranges to speed lang lookups, change CVS tagKeith Packard1-2/+36
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-0/+6
2003-02-06Build fclang.h before building library This required compiling the charsetKeith Packard1-5/+16
2002-12-14633. Perform country-independent matching for Chinese languages inDavid Dawes1-6/+70
2002-08-22Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanupKeith Packard1-6/+18
2002-07-07Share more duplicate charset dataKeith Packard1-2/+26
2002-07-06Add fc-lang program to generate language coverage tablesKeith Packard1-0/+295