~ubuntu-branches/ubuntu/breezy/unifdef/breezy

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Bob Proulx
  • Date: 2004-07-03 18:09:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040703180939-iv7azs869mqz47p8
Tags: 1.0+20030701-1
* Switch to current FreeBSD version version of unifdef.  This is
  effectively a switch to a new upstream version.  Really it is
  switching to a different branching of the original code base.
* Suggestion to switch to the newer FreeBSD version. (Closes: #234054)
* Whitespace is now allowed at the beginning of #if line before the '#'
  character.  (Closes: #204349)
* Whitespace is now generally ignored around the preprocessor
  directives.  This allows indention of preprocessor control flow.
* Previously only "#ifdef" and "#ifndef" preprocessor controls were
  handled giving the program the justifiable name of "unifdef".  Now
  general "#if" processing such as "#if defined(FOO)" and boolean
  expresions of those constructs are allowed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
unifdef for Debian
2
 
------------------
3
 
 
4
 
unifdef originally appeared in BSD from sources contributed 
5
 
by Dave Yost.
6
 
 
7
 
This package was debianized from the sources maintained by
8
 
Andrew Willmott <ajw@cs.cmu.edu>.
9
 
 
10
 
 -- Bob Proulx <bob@proulx.com>, Wed, 26 Feb 2003 10:49:15 -0700