smack: Change smack label for cache
[platform/upstream/fontconfig.git] / ChangeLog
2006-02-07 Patrick LamTakashi Iwai <tiwai@suse.de>
2006-02-06 Patrick LamDon't loop infinitely on recursive symlinks.
2006-02-06 Patrick LamSkip subdirs when skipping over stale bits of global...
2006-02-06 Patrick LamHoist FcFileIsDir check out of FcFileScanConfig loop.
2006-02-06 Patrick LamDon't rescan when trying to normalize a non-declared...
2006-02-06 Patrick LamExplain apples/oranges comparison and fix compilation...
2006-02-06 Patrick LamInsert check for integer overflow in # of fonts.
2006-02-05 Patrick LamMake 'make distcheck' work with automake 1.6.3.
2006-02-05 Patrick Lamsrc/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave...
2006-02-04 Patrick Lamsrc/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
2006-02-04 Patrick LamGracefully handle the case where a cache asserts that...
2006-02-03 Patrick LamFix double free in error case.
2006-01-31 Patrick LamStephan Kulow <coolo@suse.de> reviewed by: plam
2006-01-31 Patrick LamToast broken global cache files.
2006-01-31 Patrick LamActually use the directories that I added to the global...
2006-01-31 Patrick LamDon't stop scanning if a directory in fonts.conf doesn...
2006-01-30 Patrick LamMake global cache work again after putting dir names...
2006-01-30 Patrick LamUpdate fc-cat to handle subdir lists in global cache...
2006-01-30 Patrick LamMake fccache more resilient to broken cache files by...
2006-01-30 Patrick LamRemove references to dead fontconfig(3) manpages in...
2006-01-30 Patrick LamFix world's tiniest typo in code example.
2006-01-30 Patrick LamFix global cache reads of subdirectories.
2006-01-30 Patrick LamAdd documentation for FcConfigNormalizeFontDir.
2006-01-27 Patrick LamMove FcConfigNormalizeFontDir call so that it doesn...
2006-01-27 Patrick LamAdd a couple of missing normalizations to make fc-cache...
2006-01-26 Patrick LamDon't crash on non-existant directories in global cache.
2006-01-26 Patrick LamStop trampling the directory name when writing out...
2006-01-25 Patrick LamFix additional memory leaks reported by Ronny V. Vinden...
2006-01-25 Patrick LamTreat zh-hk fonts differently from zh-tw fonts. This...
2006-01-25 Patrick LamFix memory leaks reported by Ronny V. Vindenes.
2006-01-19 Patrick LamFix for unaligned memory accesses.
2006-01-18 Patrick LamProperly order the FcConfigAddFontDir and FcConfigNorma...
2006-01-15 Patrick LamFix segfault when consuming zero-length caches in fc...
2006-01-14 Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-10 Patrick LamExplicitly add font dirs to config.fontDirs even if...
2006-01-09 Patrick LamNormalize font dirs by using the form, as given in...
2006-01-08 Patrick LamFix matching bug when multiple elements match; don...
2006-01-08 Patrick LamProperly skip past dir caches that contain zero fonts...
2006-01-07 Patrick LamPrint out full pathname in fc-match -v as well. Reporte...
2006-01-05 Patrick LamAdd self to AUTHORS list.
2006-01-02 Patrick LamFix double-free which occurs because FcValueCanonicaliz...
2006-01-02 Patrick LamFix version of .cache file (currently 1 -> currently...
2005-12-21 Patrick LamShut up GCC warnings on amd.
2005-12-21 Patrick LamAvoid check on _fcBankId nullness and fix case where...
2005-12-21 Patrick LamBump version to 2.3.93. fc-2_3_93
2005-12-20 Patrick LamRestore code to skip over PCF fonts that have no encode...
2005-12-13 Carl WorthAdd a configuration file that disables hinting for...
2005-12-12 Patrick LamRead and write the original location as a fallback...
2005-12-12 Patrick LamImprove error message when fc-cache can't write the...
2005-12-12 Patrick LamFix crash reported by Frederic Crozat when using libxml2.
2005-12-09 Patrick LamMigrate cache files from fonts directories to /var...
2005-12-08 Patrick LamBecause we've changed FcPatternAddString to use FcStrSt...
2005-12-07 Patrick LamFix warnings.
2005-12-06 Patrick LamDon't assign types to user object names.
2005-12-05 Patrick LamDon't free strings that have been returned from FcStrSt...
2005-12-01 Patrick LamAdd codepath for reading global cache files as well.
2005-12-01 Patrick LamAdd config file for Persian fonts from Sharif FarsiWeb...
2005-11-30 Patrick LamOnly add a config file to the set of config files once.
2005-11-29 Patrick Lamsrc/fcint.h (FcCacheBankToIndex);
2005-11-29 Patrick LamRefactor FcCacheBankToIndex into an inlineable part...
2005-11-29 Patrick LamMake the perf guys hate me a bit less: hoist the direct...
2005-11-29 Patrick LamDon't make FcPatternFindFullFname available to fccfg...
2005-11-29 Patrick LamFix segfault.
2005-11-29 Patrick LamFix problem dating back at least to 2.3.2 where globs...
2005-11-28 Patrick LamStephan Kulow <coolo@suse.de> reviewed by: plam
2005-11-26 Patrick LamFix incorrect merge.
2005-11-25 Patrick LamDon't do random matching when bad objects are passed...
2005-11-25 Patrick LamRename fcpatterns, fcpatternelts, fcvaluelists to _fcPa...
2005-11-25 Patrick LamPass the FcObjectPtr to FcCompareValueList, not the...
2005-11-25 Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-25 Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-24 Patrick LamMove FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
2005-11-24 Patrick LamMake FcCompareString and FcCompareFamily less expensive...
2005-11-24 Patrick LamInline FcDebug invocations and only initialize once...
2005-11-23 Patrick Lam2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:...
2005-11-23 Patrick Lam2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:...
2005-11-23 Patrick Lam2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:...
2005-11-22 Patrick LamManually perform inlining & partial redundancy eliminat...
2005-11-19 Patrick LamGet rid of the use of freetype internal headers in...
2005-11-19 Patrick LamGet rid of the use of freetype internal headers in...
2005-11-19 Patrick LamFurther fix of patch from 2005-11-04: miscounted number...
2005-11-18 Patrick LamDon't crash when fc-cat invoked with no arguments.
2005-11-18 Patrick LamList iteration not needed in FcConfigValues, since...
2005-11-17 Patrick LamFix crash on invalid constants in config files (forgot...
2005-11-17 Patrick LamComplain about invalid constants in config files.
2005-11-17 Patrick LamDon't add current_arch_start more than once.
2005-11-16 Patrick Lamsrc/fccache.c (FcDirCacheProduce)
2005-11-16 Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-04 Patrick LamFix bug 2878 (excessive relocations at startup for...
2005-11-04 Patrick LamAdd test for validity of directory caches that somehow... fc-2_3_92
2005-11-04 Patrick LamBump version to 2.3.92.
2005-11-03 Patrick LamFix argument ordering problem in call to FcPatternTrans...
2005-11-03 Patrick LamFix warnings and embarrassing double-free error.
2005-11-02 Patrick LamChange the rule for artificial emboldening in fonts...
2005-11-02 Patrick LamDon't zero out full names for FC_REF_CONSTANT fonts...
2005-11-02 Patrick LamRevert the previous patch and commit the correct patch...
2005-11-02 Patrick LamForcibly rescan a directory before writing a fresh...
2005-11-02 Patrick LamFix thinko: actually, the whole global cache is stale...
2005-11-02 Patrick LamDeclare the global cache of a directory's contents...
2005-11-01 Patrick LamCopy the full pathname whenever duplicating an FcPatter...
next