]> diplodocus.org Git - nmh/commitdiff
Replaced !iscntrl() with isprint().
authorDavid Levine <levinedl@acm.org>
Thu, 8 Dec 2016 21:27:40 +0000 (16:27 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 8 Dec 2016 21:31:13 +0000 (16:31 -0500)
To address Ralph's FIXME comment.  One example where a byte would
have been printed with !iscntrl() is 0x24 is ISO 646 BASIC (Inv),
which is undefined.  Also, added test cases to cover most of
get_param_value().  Also, replaced a couple of other FIXME's with
code comments.


No differences found