Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 06:26:59 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c
Message-ID:  <200505150626.j4F6Qxtc068846@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2005-05-15 06:26:59 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/file2c       Makefile file2c.1 file2c.c 
  Log:
  o  Add option -n. The -n option takes a count and breaks the line
     after that many values have been printed. The line length is not
     considered anymore.
  o  Add option -x. The -x option will cause the byte values to be
     printed in hexadecimal instead of decimal.
  o  Bump WARNS to 6.
  o  Update the manpage accordingly.
  
  Revision  Changes    Path
  1.8       +1 -1      src/usr.bin/file2c/Makefile
  1.11      +37 -12    src/usr.bin/file2c/file2c.1
  1.9       +53 -19    src/usr.bin/file2c/file2c.c



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