]> git.wh0rd.org - fontconfig.git/commit - src/fccache.c
Reinstate the old global cache code. For the forseeable future, it's
authorPatrick Lam <plam@MIT.EDU>
Thu, 25 Aug 2005 07:38:02 +0000 (07:38 +0000)
committerPatrick Lam <plam@MIT.EDU>
Thu, 25 Aug 2005 07:38:02 +0000 (07:38 +0000)
commit1b7be377906048e4a3a8d6ab46ebaab8847a0573
treefe932dc171e5c709dc901abb16e02d57e654f82f
parent4262e0b3853bc2153270eb33d09a063f852f3f90
Reinstate the old global cache code. For the forseeable future, it's
    probably all right to use the global cache as it was previously and
    just store filenames and font info, as long as no mmap cache exists in
    the directory. Of course, if an mmap cache exists, use that instead.
If a directory cache does not exist or is invalid, load the fonts for just
    that directory using the old codepath.
Fix premature free of the FcPatterns belonging to the FcFontSet which we
    create from the mmapped files.
src/fccache.c
src/fccfg.c
src/fcint.h