source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Remove some FIXMEs: `Ms' accepts arbitrary text, so it
@ 2010-07-19 11:11 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-07-19 11:11 UTC (permalink / raw)
  To: source

Log Message:
-----------
Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
be converted into a symbol.

The `Pp' issue has also been fixed.

Modified Files:
--------------
    mdocml:
        mdoc_html.c
        mdoc_term.c
        mdoc_validate.c

Revision Data
-------------
Index: mdoc_validate.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_validate.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -Lmdoc_validate.c -Lmdoc_validate.c -u -p -r1.110 -r1.111
--- mdoc_validate.c
+++ mdoc_validate.c
@@ -32,7 +32,6 @@
 #include "libmandoc.h"
 
 /* FIXME: .Bl -diag can't have non-text children in HEAD. */
-/* TODO: ignoring Pp (it's superfluous in some invocations). */
 
 #define	PRE_ARGS  struct mdoc *mdoc, struct mdoc_node *n
 #define	POST_ARGS struct mdoc *mdoc
Index: mdoc_html.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_html.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -Lmdoc_html.c -Lmdoc_html.c -u -p -r1.97 -r1.98
--- mdoc_html.c
+++ mdoc_html.c
@@ -209,7 +209,7 @@ static	const struct htmlmdoc mdocs[MDOC_
 	{mdoc_em_pre, NULL}, /* Em */ 
 	{NULL, NULL}, /* Eo */
 	{mdoc_xx_pre, NULL}, /* Fx */
-	{mdoc_ms_pre, NULL}, /* Ms */ /* FIXME: convert to symbol? */
+	{mdoc_ms_pre, NULL}, /* Ms */
 	{NULL, NULL}, /* No */
 	{mdoc_ns_pre, NULL}, /* Ns */
 	{mdoc_xx_pre, NULL}, /* Nx */
Index: mdoc_term.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_term.c,v
retrieving revision 1.175
retrieving revision 1.176
diff -Lmdoc_term.c -Lmdoc_term.c -u -p -r1.175 -r1.176
--- mdoc_term.c
+++ mdoc_term.c
@@ -208,7 +208,7 @@ static	const struct termact termacts[MDO
 	{ termp_under_pre, NULL }, /* Em */ 
 	{ NULL, NULL }, /* Eo */
 	{ termp_xx_pre, NULL }, /* Fx */
-	{ termp_bold_pre, NULL }, /* Ms */ /* FIXME: convert to symbol? */
+	{ termp_bold_pre, NULL }, /* Ms */
 	{ NULL, NULL }, /* No */
 	{ termp_ns_pre, NULL }, /* Ns */
 	{ termp_xx_pre, NULL }, /* Nx */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-19 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-19 11:11 mdocml: Remove some FIXMEs: `Ms' accepts arbitrary text, so it kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).