From owner-cvs-all Tue Jul 23 7:27:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C3537B400; Tue, 23 Jul 2002 07:27:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCF643E4A; Tue, 23 Jul 2002 07:27:09 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6NER8JU081458; Tue, 23 Jul 2002 07:27:08 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6NER78P081456; Tue, 23 Jul 2002 07:27:07 -0700 (PDT) Message-Id: <200207231427.g6NER78P081456@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 23 Jul 2002 07:27:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c display.c hexdump.1 hexdump.c hexdump.h hexsyntax.c od.1 odsyntax.c parse.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/07/23 07:27:07 PDT Modified files: (Branch: RELENG_4) usr.bin/hexdump conv.c display.c hexdump.1 hexdump.c hexdump.h hexsyntax.c od.1 odsyntax.c parse.c Log: MFC: Un-deprecate od(1), add the P1003.1-2001 -s, -A, -j, -N and -t options. Correctly print signed single-byte decimal integers. Support for printing long doubles. Use off_t to handle large files. Handle empty format strings correctly. Style changes. Revision Changes Path 1.1.1.1.14.1 +10 -12 src/usr.bin/hexdump/conv.c 1.4.2.2 +24 -35 src/usr.bin/hexdump/display.c 1.9.2.8 +6 -6 src/usr.bin/hexdump/hexdump.1 1.4.2.2 +2 -2 src/usr.bin/hexdump/hexdump.c 1.2.6.1 +25 -21 src/usr.bin/hexdump/hexdump.h 1.8.2.1 +3 -6 src/usr.bin/hexdump/hexsyntax.c 1.8.2.4 +192 -23 src/usr.bin/hexdump/od.1 1.8.2.1 +239 -61 src/usr.bin/hexdump/odsyntax.c 1.4.2.1 +25 -16 src/usr.bin/hexdump/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message