Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2005 12:52:00 +0000 (UTC)
From:      Tony Finch <fanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c
Message-ID:  <200503081252.j28Cq0kr089884@repoman.freebsd.org>

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



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