index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fcstr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-12
Optimizations in FcStrSet
Patrick Haller
1
-14
/
+33
2015-06-26
Revert changes made to FcConfigAppFontAddDir() recently
Behdad Esfahbod
1
-8
/
+0
2015-06-17
Don't return FcFalse even when no fonts dirs is configured
Akira TAGOH
1
-0
/
+8
2014-07-24
Remove unused regex code
Behdad Esfahbod
1
-52
/
+0
2013-11-05
Avoid memory leak when NULL path passed to FcStrBuildFilename
Alan Coopersmith
1
-2
/
+6
2013-10-02
Workaround the race condition issue on updating cache
Akira TAGOH
1
-0
/
+6
2013-05-08
Use the glob matching for filename
Akira TAGOH
1
-0
/
+44
2013-03-21
Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
Akira TAGOH
1
-37
/
+48
2013-03-05
Bug 59456 - Adding a --sysroot like option to fc-cache
Akira TAGOH
1
-2
/
+60
2013-01-08
Fix memory corruption!
Behdad Esfahbod
1
-1
/
+12
2013-01-02
Fix build and warnings on win32
Behdad Esfahbod
1
-3
/
+0
2013-01-02
Remove FcSharedStr*
Behdad Esfahbod
1
-10
/
+1
2013-01-02
Make FcGetDefaultLang and FcGetDefaultLangs thread-safe
Behdad Esfahbod
1
-0
/
+4
2013-01-02
Make refcounts, patterns, charsets, strings, and FcLang thread-safe
Behdad Esfahbod
1
-11
/
+13
2012-12-29
Remove memory accounting and reporting
Behdad Esfahbod
1
-21
/
+0
2012-12-29
Fix more warnings
Behdad Esfahbod
1
-2
/
+0
2012-12-11
Fix a typo that accessing to the out of array
Akira TAGOH
1
-1
/
+1
2012-12-07
Fix the wrong estimation for the memory usage information in fontconfig
Akira TAGOH
1
-3
/
+2
2012-10-09
Fix wrongly squashing for the network path on Win32.
Akira TAGOH
1
-0
/
+4
2012-06-13
Fix a build fail on MINGW
Akira TAGOH
1
-3
/
+3
2012-06-08
Bug 32853 - Export API to get the default language
Akira TAGOH
1
-0
/
+44
2012-06-01
Fix the wrong estimation for the memory usage information in fontconfig
Akira TAGOH
1
-2
/
+1
2012-05-18
Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
Akira TAGOH
1
-2
/
+3
2012-04-20
Fix a build issue again when no regex functions available
Akira TAGOH
1
-1
/
+1
2012-04-12
Bug 48573 - platform without regex do not have also REG_XXX defines
Akira TAGOH
1
-2
/
+4
2012-04-11
Bug 28491 - Allow matching on FC_FILE
Akira TAGOH
1
-0
/
+50
2012-02-21
FcStrPlus: optimize a little
Mike Frysinger
1
-3
/
+5
2010-11-10
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
Behdad Esfahbod
1
-2
/
+2
2010-04-12
Remove all training whitespaces
Behdad Esfahbod
1
-37
/
+37
2009-06-24
[fcstr] Remove unused variable
Behdad Esfahbod
1
-2
/
+0
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
1
-2
/
+2
2009-03-12
[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
Behdad Esfahbod
1
-2
/
+2
2009-03-12
[fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soon
Behdad Esfahbod
1
-0
/
+13
2009-03-12
[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
Behdad Esfahbod
1
-2
/
+9
2009-02-15
[FcStrBuf] better handle malloc failure
Behdad Esfahbod
1
-1
/
+7
2009-02-15
[win32] Do not remove leading '\\' such that network paths work
Behdad Esfahbod
1
-1
/
+7
2009-02-15
[win32] Fix usage of GetFullPathName()
Behdad Esfahbod
1
-3
/
+1
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
1
-1
/
+1
2009-02-13
When canonizing filenames, squash // and remove final / (#bug 16286)
Behdad Esfahbod
1
-0
/
+3
2008-05-04
Fix a few memory tracking mistakes.
Keith Packard
1
-2
/
+7
2007-10-25
Update CaseFolding.txt to Unicode 5.1.0
Behdad Esfahbod
1
-1
/
+1
2007-10-25
Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)
Keith Packard
1
-1
/
+49
2006-11-12
FcStrCanonAbsoluteFilename should be static.
Keith Packard
1
-1
/
+1
2006-09-17
FcStrCanonFileName buggy for mingw. (bug 8311)
Han-Wen Nienhuys
1
-15
/
+73
2006-09-05
Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
Keith Packard
1
-0
/
+3
2006-09-02
Using uninitialized (and wrong) variable in FcStrCopyFilename.
Keith Packard
1
-1
/
+1
2006-09-02
Unify directory canonicalization into FcStrAddFilename.
Keith Packard
1
-13
/
+11
2006-08-30
Rework cache files to use offsets for all data structures.
Keith Packard
1
-0
/
+1
2006-08-27
Eliminate ./ and ../ elements from font directory names when scanning.
Keith Packard
1
-0
/
+57
2006-04-28
2006-04-27 Paolo Borelli (pborelli@katamail.com) reviewed by: plam
Patrick Lam
1
-5
/
+7
[next]