]> git.wh0rd.org - fontconfig.git/log
fontconfig.git
18 years agoLD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.
Patrick Lam [Fri, 7 Apr 2006 18:07:51 +0000 (18:07 +0000)] 
LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.
reviewed by: plam

18 years agoSGI compilation fixes (reported by Christoph Bauer):
Patrick Lam [Fri, 7 Apr 2006 17:37:09 +0000 (17:37 +0000)] 
SGI compilation fixes (reported by Christoph Bauer):
1) reorder union definition of _FcChar;
2) omit .stats =.

18 years agoPortability fixes for HP-UX (reported by Christoph Bauer). Replace
Patrick Lam [Fri, 7 Apr 2006 17:27:39 +0000 (17:27 +0000)] 
Portability fixes for HP-UX (reported by Christoph Bauer). Replace
    '__inline__' by AC_C_INLINE and 'inline'. Replace '__alignof__' by
    'fc_alignof'.
reviewed by: plam

18 years agoMove up #include of config.h. Fail if neither inttypes.h nor stdint.h is
Patrick Lam [Fri, 7 Apr 2006 17:06:55 +0000 (17:06 +0000)] 
Move up #include of config.h. Fail if neither inttypes.h nor stdint.h is
    available. Fixes bug 6171.
reviewed by: plam

18 years agoPatrick Lam <plam@mit.edu>
Patrick Lam [Fri, 7 Apr 2006 04:42:32 +0000 (04:42 +0000)] 
Patrick Lam <plam@mit.edu>
Make fontconfig compile under MinGW:
1) remove unneeded #includes;
2) make use of mmap and sysconf conditional;
3) replace rand_r by srand/rand if needed;
4) use chsize instead of ftruncate; and
5) update libtool exports file

18 years agoEliminate warning.
Patrick Lam [Fri, 7 Apr 2006 04:19:49 +0000 (04:19 +0000)] 
Eliminate warning.

