aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/unifdef/unifdef.c
Commit message (Expand)AuthorAgeFilesLines
* Re-apply fixed r354847Conrad Meyer2019-11-201-56/+86
* Revert r354847 for nowConrad Meyer2019-11-201-73/+56
* unifdef(1): Improve worst-case bound on symbol resolutionConrad Meyer2019-11-191-56/+73
* unifdef(1): Kill totally useless headerConrad Meyer2019-11-191-4/+28
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update URLs in usr.binEitan Adler2017-10-291-1/+1
* Avoid -Wmissing-initializerTony Finch2015-12-031-14/+14
* Update to upstream version 2.11Tony Finch2015-12-031-20/+111
* Update to upstream version 2.10Hans Petter Selasky2015-02-251-175/+385
* Update to upstream version 2.7Tony Finch2013-03-281-127/+253
* Mark global functions and/or variables in unifdef(1) static where possible.Ed Schouten2011-11-061-1/+1
* Update to upstrea version 2.5.6.Tony Finch2011-01-211-16/+25
* Update to upstream version 2.3Tony Finch2011-01-181-15/+10
* Update to upstream version 2.3Tony Finch2010-03-121-25/+58
* Update to upstream version 1.338Tony Finch2010-02-191-21/+42
* Fix portability to 64 bit platforms.Tony Finch2010-01-191-1/+1
* Add a -o outfile option, which can be used to specify an output file. TheTony Finch2010-01-191-26/+102
* unifdef: fix invalid array access when nesting limit exceededTony Finch2009-11-271-4/+8
* Update unifdef to my upstream version 1.188Tony Finch2009-11-251-81/+166
* Typo in comment spotted by Hasso Tepper.Tony Finch2008-03-021-2/+2
* A fix for other ways of triggering joe@'s bug.Tony Finch2008-02-291-9/+12
* Allow #if defined SYM as well as #if defined(SYM). Fix an abortTony Finch2008-02-291-18/+31
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Sync with upstream:Tony Finch2005-03-081-37/+79
* Improve expression evaluation debugging output, tidy up the handling ofTony Finch2003-07-011-22/+23
* Various fixes from upstream, including a bug...Tony Finch2003-06-301-11/+18
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-031-3/+3
* Sync with upstream again:Tony Finch2003-01-201-56/+126
* Style fixes: brackets around the argument of return, and removal ofTony Finch2003-01-171-36/+36
* Add a necessary cast, because ptrdiff_t isn't necessarily the same as int.Tony Finch2003-01-171-1/+1
* Sync with up-stream version, including a number of bug-fixes:Tony Finch2002-12-181-586/+468
* It is probably a bad idea to unconditionally process directives withTony Finch2002-09-241-7/+18
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Sync with upstream version:Tony Finch2002-05-231-67/+88
* Upgrade unifdef:Tony Finch2002-05-151-508/+832
* remove __PWarner Losh2002-03-221-10/+10
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-111-46/+46
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Main() returns int.Philippe Charnier1997-08-261-2/+2
* Use err(3). Add usage(). Remove progname.Philippe Charnier1997-08-201-42/+41
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+638