]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Move up #include of config.h. Fail if neither inttypes.h nor stdint.h is
[fontconfig.git] / ChangeLog
CommitLineData
91fe51b4
PL
12006-04-07 Dominic Lachowicz <cinamod@hotmail.com>
2 reviewed by: plam
3 * src/fcint.h:
4
5 Move up #include of config.h.
6 Fail if neither inttypes.h nor stdint.h is available.
7 Fixes bug 6171.
8
d6217cc6
PL
92006-04-07 Dominic Lachowicz <cinamod@hotmail.com>
10 Patrick Lam <plam@mit.edu>
11 * configure.in:
12 * fc-cache/fc-cache.c:
13 * fc-cat/fc-cat.c:
14 * src/fccache.c (FcGlobalCacheSave, FcCacheNextOffset,
15 FcDirCacheConsume, FcDirCacheProduce,
16 FcDirCacheWrite, FcCacheMachineSignature):
17 * src/fcfreetype.c (FcFreeTypeQuery):
18 * src/fontconfig.def.in:
19
20 Make fontconfig compile under MinGW:
21 1) remove unneeded #includes;
22 2) make use of mmap and sysconf conditional;
23 3) replace rand_r by srand/rand if needed;
24 4) use chsize instead of ftruncate; and
25 5) update libtool exports file
26
3a342c5a
PL
272006-04-07 Patrick Lam <plam@mit.edu>
28 * src/fcdir.c (FcDirScanConfig):
29
30 Eliminate warning.
31
8b4e7628
PL
322006-04-06 Patrick Lam <plam@mit.edu>
33 * fc-match/.cvsignore:
34 * fc-match/Makefile.am:
35 * fc-match/fc-match.sgml:
36
37 Update documentation for fc-match (SGML-ize it).
38 (reported by Ilya Konstantinov)
39
392fa276
PL
40