Age | Commit message (Expand) | Author | Files | Lines |
2006-04-26 | Really update for 2.3.95.fc-2_3_95 | Patrick Lam | 1 | -2/+4 |
2006-04-25 | Fix the issues with GNU libiconv vs. libc iconv (which especially appear on | Patrick Lam | 4 | -6/+48 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 1 | -1/+16 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 18 | -37/+40 |
2006-04-20 | Prevent terrible perf regression by getting the if-condition right | Patrick Lam | 2 | -2/+8 |
2006-04-19 | Dominic Lachowicz <cinamod@hotmail.com> | Patrick Lam | 2 | -3/+27 |
2006-04-19 | Bump version to 2.3.95. | Patrick Lam | 1 | -0/+8 |
2006-04-19 | Bail gracefully if the cache file does not contain enough data. | Patrick Lam | 5 | -5/+46 |
2006-04-15 | Give the 'Standard Symbols L' match a strong (vs. weak) binding. | Patrick Lam | 2 | -5/+13 |
2006-04-14 | Fix Gecko-exposed segfault from my last hack to FcObjectToPtrLookup. | Patrick Lam | 2 | -15/+11 |
2006-04-14 | Actually, just add URW fonts as aliases for all of the PostScript fonts. | Patrick Lam | 2 | -6/+36 |
2006-04-14 | Add an alias 'Standard Symbols L' for 'Symbol'. | Patrick Lam | 2 | -1/+10 |
2006-04-12 | Fix memory leak (Coverity defect #2089). | Patrick Lam | 5 | -19/+51 |
2006-04-12 | Fix bad behaviour on realloc resulting in crash. | Patrick Lam | 2 | -7/+17 |
2006-04-12 | Don't crash if config is null (Coverity defect #984). | Patrick Lam | 2 | -6/+12 |
2006-04-11 | Missing bits from previous patches. | Patrick Lam | 5 | -6/+35 |
2006-04-11 | Properly convert static charsets to dynamic charsets. | Patrick Lam | 8 | -13/+61 |
2006-04-11 | Survive missing docbook2pdf. | Patrick Lam | 2 | -6/+15 |
2006-04-10 | Include more stub definitions to make HP-UX's C compiler happy. | Patrick Lam | 4 | -0/+16 |
2006-04-10 | Swap typo in order of ALIGN and dereferencing, fixing bug 6529. | Patrick Lam | 2 | -1/+6 |
2006-04-10 | Fix string memory leak (Coverity defect #1823). | Patrick Lam | 3 | -1/+14 |
2006-04-10 | Don't leak header in non-error case (Coverity defect #1825). | Patrick Lam | 2 | -0/+8 |
2006-04-10 | src/fcdir.c (FcDirScanConfig) Don't leak in error cases (Coverity defects | Patrick Lam | 2 | -17/+43 |
2006-04-10 | Fix double free (spotted by Coverity, CID #1965). | Patrick Lam | 4 | -5/+30 |
2006-04-07 | LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira. | Patrick Lam | 5 | -5/+14 |
2006-04-07 | SGI compilation fixes (reported by Christoph Bauer): | Patrick Lam | 3 | -5/+13 |
2006-04-07 | Portability fixes for HP-UX (reported by Christoph Bauer). Replace | Patrick Lam | 8 | -14/+33 |
2006-04-07 | Move up #include of config.h. Fail if neither inttypes.h nor stdint.h is | Patrick Lam | 2 | -4/+15 |
2006-04-07 | Patrick Lam <plam@mit.edu> | Patrick Lam | 7 | -123/+353 |
2006-04-07 | Eliminate warning. | Patrick Lam | 2 | -1/+6 |
2006-04-06 | Update documentation for fc-match (SGML-ize it). (reported by Ilya | Patrick Lam | 5 | -39/+203 |
2006-04-06 | Reduce amount of dirty rss by const'ing some data structures. | Patrick Lam | 5 | -5/+20 |
2006-04-06 | Fix intel compiler warnings: make many variables static, eliminate | Patrick Lam | 9 | -33/+47 |
2006-03-24 | Fix multiarch support (don't destroy multiarch files!) | Patrick Lam | 4 | -2/+22 |
2006-03-23 | On Windows, unlink before rename. Reported by Tim Evans. | Patrick Lam | 2 | -0/+8 |
2006-03-15 | Fix typos in orth files. Reported by Denis Jacquerye. | Patrick Lam | 3 | -2/+8 |
2006-03-08 | Fix Makefile.am for removal of debian/ directory. | Patrick Lam | 4 | -53/+87 |
2006-03-08 | .cvsignore | Patrick Lam | 2 | -1/+6 |
2006-03-08 | debian/* | Patrick Lam | 18 | -1320/+5 |
2006-03-08 | debian/po/* | Patrick Lam | 14 | -1509/+8 |
2006-03-08 | Add orthography for Lingala. | Patrick Lam | 4 | -2/+53 |
2006-03-08 | Add a configuration file that disables hinting for the Lohit Gujarati font | Patrick Lam | 2 | -0/+10 |
2006-03-08 | Sort directory entries while scanning them from disk; prevents Heisenbugs | Patrick Lam | 2 | -3/+49 |
2006-03-08 | Remove stuff we don't use, make get_{char,short,long} functions of ftglue | Patrick Lam | 6 | -83/+38 |
2006-03-05 | Because we hacked FcPatternGet, we don't really need to expand the filename | Patrick Lam | 2 | -3/+6 |
2006-03-05 | Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make that | Patrick Lam | 2 | -33/+46 |
2006-03-03 | Include inttypes.h instead of stdint.h if appropriate. | Patrick Lam | 2 | -0/+9 |
2006-03-03 | More stub definitions and remove FcFileIsDir from fc-cat. | Patrick Lam | 3 | -10/+16 |
2006-03-03 | Fix compilation on AIX with stub definitions (bug 6097). | Patrick Lam | 2 | -0/+15 |
2006-03-03 | Get rid of C++-style comments. | Patrick Lam | 5 | -9/+18 |