History log of /netbsd-src/external/bsd/mdocml/dist/mandoc.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 6167eca2 11-Mar-2019 christos <christos@NetBSD.org>

resolve conflicts


# 14e7489e 14-Aug-2018 christos <christos@NetBSD.org>

merge conflicts


# 37ef69ed 18-Mar-2017 christos <christos@NetBSD.org>

merge conflicts.


# f47368cf 15-Jul-2016 christos <christos@NetBSD.org>

merge conflicts


# 755c0a52 18-Dec-2015 christos <christos@NetBSD.org>

make buffers for parsing functions const.


# 5c413d0c 17-Dec-2015 christos <christos@NetBSD.org>

merge conflicts.


# 603fc4eb 05-Jan-2014 joerg <joerg@NetBSD.org>

Merge mdocml 1.12.3.


# 1fff0d9a 16-Feb-2012 joerg <joerg@NetBSD.org>

Merge mandoc.h r1.99 and read.c 1.28 from upstream:
Add mparse_readmem, which allows application to run the parser directly
from memory, e.g. after de-compressing a document.


# cf816816 30-Jan-2012 joerg <joerg@NetBSD.org>

Merge mdocml state from 2012-01-30 for various relaxed checks in the
parser to allow it to pass almost all man pages in pkgsrc.


# c5f73b34 11-Oct-2011 joerg <joerg@NetBSD.org>

Import mdocml 1.12.0:
- Support to output HTML fragments
- Initial support for mdoc->man translation
- Initial eqn support
- preconv / apropos / demandoc (not hooked up)
- Various bugfixes


# 48741257 15-Apr-2011 joerg <joerg@NetBSD.org>

Import mdocml-1.11.1 with a few additional fixes from CVS:

Merge the libraries into a single frontend, libmandoc.
Iinitial support for eqn(1) functionality.

Additional changes:
Portability fixes (t

Import mdocml-1.11.1 with a few additional fixes from CVS:

Merge the libraries into a single frontend, libmandoc.
Iinitial support for eqn(1) functionality.

Additional changes:
Portability fixes (tbl_opts.c 1.11, tbl_layout.c 1.18, tbl.c 1.25)
HTML space fixe (mdocml_html.c 1.163)
ROFF conditional nesting bug (roff.c 1.131)

show more ...


# c0d9444a 12-Jan-2011 joerg <joerg@NetBSD.org>

Import mdocml-1.10.9 and additional post-release bugfixes
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).

This features many small improvements and the initial integration of
tbl(1) support on

Import mdocml-1.10.9 and additional post-release bugfixes
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).

This features many small improvements and the initial integration of
tbl(1) support on all output devices.

show more ...


# 7da9b934 27-Jul-2010 joerg <joerg@NetBSD.org>

Import mdocml 1.10.5:
- Initial support for PDF output
- Improved support for various roff commands


# 82361f10 25-Jul-2010 joerg <joerg@NetBSD.org>

Import mdocml 1.10.4:
- Smaller bugfixes
- Improved .ds support
- Support .Bk -words
- Improve multi-page postscript output
- Improve indentation in SYNOPSIS
- Improved support for badly nested blocks


# 6c26a9aa 24-Jun-2010 joerg <joerg@NetBSD.org>

Import mdocml-1.10.2:
- Minor bug-fixes and optimisations
- Support font styles for Postscript output


# 7574e07e 16-Jun-2010 joerg <joerg@NetBSD.org>

Import mdocml-1.10.1:
- Support multiline .Bl -column content
- cleanup SYNOPSIS macro handling
- Allow specifying the terminal width for -Tascii
- Initial PostScript output


# 0a84adc5 01-Jun-2010 joerg <joerg@NetBSD.org>

Import mdocml-1.10.0:
- basic support for the low-level roff macros
- various cleanups and improvements