summaryrefslogtreecommitdiffstats
path: root/usr.bin/unifdef (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* mkstemp() returns -1 on failurederaadt2019-06-281-1/+1
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-1/+1
* Pa -> Lk; ok jmc@anton2017-10-231-3/+3
* Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf.deraadt2017-04-021-12/+4
* Replace two malloc casts that deraadt@ and I removed over the past yearmmcc2016-03-151-2/+2
* Merge a lexer fix from upstream:mmcc2015-12-101-2/+6
* Remove extraneous punctuation in DIAGNOSTICS. Reduces diff withmmcc2015-12-101-6/+6
* Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream.mmcc2015-12-101-5/+5
* Capitalize a few error messages to reduce diff with upstream.mmcc2015-12-101-6/+6
* Fix previous by using the right argument name.mmcc2015-12-051-3/+3
* Document that the -M option doesn't save a backup when passed ''. Alsommcc2015-12-042-4/+7
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-2/+2
* tame "stdio rpath wpath cpath fattr", because this creates new files,deraadt2015-10-051-0/+3
* refactor, so we don't a C function in a .h file, yuck!deraadt2015-10-053-57/+27
* you can't edit stdin in place. check for this before the hack thattedu2015-10-031-1/+3
* don't use literal brackets to indicate optional syntax elements,schwarze2015-09-121-4/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-1/+1
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-4/+5
* Mark up email addresses semantically with Mt.bentley2015-02-171-4/+4
* Convert a strcpy() call to strlcpy(); ok millert@ sthen@miod2015-02-171-2/+2
* more tweaking; ok sthenjmc2014-05-031-6/+6
* tidy up SYNOPSIS, usage() and the options list; ok sthenjmc2014-04-302-94/+91
* Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value]sthen2014-04-241-10/+32
* Since we've been making heavy use of unifdef recently: update it to thesthen2014-04-185-685/+1292
* remove uesless Pp;jmc2013-01-171-3/+2
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-4/+4
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* kill "is is"; from Charles Longeaujmc2007-06-251-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* tidy up synopsis and usage(); sort options;jmc2007-04-022-56/+72
* remove -Werror from userland builds, to give us a chance toavsm2003-11-201-2/+2
* macros with too many args;jmc2003-10-231-3/+6
* sync with freebsd:avsm2003-06-301-7/+13
* - section reorderjmc2003-06-101-9/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* more sync from freebsd; tedu@Stanford.EDUderaadt2003-01-222-72/+206
* merge; by tedu@Stanford.EDUderaadt2003-01-181-586/+679
* nuke unifdefallderaadt2002-12-022-40/+3
* freebsd diffs; merged by tedu@Stanford.EDUderaadt2002-12-023-492/+920
* remove the BSS crudderaadt2002-10-041-21/+20
* In getlin(): match and handle EOF before checking isprint()jason2002-05-101-5/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-12/+12
* Various cleanups and standardizations.aaron2000-03-111-22/+23
* Some section re-ordering.aaron2000-03-061-5/+5
* Remove some redundant .Pp.aaron1999-10-171-2/+1
* More consistent introduction to options.aaron1999-10-171-2/+2
* - remove trailing white spaceaaron1999-06-051-2/+2
* clean; adding // comment supportderaadt1998-11-161-474/+501