Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 07:27:07 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
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
Message-ID:  <200207231427.g6NER78P081456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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