summaryrefslogtreecommitdiff
path: root/fc-glyphname/fc-glyphname.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2013-01-02MinorBehdad Esfahbod1-23/+23
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2009-11-18[fc-glyphname] Rename internal arrays to prefix with _fc_Behdad Esfahbod1-3/+3
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-13Get rid of $Id$ tagsBehdad Esfahbod1-1/+1
2007-10-18Eliminate relocations for glyph name table.Keith Packard1-8/+20
2007-03-12rehash increment could be zero, causing rehash infinite loop.Keith Packard1-1/+1
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-13/+0
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-6/+6
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-0/+10
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam1-2/+2
2005-09-22Fix more gcc4 warnings:Patrick Lam1-8/+13
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-2/+2
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2004-02-22Cast strlen to int for printf, so we're 64-bit clean.Manish Singh1-1/+1
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-7/+28
2003-05-04Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4Keith Packard1-0/+287