]> git.cameronkatri.com Git - mandoc.git/commit
Fixed mdoc_phrase escape handling.
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 16 Mar 2009 22:19:19 +0000 (22:19 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 16 Mar 2009 22:19:19 +0000 (22:19 +0000)
commit08508ed7e6368876201309aff6964a039f011045
treedf76daf7d386d0316d975ca1e126b77eb8efba16
parentc13583a4f480a20774e466fbef54590c6dd6bb48
Fixed mdoc_phrase escape handling.
Added MDOC_IGNDELIM (Pf, soon Li, etc.).
macro_constant_delimited ignargs -> argv.c parsing.
Renamed macro functions to correspond to ontologies.
`Fo' and `St' made callable (compat documented).
strings.sh deprecated (directly using CPP).
Abstracted ASCII translation into ascii.{c,in}.
ASCII table uses a self-reordering chained hashtable.
Removed old regressions.
32 files changed:
Makefile
action.c
arch.c [new file with mode: 0644]
arch.in
argv.c
ascii.c [new file with mode: 0644]
ascii.in [new file with mode: 0644]
att.c [new file with mode: 0644]
att.in
lib.c [new file with mode: 0644]
lib.in
macro.c
mdoc.3
mdoc.7
mdoc.c
mdoc.h
mdocterm.1
mdocterm.c
mmain.c
mmain.h
msec.c [new file with mode: 0644]
msec.in
private.h
st.c [new file with mode: 0644]
st.in
strings.sh [deleted file]
term.c
term.h
validate.c
vol.c [new file with mode: 0644]
vol.in
xstd.c