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