Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-16 | Fix undefined-shift UBSAN errors | Tom Anderson | 1 | -1/+1 | |
The expression "1 << 31" will cause UBSAN to complain with this error message: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' The same operation on unsigned types is fine, however. This CL replaces the strings "1 <<" with "1U <<". | |||||
2017-09-14 | und_zsye.orth: polish to get for NotoEmoji-Regular.ttf | Akira TAGOH | 1 | -2/+2 | |
2017-08-23 | Polish und_zmth.orth more for Cambria Math and Minion Math | Akira TAGOH | 1 | -14/+0 | |
2017-08-23 | Polish und_zmth.orth for Libertinus Math | Akira TAGOH | 1 | -32/+0 | |
2017-08-22 | Add und_zmth.orth to support Math in lang | Akira TAGOH | 2 | -1/+192 | |
2017-08-02 | Remove unneeded codepoints | Behdad Esfahbod | 1 | -219/+1 | |
2017-08-02 | Add more code points to und-zsye.orth | Akira TAGOH | 1 | -0/+123 | |
2017-08-02 | [fc-lang] Allow using ".." instead of "-" in ranges | Behdad Esfahbod | 2 | -1/+6 | |
Allows copying emoji-data.txt and other Unicode data files intact. | |||||
2017-08-02 | Add und-zsye.orth to support emoji in lang | Akira TAGOH | 2 | -1/+248 | |
2017-06-09 | fc-lang: gracefully handle the case where the last language initial is < 'z' | Florent Rougon | 1 | -0/+3 | |
FcLangSetIndex() contains code like this: low = fcLangCharSetRanges[firstChar - 'a'].begin; high = fcLangCharSetRanges[firstChar - 'a'].end; /* no matches */ if (low > high) The assumption behind this test didn't hold before this commit, unless there is at least one language name that starts with 'z' (which is thankfully the case in our world :-). If the last language name in lexicographic order starts for instance with 'x', this change ensures that fcLangCharSetRanges['y' - 'a'].begin and fcLangCharSetRanges['z' - 'a'].begin are equal to NUM_LANG_CHAR_SET, in order to make the above assumption correct in all cases. | |||||
2014-06-12 | [ko.orth] Remove U+3164 HANGUL FILLER | Behdad Esfahbod | 1 | -1/+0 | |
Better not to reject a font just over that. Note that we do NOT list U+115F and U+1160 either. | |||||
2014-04-22 | Rebase ja.orth against Joyo kanji characters | Akira TAGOH | 1 | -4227/+7 | |
Patch from Akihiro TSUKADA | |||||
2014-03-18 | Add README describes the criteria to add/modify the orthography files | Akira TAGOH | 1 | -0/+28 | |
https://bugs.freedesktop.org/show_bug.cgi?id=73461 | |||||
2014-01-17 | Update zh_hk.orth | Akira TAGOH | 1 | -1685/+564 | |
Patch from Abel Cheung https://bugs.freedesktop.org/show_bug.cgi?id=73461 | |||||
2013-11-05 | Leave room for null terminators in arrays | Alan Coopersmith | 1 | -1/+1 | |
Code currently returns a fatal error if it tries to add more entries than the array has room for, but it wasn't checking to make sure the final null terminator entry would fit. Reported by parfait 1.3: Error: Buffer overrun Buffer overflow (CWE 120): In array dereference of files[i] with index i Array size is 256 elements (of 4 bytes each), index >= 0 and index <= 256 at line 250 of fc-glyphname/fc-glyphname.c in function 'main'. Error: Buffer overrun Buffer overflow (CWE 120): In array dereference of entries[i] with index i Array size is 1024 elements (of 8 bytes each), index >= 0 and index <= 1024 at line 298 of fc-lang/fc-lang.c in function 'main'. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-08-29 | Add quz.orth to Makefile.am | Akira TAGOH | 1 | -0/+1 | |
2013-08-27 | Bug 68587 - copy qu.orth to quz.orth | Akira TAGOH | 1 | -0/+36 | |
2013-01-02 | Really fix cross-compiling and building of tools this time | Behdad Esfahbod | 2 | -40/+12 | |
2013-01-02 | Use CC_FOR_BUILD to generate source files | Behdad Esfahbod | 1 | -6/+3 | |
Previously we were failing if CROSS_COMPILING and the generated headers were not present. It works just fine now. One caveat: the fix is not fully correct since config.h is being included in the files built with CC_FOR_BUILD, but config.h has config for the host system, not the build system. Should be fine though. | |||||
2013-01-02 | Switch .gitignore to git.mk | Behdad Esfahbod | 1 | -0/+2 | |
2012-12-31 | Remove unneeded stuff | Behdad Esfahbod | 1 | -11/+0 | |
2012-11-30 | Fix build issues on clean tree | Akira TAGOH | 1 | -3/+6 | |
2012-11-29 | Fix build when srcdir != builddir | Jon TURNEY | 1 | -1/+1 | |
When ./configure'd in a directory other than the srcdir, we need to look in ${top_builddir)/src for the generated header fcstdint.h Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||||
2012-08-25 | Fix N'ko orthography | Behdad Esfahbod | 1 | -2/+1 | |
2012-06-08 | Bug 32853 - Export API to get the default language | Akira TAGOH | 1 | -0/+6 | |
Add a new API FcGetDefaultLangs() to export the string sets of the default languages. | |||||
2012-03-30 | Bug 24729 - [ne_NP] Fix ortho file | Akira TAGOH | 1 | -3/+20 | |
further update for ne.orth Patch from Pravin Satpute. | |||||
2012-03-16 | Revert "Fix a build fail on some environment" | Akira TAGOH | 1 | -2/+2 | |
This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604. | |||||
2012-03-16 | Revert "Fix a build fail on some environment." | Akira TAGOH | 1 | -1/+1 | |
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am | |||||
2012-03-10 | Fix a build fail on some environment. | Akira TAGOH | 1 | -1/+1 | |
2012-03-10 | Fix a build fail on some environment | Akira TAGOH | 1 | -2/+2 | |
2012-03-09 | Fix distcheck error | Akira TAGOH | 1 | -0/+3 | |
2012-02-24 | Bug 25652 - Add ortho file for locale mni_IN | Pravin Satpute | 2 | -1/+37 | |
Add mni.orth for Maniputi Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2012-02-24 | Bug 25653 - Add ortho file for locale doi_IN | Pravin Satpute | 2 | -1/+42 | |
Add doi.orth for Dogri Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2012-02-23 | Add brx.orth and sat.orth | Akira TAGOH | 1 | -1/+3 | |
2012-02-23 | Bug 25650 - Add ortho file for locale sat_IN | Parag Nemade | 1 | -0/+44 | |
Add sat.orth for Santali Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2012-02-23 | Bug 25651 - Add ortho file for locale brx_IN | Parag Nemade | 1 | -0/+46 | |
Add brx.orth for Bodo. Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2012-02-21 | Bug 43321 - Required corrections in urdu.orth file | Pravin Satpute | 1 | -2/+5 | |
Drop U+0629 and U+0647, and add U+06c3 to ur.orth Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2012-02-21 | Add a missing file | Akira TAGOH | 1 | -1/+2 | |
2012-02-21 | Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥ | Akira TAGOH | 1 | -0/+4 | |
Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian | |||||
2012-02-21 | Remove the unnecessary comment in ks.orth | Akira TAGOH | 1 | -4/+0 | |
2012-02-21 | Bug 27195 - need updates to ks.orth file | Pravin Satpute | 1 | -0/+6 | |
Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri See http://www.unicode.org/charts/PDF/U0600.pdf Signed-off-by: Akira TAGOH <akira@tagoh.org> | |||||
2011-11-14 | Bug 24744 - No n'ko orthography | Akira TAGOH | 1 | -0/+31 | |
Add nqo.orth for N'Ko | |||||
2011-03-14 | Fix warning | Behdad Esfahbod | 1 | -1/+1 | |
2011-03-14 | Bug 20113 - Uighur (ug) orthography incomplete | Behdad Esfahbod | 1 | -7/+28 | |
2010-12-27 | Make most generated-files cross-compiling-safe | Behdad Esfahbod | 1 | -7/+10 | |
By simply including a copy in the tarball. Remains fc-arch which is trickier. | |||||
2010-11-10 | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 181 | -362/+362 | |
2010-09-21 | Bug 24729 - [ne_NP] Fix ortho file | Behdad Esfahbod | 1 | -0/+1 | |
Exclude three characters (U+090C..090E) from Nepalese. | |||||
2010-09-21 | [fc-lang] Support excluding characters | Behdad Esfahbod | 1 | -10/+25 | |
By prefixing a line by a hyphen/minus sign. Useful when including other orth files. | |||||
2010-06-02 | Fix compiler warnings | Alan Coopersmith | 1 | -3/+3 | |
2009-11-18 | Clean up Makefile's a bit | Behdad Esfahbod | 1 | -1/+1 | |