]> git.wh0rd.org - fontconfig.git/history - src
Swap typo in order of ALIGN and dereferencing, fixing bug 6529.
[fontconfig.git] / src /
2006-04-10  Patrick LamSwap typo in order of ALIGN and dereferencing, fixing...
2006-04-10  Patrick LamFix string memory leak (Coverity defect #1823).
2006-04-10  Patrick LamDon't leak header in non-error case (Coverity defect...
2006-04-10  Patrick Lamsrc/fcdir.c (FcDirScanConfig) Don't leak in error cases...
2006-04-10  Patrick LamFix double free (spotted by Coverity, CID #1965).
2006-04-07  Patrick LamSGI compilation fixes (reported by Christoph Bauer):
2006-04-07  Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-04-07  Patrick LamMove up #include of config.h. Fail if neither inttypes...
2006-04-07  Patrick LamPatrick Lam <plam@mit.edu>
2006-04-07  Patrick LamEliminate warning.
2006-04-06  Patrick LamReduce amount of dirty rss by const'ing some data struc...
2006-04-06  Patrick LamFix intel compiler warnings: make many variables static...
2006-03-24  Patrick LamFix multiarch support (don't destroy multiarch files!)
2006-03-23  Patrick LamOn Windows, unlink before rename. Reported by Tim Evans.
2006-03-08  Patrick LamSort directory entries while scanning them from disk...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-03-05  Patrick LamBecause we hacked FcPatternGet, we don't really need...
2006-03-05  Patrick LamOk, so some people (wine!) use FcPatternGet to fetch...
2006-03-03  Patrick LamInclude inttypes.h instead of stdint.h if appropriate.
2006-03-03  Patrick LamGet rid of C++-style comments.
2006-03-03  Patrick LamFix suspicious return expression which causes junk...
2006-02-24  Patrick LamTakashi Iwai <tiwai@suse.de> reviewed by: plam
2006-02-21  Patrick LamPass the buck; make fontconfig not crash on pango badness.
2006-02-21  Patrick LamEliminate redundancies.
2006-02-21  Patrick LamEliminate unused vars reported by Intel's compiler.
2006-02-21  Patrick LamFreeze patterns created by configuration file for tiny...
2006-02-18  Patrick LamFix the underlying cause of the below segfault (must...
2006-02-18  Patrick LamFix segfault (reported by fcrozat) caused by incorrect...
2006-02-17  Patrick LamBump up magic version; we changed the binary format.
2006-02-16  Patrick LamDeal correctly with changing FC_CACHE_MAGIC.
2006-02-16  Patrick LamDon't bail if fontconfig can't remove a dir cache file...
2006-02-13  Patrick LamFix memory leak in error condition code.
2006-02-13  Patrick LamSkip bitmap fonts which can't even get it together...
2006-02-11  Patrick LamTry to open /var/cache/fontconfig/[hashed name] before...
2006-02-11  Patrick LamUse a tri-state to mark the fonts which didn't get...
2006-02-10  Patrick LamDon't kill fonts because they don't declare an element...
2006-02-09  Patrick LamDefine and pass O_BINARY to open if appropriate, for...
2006-02-09  Patrick LamFix attempt to close -1. Don't unboundedly grow bad...
2006-02-09  Patrick LamFix problem with missing 'en' due to euro.patch: change...
2006-02-08  Patrick LamFix warning.
2006-02-07  Patrick LamDon't reject dirs that can't be normalized (fixes lilyp...
2006-02-07  Patrick LamPerf optimizations. Inline FcValueCanonicalize, reduce...
2006-02-07  Patrick Lamsrc/fccharset.c (FcLangCharSetPopulate, FcCharSetInsert...
2006-02-07  Patrick LamFix hidden variable warning.
2006-02-07  Patrick LamRemove de-escaping logic because FcCacheWriteString...
2006-02-07  Patrick LamTakashi Iwai <tiwai@suse.de>
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 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 LamToast broken global cache files.
2006-01-31  Patrick LamActually use the directories that I added to the global...
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 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...
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-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-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-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-28  Patrick LamStephan Kulow <coolo@suse.de> Michael Matz <matz@suse...
next