Subject: CVS commit: basesrc/usr.bin/hexdump
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/07/2001 03:23:44
Module Name:	basesrc
Committed By:	bjh21
Date:		Fri Dec  7 01:23:44 UTC 2001

Modified Files:
	basesrc/usr.bin/hexdump: od.1 odsyntax.c

Log Message:
Further POSIX progress:  The C, S, I and L modifiers now behave correctly,
specifying output in units of a char, short, int and long (as defined by the
host system) respectively.  This made the POSIX -t code more than complicated
enough to merit its own function, so I did that.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/hexdump/od.1
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/hexdump/odsyntax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.