]> git.wh0rd.org Git - fontconfig.git/history - src/fcstr.c
Finish INSTALL changes. .gitignore ChangeLog
[fontconfig.git] / src / fcstr.c
2006-09-03 Keith PackardUsing uninitialized (and wrong) variable in FcStrCopyFi...
2006-09-02 Keith PackardUnify directory canonicalization into FcStrAddFilename.
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-08-28 Keith PackardEliminate ./ and ../ elements from font directory names...
2006-04-28 Patrick Lam2006-04-27 Paolo Borelli (pborelli@katamail.com) review...
2006-04-27 Patrick LamKeith Packard <keithp@keithp.com>
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-02-21 Patrick LamEliminate unused vars reported by Intel's compiler.
2005-11-22 Patrick LamManually perform inlining & partial redundancy eliminat...
2005-09-11 Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25 Patrick Lam#ifdef out old cache stuff, replace with first version...
2005-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
2004-12-29 Keith PackardDocument ASCII limitations of Fc character conversion...
2004-12-29 Keith PackardAdopt some RedHat suggestions for standard font configu...
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2003-05-28 James SuFix "contains" op for strings and langsets.
2003-05-02 Keith PackardGrub through style to find weight/slant/width values...
2003-03-22 Tor LillqvistChanges for Windows:
2003-03-05 Keith Packardoptimize string compares even more
2003-03-05 Keith PackardChange RCS tag
2003-03-02 Keith PackardSwitch back to -version-info for fontconfig as its...
2003-02-12 Keith PackardMake FcStrCmpIgnoreCase a bit faster
2003-02-06 Keith PackardAvoid crash when $HOME is not set
2002-12-14 David Dawes632. Finish off the UTF-16 APIs in Xft, and fix the...
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-24 Keith PackardAdd const to a bunch of string APIs
2002-08-22 Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-07-13 Keith PackardAdd some Utf16 support, extract font family and style...
2002-07-06 Keith PackardSwitch to RFC 3066 based lang names
2002-05-29 Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision