joerg
1f957839c3
Merge mdocml 1.10.5
2010-07-27 22:40:24 +00:00
joerg
7da9b93487
Import mdocml 1.10.5:
...
- Initial support for PDF output
- Improved support for various roff commands
2010-07-27 22:34:54 +00:00
joerg
b299cc5e23
Explicitly depend on dist file
2010-07-26 17:25:31 +00:00
joerg
b2c0dd522e
Simplify maintainance and query dist's Makefile for VERSION
2010-07-25 19:16:18 +00:00
joerg
8edf0a9894
mdocml 1.10.4
2010-07-25 19:12:57 +00:00
joerg
3d39960c73
Merge mdocml 1.10.4
2010-07-25 19:12:40 +00:00
joerg
82361f106b
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
2010-07-25 19:10:40 +00:00
joerg
77047093af
Update build glue for mdocml-1.10.2
2010-06-24 17:20:19 +00:00
joerg
d97c95f0f7
Merge mdocml-1.10.1
2010-06-24 17:19:58 +00:00
joerg
6c26a9aaa0
Import mdocml-1.10.2:
...
- Minor bug-fixes and optimisations
- Support font styles for Postscript output
2010-06-24 17:16:37 +00:00
joerg
75622a5f69
Move the character table initialisation a bit earlier for man pages that
...
contain special characters in the header. From upstream.
2010-06-17 00:56:03 +00:00
joerg
ad666fa3f9
Merge mdocml-1.10.1
2010-06-16 18:13:41 +00:00
joerg
3efd71c962
Update build infrastructure for mdocml-1.10.1
2010-06-16 18:10:57 +00:00
joerg
7574e07ef5
Import mdocml-1.10.1:
...
- Support multiline .Bl -column content
- cleanup SYNOPSIS macro handling
- Allow specifying the terminal width for -Tascii
- Initial PostScript output
2010-06-16 18:09:40 +00:00
joerg
e4c9126b4d
Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
...
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.
2010-06-01 23:29:09 +00:00
joerg
9d6b8287eb
Update to mdocml-1.10.0
2010-06-01 21:32:39 +00:00
joerg
ab554970cf
Merge mdocml-1.10.0
2010-06-01 21:27:23 +00:00
joerg
0a84adc561
Import mdocml-1.10.0:
...
- basic support for the low-level roff macros
- various cleanups and improvements
2010-06-01 21:17:49 +00:00
joerg
8e57a02bae
Update for mdocml-1.9.23.
2010-04-20 18:08:08 +00:00
joerg
fe15f59037
Merge for mdocml-1.9.23.
2010-04-20 18:07:52 +00:00
joerg
7bcc2a5f4a
mdocml-1.9.23:
...
- Smaller bug fixes
- Relax some constraints that don't deal well with the real world usage
2010-04-20 18:05:55 +00:00
joerg
7ca226016f
Update for mdocml-1.9.22
2010-04-05 14:23:56 +00:00
joerg
71a7074243
Merge mdocml-1.9.22
2010-04-05 14:22:59 +00:00
joerg
31e1f4e3b0
Import of mdocml-1.9.22:
...
- Better support for obsolete .Xo/.Xc macros if compiled with -DUGLY
- Support for more roff instructions in the man(7) code
- Correct handling of opening punctuation in macros for mdoc(7)
- Discard more of the pod2man junk
2010-04-05 14:19:28 +00:00
joerg
156dc8e835
Update build system for mdocml 1.9.15.
2010-02-19 23:02:41 +00:00
joerg
09c95e748e
Merge
2010-02-19 23:01:28 +00:00
joerg
d5e63c8d55
Import mdocml 1.9.15 modulo a patch for .Xr handling:
...
- XHTML output support, more human-readable HTML output
- end-of-line white space detected in all lines
- fix subtle bug for list displays in some modes
- fix column handling
- full support for \f etc
- imporoved column handling
- various other bug fixes
- compatiblity support for strlcat/strlcpy
- groff-compatible .Xr [backed out]
2010-02-19 22:54:40 +00:00
joerg
58fc704fa5
Update for mdocml-1.9.14.
2009-11-16 22:28:43 +00:00
joerg
7d71a6219c
Import mdocml-1.9.14:
...
- fixed proper font cascading (no double-mode in -Tascii)
- added correct scoping of \f
- fixed handling of \c for all input/outputs
2009-11-16 22:26:45 +00:00
joerg
e0efe9552e
Fix incorrect merge.
2009-11-05 20:38:42 +00:00
joerg
da6735ba23
Update to 1.9.13 and merge.
2009-11-05 18:28:10 +00:00
joerg
3514411fed
Import mdocml 1.9.13:
...
- added: -fign-escape
- fix: -Thtml accessibility (identifiers, table summary, etc.)
- fix: -Tascii -mdoc segfault with specific `Bl -hang' lists
- portability: bzero() -> memset()
- portability: warnx -> fprintf/perror
- fix: -Thtml buffer munging with certain tags
- fix: -Thtml output of some tags (empty divs, etc.)
- portability: compiler attributes
- documentation: significant man.7 and mdoc.7 improvements
2009-11-05 18:24:50 +00:00
joerg
a7dee04f3e
Correctly process .%U.
2009-10-26 15:05:51 +00:00
joerg
03c9951425
Finish import of mdocml-1.9.10.
2009-10-26 14:55:12 +00:00
joerg
22af4063ff
Import mdocml-1.9.10:
...
- allow compile-time override for the OS name
- added support for .PD and .%U
- extend mdoc.7
- switch option select to -O, so that -o can be used for the output
format
- improve portability
2009-10-26 14:54:01 +00:00
joerg
23b37b767d
Obfuscate RCS ID matching so that CVS doesn't expand it.
2009-10-26 14:50:45 +00:00
joerg
6180e7b237
Need to provide BINDIR explicitly.
2009-10-21 22:33:12 +00:00
joerg
c2dba7fe45
Build glue for mdocml and for mandoc as standalone tool.
2009-10-21 18:04:52 +00:00
joerg
4154958b6b
Initial import mdocml-1.9.9.
...
mdocml provides a fast parser for man(7) and mdoc(7) formated documents.
It supports validation and can currently create output as plain text
with overstriking and HTML.
2009-10-21 17:45:02 +00:00