[BACK]Return to conv.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / hexdump

Diff for /src/usr.bin/hexdump/conv.c between version 1.8 and 1.9

version 1.8, 2009/10/27 23:59:39 version 1.9, 2013/02/09 02:46:03
Line 93 
Line 93 
         static const char *list[] = {          static const char *list[] = {
                 "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",                  "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
                  "bs",  "ht",  "lf",  "vt",  "ff",  "cr",  "so",  "si",                   "bs",  "ht",  "lf",  "vt",  "ff",  "cr",  "so",  "si",
                 "dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb",                  "dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
                 "can",  "em", "sub", "esc",  "fs",  "gs",  "rs",  "us",                  "can",  "em", "sub", "esc",  "fs",  "gs",  "rs",  "us",
         };          };
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9