Patrick Lam
|
67ed0b7297
|
Include more stub definitions to make HP-UX's C compiler happy.
|
2006-04-10 22:08:35 +00:00 |
Patrick Lam
|
0d745819a9
|
Fix intel compiler warnings: make many variables static, eliminate
duplicate names, reduce variable scopes, unsigned/signed printf
formatting.
reviewed by: plam
|
2006-04-06 04:33:11 +00:00 |
Patrick Lam
|
ead55be0ed
|
More stub definitions and remove FcFileIsDir from fc-cat.
|
2006-03-03 18:19:04 +00:00 |
Patrick Lam
|
21696e5bf0
|
Add consts to variables so as to move arrays into .rodata.
reviewed by: plam
|
2005-10-14 21:02:31 +00:00 |
Patrick Lam
|
67accef4d3
|
Fix more gcc4 warnings:
- Cast sizeof to int, to shut up signedness warnings in comparison.
- Add consts where appropriate.
reviewed by: Patrick Lam <plam@mit.edu>
|
2005-09-22 23:45:53 +00:00 |
Patrick Lam
|
8245771d5a
|
Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)
|
2005-09-11 02:16:09 +00:00 |
Keith Packard
|
46b51147d1
|
Change files from ISO-Latin-1 to UTF-8
|
2004-12-07 01:14:46 +00:00 |
Manish Singh
|
de66e750a5
|
Cast strlen to int for printf, so we're 64-bit clean.
|
2004-02-22 02:21:37 +00:00 |
Carl Worth
|
34cd0514a2
|
Added new FcFini function for cleaning up all memory. Fixed a few memory
leaks. fc-list now calls FcFini, (and is now leak-free according to
valgrind)
|
2003-08-15 19:45:20 +00:00 |
Keith Packard
|
721d496d78
|
Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4
conversion functions
|
2003-05-04 22:50:17 +00:00 |