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