Fix inversion between Tinos and Cousine in the comment
[platform/upstream/fontconfig.git] / src / fcstr.c
2013-11-05 Alan CoopersmithAvoid memory leak when NULL path passed to FcStrBuildFi...
2013-10-02 Akira TAGOHWorkaround the race condition issue on updating cache
2013-05-08 Akira TAGOHUse the glob matching for filename
2013-03-21 Akira TAGOHBug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
2013-03-05 Akira TAGOHBug 59456 - Adding a --sysroot like option to fc-cache
2013-01-08 Behdad EsfahbodFix memory corruption!
2013-01-02 Behdad EsfahbodFix build and warnings on win32
2013-01-02 Behdad EsfahbodRemove FcSharedStr*
2013-01-02 Behdad EsfahbodMake FcGetDefaultLang and FcGetDefaultLangs thread...
2013-01-02 Behdad EsfahbodMake refcounts, patterns, charsets, strings, and FcLang...
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-12-30 Behdad EsfahbodFix more warnings
2012-12-11 Akira TAGOHFix a typo that accessing to the out of array
2012-12-07 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-10-09 Akira TAGOHFix wrongly squashing for the network path on Win32.
2012-06-13 Akira TAGOHFix a build fail on MINGW
2012-06-08 Akira TAGOHBug 32853 - Export API to get the default language
2012-06-01 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-05-18 Akira TAGOHBug 20411 - fontconfig doesn't match FreeDesktop direct...
2012-04-20 Akira TAGOHFix a build issue again when no regex functions available
2012-04-12 Akira TAGOHBug 48573 - platform without regex do not have also...
2012-04-11 Akira TAGOHBug 28491 - Allow matching on FC_FILE
2012-02-21 Mike FrysingerFcStrPlus: optimize a little
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2009-06-24 Behdad Esfahbod[fcstr] Remove unused variable
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-03-12 Behdad Esfahbod[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
2009-03-12 Behdad Esfahbod[fcstr,fcxml] Don't copy FcStrBuf contents when we...
2009-03-12 Behdad Esfahbod[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
2009-02-15 Behdad Esfahbod[FcStrBuf] better handle malloc failure
2009-02-15 Behdad Esfahbod[win32] Do not remove leading '\\' such that network...
2009-02-15 Behdad Esfahbod[win32] Fix usage of GetFullPathName()
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2009-02-14 Behdad EsfahbodWhen canonizing filenames, squash // and remove final...
2008-05-04 Keith PackardFix a few memory tracking mistakes.
2007-10-25 Behdad EsfahbodUpdate CaseFolding.txt to Unicode 5.1.0
2007-10-25 Keith PackardMatch 'ultra' on word boundaries to detect ultra bold...
2006-11-13 Keith PackardFcStrCanonAbsoluteFilename should be static.
2006-09-17 Han-Wen NienhuysFcStrCanonFileName buggy for mingw. (bug 8311)
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
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 ... HEAD and finish the GCC 4 cleanups (no more...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25 Keith PackardVarious GCC 4 cleanups for signed vs unsigned char
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