head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.2.0.2 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2009.07.11.17.58.08; author joerg; state dead; branches; next 1.2; 1.2 date 2009.04.09.01.57.48; author joerg; state Exp; branches; next 1.1; 1.1 date 2009.03.22.23.51.10; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Update to modcml-1.7.23. A number of whitespace related optimisations, some bugfixes and a lot of cleanups. @ text @$NetBSD: patch-ft,v 1.2 2009/04/09 01:57:48 joerg Exp $ --- mdoc_macro.c.orig 2009-03-17 11:22:31.000000000 +0100 +++ mdoc_macro.c @@@@ -107,7 +107,7 @@@@ const struct mdoc_macro __mdoc_macros[MD { in_line_eoln, 0 }, /* Fd */ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fl */ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Fn */ - { in_line, MDOC_PARSED }, /* Ft */ + { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ft */ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ic */ { in_line_eoln, 0 }, /* In */ { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Li */ @ 1.2 log @Update to mdocml-1.7.12. Biggest change is the start of a man(7) parser. @ text @d1 1 a1 1 $NetBSD: patch-ft,v 1.1 2009/03/22 23:51:10 joerg Exp $ @ 1.1 log @Update to mdocml 1.6.9. Much improved support for mdoc features and new frontend command that can act as drop-in replacement for nroff(1) for mdoc pages. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- macro.c.orig 2009-03-17 11:22:31.000000000 +0100 +++ macro.c @