cvs commit: src/usr.bin/file2c Makefile file2c.1 file2c.c

Marcel Moolenaar marcel at FreeBSD.org
Sat May 14 23:27:00 PDT 2005


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


More information about the cvs-src mailing list