Several changes for POSIX and FreeBSD compatibility.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Sep 2004 07:46:43 +0000 (07:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Sep 2004 07:46:43 +0000 (07:46 +0000)
commit286260ca557f70be9a0e96be1fd7fa94abda82a1
tree5f19718f35a34d2a77c8bb7ce320e615c99b0661
parentb05c150fed44d0f8d8843ceaa2b696147b886287
Several changes for POSIX and FreeBSD compatibility.
(COMMON_SHORT_OPTIONS): Add -B, -D, -e, -F, -H, -I, -L, -O, -s, -X.
(long_options, main): --strings is now -S, not -s.
(usage): Reflect the usage changes.
(parse_old_offset): Do not issue a diagnostic on failure;
callers now do this as necessary.
(main): Support POSIX syntax.  Remove unused case 0 from getopt_long.
Add support for new short options (many undocumented) for
compatibility with FreeBSD.  Remove FIXME for -s; it's now
POSIX-compatible.  Default format is now oS, not o2.
src/od.c