summaryrefslogtreecommitdiff
path: root/fc-case
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23Update CaseFolding.txt to Unicode 9.0Akira TAGOH1-5/+86
2015-06-18Update CaseFolding.txt to Unicode 8.0Akira TAGOH2-3/+147
2014-06-18Update CaseFolding.txt to Unicode 7.0Akira TAGOH1-6/+53
2013-10-11Update CaseFolding.txt to Unicode 6.3Akira TAGOH1-3/+3
No real updates between 6.2 and 6.3.
2013-01-02Really fix cross-compiling and building of tools this timeBehdad Esfahbod1-39/+8
2013-01-02Use CC_FOR_BUILD to generate source filesBehdad Esfahbod1-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-02Switch .gitignore to git.mkBehdad Esfahbod1-0/+2
2012-11-30Fix build issues on clean treeAkira TAGOH1-2/+5
2012-11-29Fix build when srcdir != builddirJon TURNEY1-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-20Update CaseFolding.txt to Unicode 6.2Akira TAGOH1-3/+5
No real updates between 6.1 and 6.2, but anyway.
2012-07-06Update CaseFolding.txt to Unicode 6.1Akira TAGOH1-4/+17
2012-03-16Fix a build issue due to the use of non-portable variablesAkira TAGOH1-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-16Revert "Fix a build fail on some environment"Akira TAGOH1-4/+6
This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604.
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-1/+1
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
2012-03-10Fix a build fail on some environment.Akira TAGOH1-1/+1
2012-03-10Fix a build fail on some environmentAkira TAGOH1-6/+4
2012-03-09Fix distcheck errorAkira TAGOH1-0/+3
2011-01-21Update CaseFolding.txt to Unicode 6.0Behdad Esfahbod1-3/+12
2010-12-27Make most generated-files cross-compiling-safeBehdad Esfahbod1-6/+8
By simply including a copy in the tarball. Remains fc-arch which is trickier.
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod3-6/+6
2009-11-18[fc-case] Update CaseFolding.txt to Unicode 5.2.0Behdad Esfahbod1-4/+112
2009-11-18Clean up Makefile's a bitBehdad Esfahbod1-4/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod3-6/+6
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod2-2/+2
2008-06-22Make sure alias files are built first (bug 16464)Peter1-1/+3
Signed-off-by: Keith Packard <keithp@keithp.com>
2008-01-02Remove freetype requirement for build-time applications.Keith Packard1-1/+1
This avoids requiring the freetype development files when cross compiling
2007-10-25Update CaseFolding.txt to Unicode 5.1.0Behdad Esfahbod1-7/+177
2007-10-24Leave generated headers out of distribution (bug 12734).Keith Packard1-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-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-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-03Remove all .cvsignore filesKeith Packard1-6/+0
2006-08-30Rework Object name database to unify typechecking and object lookup.Keith Packard1-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-10Include more stub definitions to make HP-UX's C compiler happy.Patrick Lam1-0/+3
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-4/+4
duplicate names, reduce variable scopes, unsigned/signed printf formatting. reviewed by: plam
2006-03-03Fix compilation on AIX with stub definitions (bug 6097).Patrick Lam1-0/+10
2005-09-22Fix more gcc4 warnings:Patrick Lam1-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-13Add SEE ALSO section (bug 2085)Keith Packard1-2/+6
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-29Add territory databaseKeith Packard1-0/+6
Reviewed by: Keith Packard Remove Han characters from Korean orthography
2004-12-29Adopt some RedHat suggestions for standard font configuration.Keith Packard4-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)