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