CVS commit: src/usr.bin/unifdef

2010-01-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 16 21:26:59 UTC 2010

Modified Files:
src/usr.bin/unifdef: unifdef.c
Removed Files:
src/usr.bin/unifdef: stdbool.h

Log Message:
- we don't need stdbool.h anymore.
- the previous fix for the negative index logic was wrong, fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/usr.bin/unifdef/stdbool.h
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/unifdef/unifdef.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/unifdef

2010-01-20 Thread Brian Ginsbach
Module Name:src
Committed By:   ginsbach
Date:   Wed Jan 20 19:02:42 UTC 2010

Modified Files:
src/usr.bin/unifdef: unifdef.c

Log Message:
- Fix bug where -o outfile fails when outfile does not exist.  Pointed
  out by Tony Finch.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/unifdef/unifdef.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.