Fallback to lstat() in case the filesystem doesn't support d_type in struct dirent
[platform/upstream/fontconfig.git] / src / fcstat.c
2014-03-05 Akira TAGOHFallback to lstat() in case the filesystem doesn't...
2014-02-06 Akira TAGOHAdd missing #include <sys/statvfs.h> in fcstat.c
2013-09-26 Akira TAGOHavoid reading config.h twice
2013-06-27 Akira TAGOHFix a incompatible pointer warning on NetBSD
2013-01-08 Akira TAGOHBug 47705 - Using O_CLOEXEC
2013-01-02 Behdad EsfahbodFix build and warnings on win32
2012-12-30 Behdad EsfahbodFix warning
2012-12-11 Akira TAGOHclean up
2012-06-13 Akira TAGOHFix a build fail on MINGW
2012-05-31 Akira TAGOHFix a typo and polish the previous change
2012-05-30 Akira TAGOHFix the build fail on Solaris
2012-05-28 Mikhail GusarovFix cache aging for fonts on FAT filesystem under Linux
2012-05-28 Akira TAGOHMove statfs/statvfs wrapper to fcstat.c and add a test...
2012-05-28 Mikhail GusarovMove FcStat to separate compilation unit