Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 06:14:09 +1000
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c
Message-ID:  <20020517061409.A9421@treetop.robbins.dropbear.id.au>
In-Reply-To: <200205170714.g4H7Eu950625@freefall.freebsd.org>; from tjr@FreeBSD.org on Fri, May 17, 2002 at 12:14:56AM -0700
References:  <200205170714.g4H7Eu950625@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 17, 2002 at 12:14:56AM -0700, Tim J. Robbins wrote:

>   Modified files:
>     usr.bin/hexdump      conv.c display.c od.1 odsyntax.c parse.c 
>   Log:
>   Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that
>   SUSv3 requires and give od a proper manual page.

The changes to display.c and parse.c were not related to od, but corrected
the problems the addition of long double support on Alpha due to
sizeof(double) == sizeof(long double) in switch statements.

This should have been a separate commit. Sorry.


Tim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020517061409.A9421>