CVS commit: src/usr.bin/unifdef

2012-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 13 18:26:03 UTC 2012 Modified Files: src/usr.bin/unifdef: unifdef.c Log Message: PR/47068: unifdef(1) with cpp directive on last line without newline Remove bogus test; if there is no newline, the state does not change.

CVS commit: src/usr.bin/unifdef

2012-02-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 29 23:35:10 UTC 2012 Modified Files: src/usr.bin/unifdef: unifdef.c Log Message: Pointer differences are generally not integers, so use %td here. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/u

CVS commit: src/usr.bin/unifdef

2011-01-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Thu Jan 20 15:24:24 UTC 2011 Modified Files: src/usr.bin/unifdef: unifdef.c Log Message: - Fix an incorrect comparison (always true) This created an unnecessary temporary file when using the -o option to create a new file.