summaryrefslogtreecommitdiff
path: root/src/fcstr.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore null pointer on Fc*Destroy functionsAkira TAGOH2022-12-051-18/+21
* Real fix of 91114d18cAkira TAGOH2022-09-281-5/+1
* Resolves symlinks against <dir prefix="relative">Akira TAGOH2021-10-111-0/+24
* Add support for XDG_DATA_DIRSAkira TAGOH2021-03-301-6/+33
* Use FC_UNLIKELYMatthias Clasen2020-08-251-6/+6
* Use __builtin_expect in a few placesMatthias Clasen2020-08-251-6/+6
* Add a hash function for familiesMatthias Clasen2020-08-251-0/+13
* Special-case some of the string walking codeMatthias Clasen2020-08-251-24/+62
* Fix some typos/spelling errorsAlan Coopersmith2020-07-211-1/+1
* Allow overriding salt with new one coming laterAkira TAGOH2019-04-031-0/+58
* Add salt attribute to dir and remap-dir elementsAkira TAGOH2019-04-031-8/+24
* Add reset-dirs elementAkira TAGOH2019-04-031-0/+16
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-0/+76
* Fix missing closing bracket in FcStrIsAbsoluteFilename()Akira TAGOH2018-08-211-1/+1
* Allocate sufficient memory to terminate with nullAkira TAGOH2018-07-251-1/+1
* Return canonicalized paths from FcConfigRealFilenameTom Anderson2018-07-161-0/+11
* Optimizations in FcStrSetPatrick Haller2016-01-121-14/+33
* Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod2015-06-261-8/+0
* Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH2015-06-171-0/+8
* Remove unused regex codeBehdad Esfahbod2014-07-241-52/+0
* Avoid memory leak when NULL path passed to FcStrBuildFilenameAlan Coopersmith2013-11-051-2/+6
* Workaround the race condition issue on updating cacheAkira TAGOH2013-10-021-0/+6
* Use the glob matching for filenameAkira TAGOH2013-05-081-0/+44
* Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH2013-03-211-37/+48
* Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH2013-03-051-2/+60
* Fix memory corruption!Behdad Esfahbod2013-01-081-1/+12
* Fix build and warnings on win32Behdad Esfahbod2013-01-021-3/+0
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-10/+1
* Make FcGetDefaultLang and FcGetDefaultLangs thread-safeBehdad Esfahbod2013-01-021-0/+4
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-11/+13
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-21/+0
* Fix more warningsBehdad Esfahbod2012-12-291-2/+0
* Fix a typo that accessing to the out of arrayAkira TAGOH2012-12-111-1/+1
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-12-071-3/+2
* Fix wrongly squashing for the network path on Win32.Akira TAGOH2012-10-091-0/+4
* Fix a build fail on MINGWAkira TAGOH2012-06-131-3/+3
* Bug 32853 - Export API to get the default languageAkira TAGOH2012-06-081-0/+44
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-06-011-2/+1
* Bug 20411 - fontconfig doesn't match FreeDesktop directories specsAkira TAGOH2012-05-181-2/+3
* Fix a build issue again when no regex functions availableAkira TAGOH2012-04-201-1/+1
* Bug 48573 - platform without regex do not have also REG_XXX definesAkira TAGOH2012-04-121-2/+4
* Bug 28491 - Allow matching on FC_FILEAkira TAGOH2012-04-111-0/+50
* FcStrPlus: optimize a littleMike Frysinger2012-02-211-3/+5
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-37/+37
* [fcstr] Remove unused variableBehdad Esfahbod2009-06-241-2/+0
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* [fcxml.c] Embed a static 64-byte attr buffer in FcPStackBehdad Esfahbod2009-03-121-2/+2
* [fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soonBehdad Esfahbod2009-03-121-0/+13
* [fcstr.c] Embed a static 64-byte buffer in FcStrBufBehdad Esfahbod2009-03-121-2/+9