summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam15-17/+17
2006-04-20Prevent terrible perf regression by getting the if-condition rightPatrick Lam1-1/+1
2006-04-19Dominic Lachowicz <cinamod@hotmail.com>Patrick Lam1-3/+20
2006-04-19Bail gracefully if the cache file does not contain enough data.Patrick Lam1-1/+18
2006-04-14Fix Gecko-exposed segfault from my last hack to FcObjectToPtrLookup.Patrick Lam1-15/+5
2006-04-12Fix memory leak (Coverity defect #2089).Patrick Lam4-19/+30
2006-04-12Fix bad behaviour on realloc resulting in crash.Patrick Lam1-7/+10
2006-04-12Don't crash if config is null (Coverity defect #984).Patrick Lam1-2/+3
2006-04-11Missing bits from previous patches.Patrick Lam4-6/+17
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam5-12/+26
2006-04-10Swap typo in order of ALIGN and dereferencing, fixing bug 6529.Patrick Lam1-1/+1
2006-04-10Fix string memory leak (Coverity defect #1823).Patrick Lam2-1/+5
2006-04-10Don't leak header in non-error case (Coverity defect #1825).Patrick Lam1-0/+2
2006-04-10src/fcdir.c (FcDirScanConfig) Don't leak in error cases (Coverity defectsPatrick Lam1-17/+37
2006-04-10Fix double free (spotted by Coverity, CID #1965).Patrick Lam2-3/+8
2006-04-07SGI compilation fixes (reported by Christoph Bauer):Patrick Lam1-4/+4
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam6-14/+17
2006-04-07Move up #include of config.h. Fail if neither inttypes.h nor stdint.h isPatrick Lam1-4/+7
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam3-121/+326
2006-04-07Eliminate warning.Patrick Lam1-1/+1
2006-04-06Reduce amount of dirty rss by const'ing some data structures.Patrick Lam3-3/+3
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam4-18/+16
2006-03-24Fix multiarch support (don't destroy multiarch files!)Patrick Lam1-1/+2
2006-03-23On Windows, unlink before rename. Reported by Tim Evans.Patrick Lam1-0/+3
2006-03-08Sort directory entries while scanning them from disk; prevents HeisenbugsPatrick Lam1-3/+41
2006-03-08Remove stuff we don't use, make get_{char,short,long} functions of ftgluePatrick Lam5-83/+24
2006-03-05Because we hacked FcPatternGet, we don't really need to expand the filenamePatrick Lam1-3/+0
2006-03-05Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make thatPatrick Lam1-33/+40
2006-03-03Include inttypes.h instead of stdint.h if appropriate.Patrick Lam1-0/+4
2006-03-03Get rid of C++-style comments.Patrick Lam4-9/+10
2006-03-03Fix suspicious return expression which causes junk to be returned.Patrick Lam1-1/+1
2006-02-24Takashi Iwai <tiwai@suse.de> reviewed by: plamPatrick Lam1-0/+1
2006-02-21Pass the buck; make fontconfig not crash on pango badness.Patrick Lam1-0/+4
2006-02-21Eliminate redundancies.Patrick Lam5-8/+3
2006-02-21Eliminate unused vars reported by Intel's compiler.Patrick Lam3-6/+2
2006-02-21Freeze patterns created by configuration file for tiny memory savingsPatrick Lam1-1/+2
2006-02-18Fix the underlying cause of the below segfault (must usually callPatrick Lam2-2/+6
2006-02-18Fix segfault (reported by fcrozat) caused by incorrect input on cachePatrick Lam1-8/+13
2006-02-17Bump up magic version; we changed the binary format.Patrick Lam1-2/+2
2006-02-16Deal correctly with changing FC_CACHE_MAGIC.Patrick Lam1-0/+17
2006-02-16Don't bail if fontconfig can't remove a dir cache file. Skip the ID of aPatrick Lam1-5/+3
2006-02-13Fix memory leak in error condition code.Patrick Lam1-2/+2
2006-02-13Skip bitmap fonts which can't even get it together enough to declare aPatrick Lam1-0/+5
2006-02-11Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2 in aPatrick Lam1-22/+20
2006-02-11Use a tri-state to mark the fonts which didn't get blocked but were justPatrick Lam1-7/+11
2006-02-10Don't kill fonts because they don't declare an element that's being matchedPatrick Lam1-0/+4
2006-02-09Define and pass O_BINARY to open if appropriate, for those platforms thatPatrick Lam1-13/+17
2006-02-09Fix attempt to close -1. Don't unboundedly grow bad caches (reported byPatrick Lam1-3/+5
2006-02-09Fix problem with missing 'en' due to euro.patch: change cache file formatPatrick Lam1-4/+4
2006-02-08Fix warning.Patrick Lam1-1/+1