summaryrefslogtreecommitdiff
path: root/lib/sbin/cpp.pl
Commit message (Expand)AuthorAge
* Also preprocess files included via '#include <header.h>' (as opposed to '#inc...tradke2008-10-22
* Warn if there are empty macro arguments. That is, givengoodale2005-12-13
* Correct ProcessIf: When evaluating a macro in an #if statement,schnetter2005-12-13
* The perl cpp does not handle empty macro arguments correctly. Whenschnetter2005-10-08
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Replace comments by nothing instead of whitespace to allow old-styleschnetter2005-09-26
* Allow empty macro arguments.schnetter2005-09-26
* Added a --version flag.goodale2004-03-27
* Fixed regex which didn't match in perl 5.8.0.tradke2004-03-16
* Bugfix - whitespace in the argument list of a macro definition ran intogoodale2003-05-14
* Don't complain when a macro with no arguments is followed by an expression ingoodale2003-03-19
* Fix bug in getting rid of /./ in pathnames.goodale2002-05-14
* Allow spaces before and after the hash character in preprocessor directives.tradke2002-05-11
* Simplify a pattern match (which didn't work on Darwin before).tradke2002-05-10
* Added '#! /usr/bin/perl' as the first line. Now it can be executed directlytradke2002-05-07
* Don't get confused by ( and ) in strings in macro arguments.goodale2002-04-25
* Fixed to allow #if or #elif <constant|define>.goodale2002-04-24
* Critical bugfix in the way that if conditions are handled - now can buildgoodale2001-11-20
* Now allows whitespace between macro name and arguments.goodale2001-11-20
* Updated version of the perl cpp replacement. I can now build Cactus using this.goodale2001-11-20
* Start of a perl replacement cpp to stop all these annoying differences betwee...goodale1999-09-15