Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-23 | Update CaseFolding.txt to Unicode 9.0 | Akira TAGOH | 1 | -5/+86 | |
2015-06-18 | Update CaseFolding.txt to Unicode 8.0 | Akira TAGOH | 2 | -3/+147 | |
2014-06-18 | Update CaseFolding.txt to Unicode 7.0 | Akira TAGOH | 1 | -6/+53 | |
2013-10-11 | Update CaseFolding.txt to Unicode 6.3 | Akira TAGOH | 1 | -3/+3 | |
No real updates between 6.2 and 6.3. | |||||
2013-01-02 | Really fix cross-compiling and building of tools this time | Behdad Esfahbod | 1 | -39/+8 | |
2013-01-02 | Use CC_FOR_BUILD to generate source files | Behdad Esfahbod | 1 | -7/+1 | |
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-11-30 | Fix build issues on clean tree | Akira TAGOH | 1 | -2/+5 | |
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-11-20 | Update CaseFolding.txt to Unicode 6.2 | Akira TAGOH | 1 | -3/+5 | |
No real updates between 6.1 and 6.2, but anyway. | |||||
2012-07-06 | Update CaseFolding.txt to Unicode 6.1 | Akira TAGOH | 1 | -4/+17 | |
2012-03-16 | Fix a build issue due to the use of non-portable variables | Akira TAGOH | 1 | -4/+2 | |
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value. | |||||
2012-03-16 | Revert "Fix a build fail on some environment" | Akira TAGOH | 1 | -4/+6 | |
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 | -6/+4 | |
2012-03-09 | Fix distcheck error | Akira TAGOH | 1 | -0/+3 | |
2011-01-21 | Update CaseFolding.txt to Unicode 6.0 | Behdad Esfahbod | 1 | -3/+12 | |
2010-12-27 | Make most generated-files cross-compiling-safe | Behdad Esfahbod | 1 | -6/+8 | |
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 | 3 | -6/+6 | |
2009-11-18 | [fc-case] Update CaseFolding.txt to Unicode 5.2.0 | Behdad Esfahbod | 1 | -4/+112 | |
2009-11-18 | Clean up Makefile's a bit | Behdad Esfahbod | 1 | -4/+3 | |
2009-03-13 | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 3 | -6/+6 | |
2009-02-13 | Get rid of $Id$ tags | Behdad Esfahbod | 2 | -2/+2 | |
2008-06-22 | Make sure alias files are built first (bug 16464) | Peter | 1 | -1/+3 | |
Signed-off-by: Keith Packard <keithp@keithp.com> | |||||
2008-01-02 | Remove freetype requirement for build-time applications. | Keith Packard | 1 | -1/+1 | |
This avoids requiring the freetype development files when cross compiling | |||||
2007-10-25 | Update CaseFolding.txt to Unicode 5.1.0 | Behdad Esfahbod | 1 | -7/+177 | |
2007-10-24 | Leave generated headers out of distribution (bug 12734). | Keith Packard | 1 | -3/+1 | |
If the generated header files are included in the distribution, a build outside of the source directory will use them. For machine-specific files, this generates the wrong result (fcarch.h). Leaving them out of the distribution forces them to be built. | |||||
2006-09-05 | Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven) | Keith Packard | 1 | -1/+8 | |
Using a simple shell script that processes the public headers, two header files are constructed that map public symbols to hidden internal aliases avoiding the assocated PLT entry for referring to a public symbol. A few mistakes in the FcPrivate/FcPublic annotations were also discovered through this process | |||||
2006-09-03 | Remove all .cvsignore files | Keith Packard | 1 | -6/+0 | |
2006-08-30 | Rework Object name database to unify typechecking and object lookup. | Keith Packard | 1 | -13/+0 | |
Eliminate ancient list of object name databases and load names into single hash table that includes type information. Typecheck all pattern values to avoid mis-typed pattern elements. | |||||
2006-04-10 | Include more stub definitions to make HP-UX's C compiler happy. | Patrick Lam | 1 | -0/+3 | |
2006-04-06 | Fix intel compiler warnings: make many variables static, eliminate | Patrick Lam | 1 | -4/+4 | |
duplicate names, reduce variable scopes, unsigned/signed printf formatting. reviewed by: plam | |||||
2006-03-03 | Fix compilation on AIX with stub definitions (bug 6097). | Patrick Lam | 1 | -0/+10 | |
2005-09-22 | Fix more gcc4 warnings: | Patrick Lam | 1 | -4/+4 | |
- Cast sizeof to int, to shut up signedness warnings in comparison. - Add consts where appropriate. reviewed by: Patrick Lam <plam@mit.edu> | |||||
2005-01-13 | Add SEE ALSO section (bug 2085) | Keith Packard | 1 | -2/+6 | |
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com> | |||||
2004-12-29 | Add territory database | Keith Packard | 1 | -0/+6 | |
Reviewed by: Keith Packard Remove Han characters from Korean orthography | |||||
2004-12-29 | Adopt some RedHat suggestions for standard font configuration. | Keith Packard | 4 | -0/+1364 | |
Add new helper program 'fc-case' to construct case folding tables from standard Unicode CaseFolding.txt file Re-implement case insensitive functions with Unicode aware versions (including full case folding mappings) |