]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
SGI compilation fixes (reported by Christoph Bauer):
[fontconfig.git] / ChangeLog
CommitLineData
f23f5f38
PL
12006-04-07 Patrick Lam <plam@mit.edu>
2 * src/fcint.h:
3 * fc-lang/fc-lang.c (main):
4
5 SGI compilation fixes (reported by Christoph Bauer):
6 1) reorder union definition of _FcChar;
7 2) omit .stats =.
8
44415a07
PL
92006-04-07 Dominic Lachowicz <cinamod@hotmail.com>
10 reviewed by: plam
11 * configure.in:
12 * src/fccharset.c (FcCharSetNeededBytes):
13 * src/fcfs.c (FcFontSetNeededBytes):
14 * src/fcint.h:
15 * src/fclang.c (FcLangSetNeededBytesAlign):
16 * src/fcname.c (FcObjectNeededBytesAlign):
17 * src/fcpat.c (FcPatternNeededBytesAlign,
18 FcValueListNeededBytesAlign, FcStrNeededBytesAlign):
19
20 Portability fixes for HP-UX (reported by Christoph Bauer).
21 Replace '__inline__' by AC_C_INLINE and 'inline'.
22 Replace '__alignof__' by 'fc_alignof'.
23
91fe51b4
PL
242006-04-07 Dominic Lachowicz <cinamod@hotmail.com>
25 reviewed by: plam
26 * src/fcint.h:
27
28 Move up #include of config.h.
29 Fail if neither inttypes.h nor stdint.h is available.
30 Fixes bug 6171.
31
d6217cc6
PL
322006-04-07 Dominic Lachowicz <cinamod@hotmail.com>
33 Patrick Lam <plam@mit.edu>
34 * configure.in:
35 * fc-cache/fc-cache.c:
36 * fc-cat/fc-cat.c:
37 * src/fccache.c (FcGlobalCacheSave, FcCacheNextOffset,
38 FcDirCacheConsume, FcDirCacheProduce,
39 FcDirCacheWrite, FcCacheMachineSignature):
40 * src/fcfreetype.c (FcFreeTypeQuery):
41 * src/fontconfig.def.in:
42
43 Make fontconfig compile under MinGW:
44 1) remove unneeded #includes;
45 2) make use of mmap and sysconf conditional;
46 3) replace rand_r by srand/rand if needed;
47 4) use chsize instead of ftruncate; and
48 5) update libtool exports file
49
3a342c5a
PL
502006-04-07 Patrick Lam <plam@mit.edu>
51 * src/fcdir.c (FcDirScanConfig):
52
53 Eliminate warning.
54
8b4e7628
PL
552006-04-06 Patrick Lam <plam@mit.edu>
56 * fc-match/.cvsignore:
57 * fc-match/Makefile.am:
58 * fc-match/fc-match.sgml:
59
60 Update documentation for fc-match (SGML-ize it).
61 (reported by Ilya Konstantinov)
62
392fa276
PL
63