Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2009 20:23:18 +0000 (UTC)
From:      Tony Finch <fanf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c unifdefall.sh
Message-ID:  <200911252023.nAPKNQSC026267@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fanf        2009-11-25 20:23:18 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/unifdef      unifdef.1 unifdef.c unifdefall.sh 
  Log:
  SVN rev 199813 on 2009-11-25 20:23:18Z by fanf
  
  Update unifdef to my upstream version 1.188
  
  Main highlights:
  
  (A) The new -B option compresses blank lines around a deleted section
      so that blank lines around "paragraphs" of code don't get doubled.
  
  (B) Lenient evaluation of && and || so that #if expressions can be
      evaluated even when some of their sub-expressions cannot be.
  
  (C) The evaluator can now handle macros with arguments.
  
  (D) Portability fixes, especially for unifdefall.
  
  Contributions from:
  Ben Hutchings at Solarflare Communications (A and B)
  Anders H Kaseorg <andersk@mit.edu> (A and C)
  Jonathan Nieder <jrnieder@gmail.com> (D)
  
  Obtained from:  http://dotat.at/prog/unifdef/
  
  Revision  Changes    Path
  1.26      +90 -33    src/usr.bin/unifdef/unifdef.1
  1.24      +166 -81   src/usr.bin/unifdef/unifdef.c
  1.3       +44 -20    src/usr.bin/unifdef/unifdefall.sh



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