cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c

Tony Finch fanf at FreeBSD.org
Tue Mar 8 12:52:01 GMT 2005


fanf        2005-03-08 12:52:00 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/unifdef      unifdef.1 unifdef.c 
  Log:
  Sync with upstream:
  
  Allow the user to run unifdef without defining any symbols. This is
  useful in conjunction with the -k flag.
  Fix a bug in the -s handling code that would have caused out-of-bounds
  array accesses.
  Add a -n option to insert #line directives in the output.
  Ignore comment markers inside string and character literals
  (bug reported by Amos Shapira <amos.shapira at netregistry.com.au>).
  More accurate copyright notices.
  
  Revision  Changes    Path
  1.23      +17 -15    src/usr.bin/unifdef/unifdef.1
  1.19      +79 -37    src/usr.bin/unifdef/unifdef.c


More information about the cvs-src mailing list