18 years agoUpdate documentation for fc-match (SGML-ize it). (reported by Ilya
Patrick Lam [Thu, 6 Apr 2006 05:15:08 +0000 (05:15 +0000)] 
Update documentation for fc-match (SGML-ize it). (reported by Ilya
    Konstantinov)

18 years agoReduce amount of dirty rss by const'ing some data structures.
Patrick Lam [Thu, 6 Apr 2006 04:52:21 +0000 (04:52 +0000)] 
Reduce amount of dirty rss by const'ing some data structures.
Don't fail if we can't create or remove $(pkgcachedir) i.e.
    /var/cache/fontconfig. (reported by Quanah Gibson-Mount).
reviewed by: plam

18 years agoFix intel compiler warnings: make many variables static, eliminate
Patrick Lam [Thu, 6 Apr 2006 04:33:11 +0000 (04:33 +0000)] 
Fix intel compiler warnings: make many variables static, eliminate
    duplicate names, reduce variable scopes, unsigned/signed printf
    formatting.
reviewed by: plam

18 years agoFix multiarch support (don't destroy multiarch files!)
Patrick Lam [Fri, 24 Mar 2006 15:21:10 +0000 (15:21 +0000)] 
Fix multiarch support (don't destroy multiarch files!)
Require pkg-config. (Thanks Behdad; better solution wanted for libxml2
    detection!)
reviewed by: plam

18 years agoOn Windows, unlink before rename. Reported by Tim Evans.
Patrick Lam [Thu, 23 Mar 2006 04:21:10 +0000 (04:21 +0000)] 
On Windows, unlink before rename. Reported by Tim Evans.

18 years agoFix typos in orth files. Reported by Denis Jacquerye.
Patrick Lam [Wed, 15 Mar 2006 15:58:59 +0000 (15:58 +0000)] 
Fix typos in orth files. Reported by Denis Jacquerye.

18 years agoFix Makefile.am for removal of debian/ directory.
Patrick Lam [Wed, 8 Mar 2006 20:57:39 +0000 (20:57 +0000)] 
Fix Makefile.am for removal of debian/ directory.

18 years ago.cvsignore
Patrick Lam [Wed, 8 Mar 2006 20:38:39 +0000 (20:38 +0000)] 
.cvsignore
Ignore debian/ directory for CVS.

18 years agodebian/*
Patrick Lam [Wed, 8 Mar 2006 20:33:42 +0000 (20:33 +0000)] 
debian/*
Now remove debian/ directory.

18 years agodebian/po/*
Patrick Lam [Wed, 8 Mar 2006 20:32:56 +0000 (20:32 +0000)] 
debian/po/*
.cvsignore
Remove debian/ directory from sources. See Debian's subversion server at
    svn://svn.debian.org/pkg-freedesktop/trunk/fontconfig instead.

18 years agoAdd orthography for Lingala.
Patrick Lam [Wed, 8 Mar 2006 19:27:25 +0000 (19:27 +0000)] 
Add orthography for Lingala.
reviewed by: plam

18 years agoAdd a configuration file that disables hinting for the Lohit Gujarati font
Patrick Lam [Wed, 8 Mar 2006 19:16:10 +0000 (19:16 +0000)] 
Add a configuration file that disables hinting for the Lohit Gujarati font
    (since the hinting distort some glyphs quite badly).
reviewed by: keithp

18 years agoSort directory entries while scanning them from disk; prevents Heisenbugs
Patrick Lam [Wed, 8 Mar 2006 19:10:57 +0000 (19:10 +0000)] 
Sort directory entries while scanning them from disk; prevents Heisenbugs
    due to file ordering in a directory.
reviewed by: plam

18 years agoRemove stuff we don't use, make get_{char,short,long} functions of ftglue
Patrick Lam [Wed, 8 Mar 2006 02:30:43 +0000 (02:30 +0000)] 
Remove stuff we don't use, make get_{char,short,long} functions of ftglue
    macros to be inlined.
Code cleanups (excess prototype, old-style function definition).
reviewed by: plam

18 years agoBecause we hacked FcPatternGet, we don't really need to expand the filename
Patrick Lam [Sun, 5 Mar 2006 15:33:46 +0000 (15:33 +0000)] 
Because we hacked FcPatternGet, we don't really need to expand the filename
    again in FcPatternGetString.

18 years agoOk, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make that
Patrick Lam [Sun, 5 Mar 2006 06:05:50 +0000 (06:05 +0000)] 
Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make that
    work. Reported by Bernhard Rosenkraenzer.

18 years agoInclude inttypes.h instead of stdint.h if appropriate.
Patrick Lam [Fri, 3 Mar 2006 18:35:42 +0000 (18:35 +0000)] 
Include inttypes.h instead of stdint.h if appropriate.

18 years agoMore stub definitions and remove FcFileIsDir from fc-cat.
Patrick Lam [Fri, 3 Mar 2006 18:19:04 +0000 (18:19 +0000)] 
More stub definitions and remove FcFileIsDir from fc-cat.

18 years agoFix compilation on AIX with stub definitions (bug 6097).
Patrick Lam [Fri, 3 Mar 2006 15:12:12 +0000 (15:12 +0000)] 
Fix compilation on AIX with stub definitions (bug 6097).

18 years agoGet rid of C++-style comments.
Patrick Lam [Fri, 3 Mar 2006 06:35:53 +0000 (06:35 +0000)] 
Get rid of C++-style comments.

18 years agodebian/changelog
Patrick Lam [Fri, 3 Mar 2006 06:12:55 +0000 (06:12 +0000)] 
debian/changelog
Enable creation of 2.3.94 Debian packages.

18 years agoFix suspicious return expression which causes junk to be returned.
Patrick Lam [Fri, 3 Mar 2006 06:11:31 +0000 (06:11 +0000)] 
Fix suspicious return expression which causes junk to be returned.
reviewed by: plam

18 years agoFix placement of @s. fc-2_3_94
Patrick Lam [Fri, 24 Feb 2006 19:32:58 +0000 (19:32 +0000)] 
Fix placement of @s.

18 years agoBump version to 2.3.94.
Patrick Lam [Fri, 24 Feb 2006 19:19:09 +0000 (19:19 +0000)] 
Bump version to 2.3.94.

18 years agoRemove unconditional emboldening (per Behdad's instructions).
Patrick Lam [Fri, 24 Feb 2006 18:52:17 +0000 (18:52 +0000)] 
Remove unconditional emboldening (per Behdad's instructions).
Add @s to hide some echos.

18 years agoTakashi Iwai <tiwai@suse.de> reviewed by: plam
Patrick Lam [Fri, 24 Feb 2006 16:41:34 +0000 (16:41 +0000)] 
Takashi Iwai <tiwai@suse.de> reviewed by: plam
Fix double-free on error case.

18 years agoStrip \r and whitespace from input; fixes bug 3454.
Patrick Lam [Wed, 22 Feb 2006 04:50:16 +0000 (04:50 +0000)] 
Strip \r and whitespace from input; fixes bug 3454.

18 years agoAllocate large arrays statically in fc-lang to fix crashes under
Patrick Lam [Wed, 22 Feb 2006 04:09:39 +0000 (04:09 +0000)] 
Allocate large arrays statically in fc-lang to fix crashes under
    MinGW/MSYS.

18 years agoPass the buck; make fontconfig not crash on pango badness.
Patrick Lam [Tue, 21 Feb 2006 15:56:41 +0000 (15:56 +0000)] 
Pass the buck; make fontconfig not crash on pango badness.

18 years agoUse embeddedbitmap rather than rh_prefer_bitmap.
Patrick Lam [Tue, 21 Feb 2006 15:53:43 +0000 (15:53 +0000)] 
Use embeddedbitmap rather than rh_prefer_bitmap.

18 years agoEliminate redundancies.
Patrick Lam [Tue, 21 Feb 2006 15:50:19 +0000 (15:50 +0000)] 
Eliminate redundancies.
reviewed by: plam

18 years agoEliminate unused vars reported by Intel's compiler.
Patrick Lam [Tue, 21 Feb 2006 15:40:18 +0000 (15:40 +0000)] 
Eliminate unused vars reported by Intel's compiler.
reviewed by: plam

18 years agoRemove one more archaic character.
Patrick Lam [Tue, 21 Feb 2006 15:29:54 +0000 (15:29 +0000)] 
Remove one more archaic character.
reviewed by: plam

18 years agoFreeze patterns created by configuration file for tiny memory savings
Patrick Lam [Tue, 21 Feb 2006 15:24:28 +0000 (15:24 +0000)] 
Freeze patterns created by configuration file for tiny memory savings
    (every little bit helps).
reviewed by: plam, keithp

18 years agoInitialize fontconfig library in fc-cat to avoid segfault.
Patrick Lam [Tue, 21 Feb 2006 14:12:41 +0000 (14:12 +0000)] 
Initialize fontconfig library in fc-cat to avoid segfault.
reviewed by: plam

18 years agoFix the underlying cause of the below segfault (must usually call
Patrick Lam [Sat, 18 Feb 2006 18:18:07 +0000 (18:18 +0000)] 
Fix the underlying cause of the below segfault (must usually call
    FcDirCacheHasCurrentArch after FcDirCacheValid).

18 years agoFix segfault (reported by fcrozat) caused by incorrect input on cache
Patrick Lam [Sat, 18 Feb 2006 17:56:25 +0000 (17:56 +0000)] 
Fix segfault (reported by fcrozat) caused by incorrect input on cache
    files.

18 years agoBump up magic version; we changed the binary format.
Patrick Lam [Fri, 17 Feb 2006 14:44:42 +0000 (14:44 +0000)] 
Bump up magic version; we changed the binary format.

18 years agoEnable fc-cat to print out old-style cache info when given a directory
Patrick Lam [Fri, 17 Feb 2006 05:47:08 +0000 (05:47 +0000)] 
Enable fc-cat to print out old-style cache info when given a directory
    name.

18 years agoDeal correctly with changing FC_CACHE_MAGIC.
Patrick Lam [Thu, 16 Feb 2006 17:50:04 +0000 (17:50 +0000)] 
Deal correctly with changing FC_CACHE_MAGIC.

18 years agoAdd -r --really-force option which blows away cache files and then
Patrick Lam [Thu, 16 Feb 2006 15:36:43 +0000 (15:36 +0000)] 
Add -r --really-force option which blows away cache files and then
    regenerates them.

18 years agoDon't bail if fontconfig can't remove a dir cache file. Skip the ID of a
Patrick Lam [Thu, 16 Feb 2006 07:12:04 +0000 (07:12 +0000)] 
Don't bail if fontconfig can't remove a dir cache file. Skip the ID of a
    cache file when copying. Eliminate 'source file too small' bug in
    FcDirCacheWrite.

18 years agoFix memory leak in error condition code.
Patrick Lam [Mon, 13 Feb 2006 22:19:30 +0000 (22:19 +0000)] 
Fix memory leak in error condition code.

18 years agoSkip bitmap fonts which can't even get it together enough to declare a
Patrick Lam [Mon, 13 Feb 2006 21:51:11 +0000 (21:51 +0000)] 
Skip bitmap fonts which can't even get it together enough to declare a
    family name; this appears to reproduce previous fontconfig behaviour.
reviewed by: plam

18 years agoTry to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in a
Patrick Lam [Sat, 11 Feb 2006 05:01:32 +0000 (05:01 +0000)] 
Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in a
    directory, because /var/cache/fontconfig failures ought to be fixable,
    unlike fonts.cache-2 failures, which may leave you screwed.
reviewed by: plam

18 years agoUse a tri-state to mark the fonts which didn't get blocked but were just
Patrick Lam [Sat, 11 Feb 2006 04:50:46 +0000 (04:50 +0000)] 
Use a tri-state to mark the fonts which didn't get blocked but were just
    missing an element, to distinguish them from the fonts that do match
    the element.
reviewed by: plam

18 years agoDon't kill fonts because they don't declare an element that's being matched
Patrick Lam [Fri, 10 Feb 2006 19:40:11 +0000 (19:40 +0000)] 
Don't kill fonts because they don't declare an element that's being matched
    on.
reviewed by: plam

18 years agoDefine and pass O_BINARY to open if appropriate, for those platforms that
Patrick Lam [Thu, 9 Feb 2006 18:44:14 +0000 (18:44 +0000)] 
Define and pass O_BINARY to open if appropriate, for those platforms that
    need it. Reported by Doodle.

18 years agoFix attempt to close -1. Don't unboundedly grow bad caches (reported by
Patrick Lam [Thu, 9 Feb 2006 16:19:42 +0000 (16:19 +0000)] 
Fix attempt to close -1. Don't unboundedly grow bad caches (reported by
    fcrozat).

18 years agoFix problem with missing 'en' due to euro.patch: change cache file format
Patrick Lam [Thu, 9 Feb 2006 15:25:57 +0000 (15:25 +0000)] 
Fix problem with missing 'en' due to euro.patch: change cache file format
    slightly to coincide with that generated by fc-lang.

18 years agoFix warning.
Patrick Lam [Wed, 8 Feb 2006 03:34:17 +0000 (03:34 +0000)] 
Fix warning.

18 years agoDon't reject dirs that can't be normalized (fixes lilypond, and is correct
Patrick Lam [Tue, 7 Feb 2006 22:09:01 +0000 (22:09 +0000)] 
Don't reject dirs that can't be normalized (fixes lilypond, and is correct
    in the context of application font directories.)
Use normalized directory name exclusively in FcCacheReadDirs.
reviewed by: plam

18 years agoPerf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU
Patrick Lam [Tue, 7 Feb 2006 21:15:33 +0000 (21:15 +0000)] 
Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU
    usage, remove redundant cast.
reviewed by: plam

18 years agosrc/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)
Patrick Lam [Tue, 7 Feb 2006 20:56:48 +0000 (20:56 +0000)] 
src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)
Fix missing FcCacheBankToIndex in FcCharSetInsertLeaf. Declare extern for
    static arrays as arrays, not pointers. (Part of the fix for 'fonts
    don't have en' issue after Euro patch.)
(I forgot to commit the ChangeLog last time.)
reviewed by: plam

18 years agoFix hidden variable warning.
Patrick Lam [Tue, 7 Feb 2006 03:53:32 +0000 (03:53 +0000)] 
Fix hidden variable warning.

18 years agoRemove de-escaping logic because FcCacheWriteString doesn't escape anyway.
Patrick Lam [Tue, 7 Feb 2006 02:33:57 +0000 (02:33 +0000)] 
Remove de-escaping logic because FcCacheWriteString doesn't escape anyway.
    Do blockwise reading instead of byte-wise for performance.

18 years agoTakashi Iwai <tiwai@suse.de>
Patrick Lam [Tue, 7 Feb 2006 02:22:50 +0000 (02:22 +0000)] 
Takashi Iwai <tiwai@suse.de>
Don't loop infinitely on recursive symlinks (client-side).

18 years agoDon't loop infinitely on recursive symlinks.
Patrick Lam [Mon, 6 Feb 2006 23:11:41 +0000 (23:11 +0000)] 
Don't loop infinitely on recursive symlinks.
reviewed by: plam

18 years agoSkip subdirs when skipping over stale bits of global cache. Introduce state
Patrick Lam [Mon, 6 Feb 2006 22:44:02 +0000 (22:44 +0000)] 
Skip subdirs when skipping over stale bits of global cache. Introduce state
    machine into FcGlobalCacheDir to avoid doing inappropriate operations
    on global dir entries, e.g. writing out an out-of-date cache entry.
reviewed by: plam

18 years agoHoist FcFileIsDir check out of FcFileScanConfig loop.
Patrick Lam [Mon, 6 Feb 2006 21:52:15 +0000 (21:52 +0000)] 
Hoist FcFileIsDir check out of FcFileScanConfig loop.
reviewed by: plam

18 years agoDon't rescan when trying to normalize a non-declared font dir. Don't add
Patrick Lam [Mon, 6 Feb 2006 19:25:45 +0000 (19:25 +0000)] 
Don't rescan when trying to normalize a non-declared font dir. Don't add
    font dirs multiple times (even if they're aliased).
reviewed by: plam

18 years agoExplain apples/oranges comparison and fix compilation error.
Patrick Lam [Mon, 6 Feb 2006 14:44:46 +0000 (14:44 +0000)] 
Explain apples/oranges comparison and fix compilation error.
reviewed by: plam

18 years agoInsert check for integer overflow in # of fonts.
Patrick Lam [Mon, 6 Feb 2006 14:14:21 +0000 (14:14 +0000)] 
Insert check for integer overflow in # of fonts.
reviewed by: plam

18 years agoMake 'make distcheck' work with automake 1.6.3.
Patrick Lam [Sun, 5 Feb 2006 04:11:08 +0000 (04:11 +0000)] 
Make 'make distcheck' work with automake 1.6.3.
reviewed by: plam

18 years agosrc/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,
Patrick Lam [Sun, 5 Feb 2006 02:57:21 +0000 (02:57 +0000)] 
src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,
    FcDirCacheWrite)
Check I/O call return values and eliminate unused variable warnings.
reviewed by: plam

18 years agosrc/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
Patrick Lam [Sat, 4 Feb 2006 00:09:42 +0000 (00:09 +0000)] 
src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
Fix memory leak.
reviewed by: plam

18 years agoGracefully handle the case where a cache asserts that it has a negative
Patrick Lam [Sat, 4 Feb 2006 00:04:00 +0000 (00:04 +0000)] 
Gracefully handle the case where a cache asserts that it has a negative
    number of fonts, causing overflow.
reviewed by: plam

18 years agoFix double free in error case.
Patrick Lam [Fri, 3 Feb 2006 23:47:37 +0000 (23:47 +0000)] 
Fix double free in error case.

18 years agoStephan Kulow <coolo@suse.de> reviewed by: plam
Patrick Lam [Tue, 31 Jan 2006 07:30:23 +0000 (07:30 +0000)] 
Stephan Kulow <coolo@suse.de> reviewed by: plam
Replace 'stamp' target with mkinstalldirs.

18 years agoToast broken global cache files.
Patrick Lam [Tue, 31 Jan 2006 07:16:22 +0000 (07:16 +0000)] 
Toast broken global cache files.
reviewed by: plam

18 years agoActually use the directories that I added to the global cache. Fixes 'make
Patrick Lam [Tue, 31 Jan 2006 04:42:20 +0000 (04:42 +0000)] 
Actually use the directories that I added to the global cache. Fixes 'make
    check'.

18 years agoDon't stop scanning if a directory in fonts.conf doesn't exist, because
Patrick Lam [Tue, 31 Jan 2006 04:07:45 +0000 (04:07 +0000)] 
Don't stop scanning if a directory in fonts.conf doesn't exist, because
    subsequent directories might exist.
reviewed by: plam

18 years agoMake global cache work again after putting dir names into global cache (I
Patrick Lam [Mon, 30 Jan 2006 16:31:56 +0000 (16:31 +0000)] 
Make global cache work again after putting dir names into global cache (I
    misplaced the recording of a file offset).

18 years agoUpdate fc-cat to handle subdir lists in global cache file.
Patrick Lam [Mon, 30 Jan 2006 15:59:17 +0000 (15:59 +0000)] 
Update fc-cat to handle subdir lists in global cache file.
Another FcCacheReadString return value check.

18 years agoMake fccache more resilient to broken cache files by checking return value
Patrick Lam [Mon, 30 Jan 2006 15:44:13 +0000 (15:44 +0000)] 
Make fccache more resilient to broken cache files by checking return value
    of FcCacheReadString all the time.
reviewed by: plam

18 years agoRemove references to dead fontconfig(3) manpages in other fontconfig
Patrick Lam [Mon, 30 Jan 2006 14:43:04 +0000 (14:43 +0000)] 
Remove references to dead fontconfig(3) manpages in other fontconfig
    manpages.
reviewed by: plam

18 years agoFix world's tiniest typo in code example.
Patrick Lam [Mon, 30 Jan 2006 04:51:22 +0000 (04:51 +0000)] 
Fix world's tiniest typo in code example.
reviewed by: plam

18 years agoFix global cache reads of subdirectories.
Patrick Lam [Mon, 30 Jan 2006 04:47:17 +0000 (04:47 +0000)] 
Fix global cache reads of subdirectories.
reviewed by: plam

18 years agoAdd documentation for FcConfigNormalizeFontDir.
Patrick Lam [Mon, 30 Jan 2006 04:27:53 +0000 (04:27 +0000)] 
Add documentation for FcConfigNormalizeFontDir.
Write directory information to global caches to fix make check (reported by
    Ronny V. Vindenes). This changes the global cache format again.

18 years agoMove FcConfigNormalizeFontDir call so that it doesn't result in infinite
Patrick Lam [Fri, 27 Jan 2006 05:47:59 +0000 (05:47 +0000)] 
Move FcConfigNormalizeFontDir call so that it doesn't result in infinite
    recursion (reported by Ronny V. Vindenes).

18 years agoAdd a couple of missing normalizations to make fc-cache work right; only
Patrick Lam [Fri, 27 Jan 2006 00:27:37 +0000 (00:27 +0000)] 
Add a couple of missing normalizations to make fc-cache work right; only
    scan subdirectories once.

18 years agoDon't crash on non-existant directories in global cache.
Patrick Lam [Thu, 26 Jan 2006 16:11:41 +0000 (16:11 +0000)] 
Don't crash on non-existant directories in global cache.
reviewed by: plam

18 years agoStop trampling the directory name when writing out caches. (with Mike
Patrick Lam [Thu, 26 Jan 2006 16:09:12 +0000 (16:09 +0000)] 
Stop trampling the directory name when writing out caches. (with Mike
    Fabian:) Beef up FcConfigNormalizeFontDir to scan subdirs when
    necessary. Don't scan directories that can't be normalized.

18 years agoFix additional memory leaks reported by Ronny V. Vindenes: don't invoke
Patrick Lam [Wed, 25 Jan 2006 14:52:49 +0000 (14:52 +0000)] 
Fix additional memory leaks reported by Ronny V. Vindenes: don't invoke
    FcValueSave on hashed static strings in FcPatternAddWithBinding.
Add another st_dev check in FcDirCacheOpen.

18 years agoTreat zh-hk fonts differently from zh-tw fonts. This patch may cause
Patrick Lam [Wed, 25 Jan 2006 02:54:37 +0000 (02:54 +0000)] 
Treat zh-hk fonts differently from zh-tw fonts. This patch may cause
    fontconfig to treat A-X fonts differently from A-Y fonts; please mail
    the fontconfig list if this causes any problems.
reviewed by: plam

18 years agoFix memory leaks reported by Ronny V. Vindenes.
Patrick Lam [Wed, 25 Jan 2006 02:33:46 +0000 (02:33 +0000)] 
Fix memory leaks reported by Ronny V. Vindenes.

18 years agoFix for unaligned memory accesses.
Patrick Lam [Thu, 19 Jan 2006 19:20:30 +0000 (19:20 +0000)] 
Fix for unaligned memory accesses.
reviewed by: plam

18 years agoProperly order the FcConfigAddFontDir and FcConfigNormalizeFontDir calls to
Patrick Lam [Wed, 18 Jan 2006 15:41:15 +0000 (15:41 +0000)] 
Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir calls to
    avoid crashes.
reviewed by: plam

18 years agoFix segfault when consuming zero-length caches in fc-cat (which has no
Patrick Lam [Sun, 15 Jan 2006 05:31:58 +0000 (05:31 +0000)] 
Fix segfault when consuming zero-length caches in fc-cat (which has no
    config, so FcConfigAddFontDir shouldn't be called.)

18 years agoCompare device numbers as well as inodes. Always normalize directory names
Patrick Lam [Sat, 14 Jan 2006 21:23:03 +0000 (21:23 +0000)] 
Compare device numbers as well as inodes. Always normalize directory names
    before comparing them.
Allocate extra space for appended '/' in directory name.
reviewed by: plam

18 years agoExplicitly add font dirs to config.fontDirs even if they're empty. Set
Patrick Lam [Tue, 10 Jan 2006 13:15:05 +0000 (13:15 +0000)] 
Explicitly add font dirs to config.fontDirs even if they're empty. Set
    current config in fc-cache.c. Fix treatment of cache directory as read
    from cache file; don't use string equality to determine if we have the
    right file, use inode equality.

18 years agoNormalize font dirs by using the form, as given in fonts.conf, and recorded
Patrick Lam [Mon, 9 Jan 2006 13:58:04 +0000 (13:58 +0000)] 
Normalize font dirs by using the form, as given in fonts.conf, and recorded
    in FcConfig's fontDirs string set, as canonical.
Actually update config.fontDirs as font directories are scanned.

18 years agoFix matching bug when multiple elements match; don't use the sum of all
Patrick Lam [Sun, 8 Jan 2006 10:58:30 +0000 (10:58 +0000)] 
Fix matching bug when multiple elements match; don't use the sum of all
    scores, but the best score.
Also more perf opts, e.g. evaluate best over all font sets rather than on a
    per-set basis (and other changes).

18 years agoFix matching bug when multiple elements match; don't use the sum of all
Patrick Lam [Sun, 8 Jan 2006 10:58:05 +0000 (10:58 +0000)] 
Fix matching bug when multiple elements match; don't use the sum of all
    scores, but the best score.
Also more perf opts, e.g. evaluate best over all font sets rather than on a
    per-set basis (and other changes).