xenocara/app/bdftopcf
mestre 2288d216a5 If input_name is provided we can unveil(2) it with read permissions, if
output_name is provided we need to unveil(2) this one with rwc. Additionally
depending on the different combinations of if these files are passed via args
or from stdin/to stdout we can also pledge(2) accordingly to the code path.

OK deraadt@
2018-10-26 17:12:03 +00:00
..
man regen 2016-10-11 22:14:30 +00:00
aclocal.m4 regen 2016-10-11 22:14:30 +00:00
atom.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
AUTHORS Importing from X.Org 7.2RC2 2006-11-25 20:07:29 +00:00
bdfint.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bdfread.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bdftopcf.c If input_name is provided we can unveil(2) it with read permissions, if 2018-10-26 17:12:03 +00:00
bdfutils.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmap.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmap.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bitmaputil.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bufio.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
bufio.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
ChangeLog Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
compile Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
config.guess Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
config.h.in Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
config.sub Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
configure Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
configure.ac Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
COPYING Importing from X.Org 7.2RC2 2006-11-25 20:07:29 +00:00
defaults.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
depcomp Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
fileio.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
filewr.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfil.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfilio.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fntfilst.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
font.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontaccel.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontink.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontmisc.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontutil.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
fontxlfd.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
INSTALL Update to bdftopcf 1.0.3. No functional change. 2010-10-31 17:32:23 +00:00
install-sh Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
Makefile.am Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
Makefile.bsd-wrapper $Xenocara$ -> $OpenBSD$ 2006-11-27 19:27:25 +00:00
Makefile.in Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
missing Update to bdftopcf 1.0.4 2013-03-09 14:57:25 +00:00
pcf.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
pcfwrite.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
private.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
README Update to bdftopcf 1.0.2 2009-09-26 14:04:52 +00:00
stubs.h Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00
utilbitmap.c Update to bdftopcf 1.1 2018-03-29 20:34:30 +00:00

bdftopcf is a font compiler for the X server and font server.  Fonts
in Portable Compiled Format can be read by any architecture, although
the file is structured to allow one particular architecture to read
them directly without reformatting.  This allows fast reading on the
appropriate machine, but the files are still portable (but read more
slowly) on other machines.

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/bdftopcf

        http://cgit.freedesktop.org/xorg/app/bdftopcf

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage