source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Lint fix.
@ 2010-06-07 21:03 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-06-07 21:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
Lint fix.

Added J.C. Roberts' TODO note.

Modified Files:
--------------
    mdocml:
        TODO
        term.c

Revision Data
-------------
Index: term.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -Lterm.c -Lterm.c -u -p -r1.142 -r1.143
--- term.c
+++ term.c
@@ -315,7 +315,7 @@ alloc(char *outopts, enum termenc enc, e
 	while (outopts && *outopts)
 		switch (getsubopt(&outopts, UNCONST(toks), &v)) {
 		case (0):
-			width = atoi(v);
+			width = (size_t)atoi(v);
 			break;
 		default:
 			break;
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -LTODO -LTODO -u -p -r1.14 -r1.15
--- TODO
+++ TODO
@@ -65,6 +65,9 @@
 - set a meaningful default if no `Bl' list type is assigned
 
 - have a blank `It' head for `Bl -tag' not puke
+
+- ignore horrendous m[] font colouring
+  reported by J.C. Roberts
   
 ************************************************************************
 * formatting issues: ugly output
--
 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-06-07 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-07 21:03 mdocml: Lint fix 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).