index
:
lib/libXfont
libXfont-1.4-branch
libXfont-1.5-branch
master
obsd
Xfont library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fontfile
/
catalogue.c
Age
Commit message (
Expand
)
Author
2019-08-17
CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
Alan Coopersmith
2019-08-03
Convert multiplying realloc calls to use reallocarray instead
Alan Coopersmith
2015-12-08
Eliminate calls back to X server or font server functions by name (v4)
libXfont2-2.0.0
Keith Packard
2014-01-29
Warning fixes.
Keith Packard
2014-01-08
Remove redundant declaration of FontFileStartListFonts()
Alan Coopersmith
2014-01-08
Fix unused variable 'dir' warnings
Alan Coopersmith
2012-12-07
catalogue: Fix obvious thinko
Adam Jackson
2012-10-29
Omit catalogue support on systems without symlinks
Yaakov Selkowitz
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-01-20
xalloc -> malloc, etc.
Adam Jackson
2008-12-18
Always scan catalogue dirs at startup, even if their mtime < 0
Alan Coopersmith
2007-09-28
catalogue.c: prevent a one character overflow
Matthieu Herrb
2007-08-11
Fix dirfd leak on CatalogueRescan().
Ademar de Souza Reis Jr
2007-08-11
Support relative paths in catalogue:<dir> symlinks.
Ademar de Souza Reis Jr
2007-07-02
Fix crash when no attributes are present for symlink.
Kristian Høgsberg
2007-06-21
Add a new 'catalogue' FPE, which takes font paths from symlinks in a dir.
Kristian Høgsberg