summaryrefslogtreecommitdiffstats
path: root/usr.bin/unifdef/unifdef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Capitalize a few error messages to reduce diff with upstream.mmcc2015-12-101-6/+6
* Document that the -M option doesn't save a backup when passed ''. Alsommcc2015-12-041-2/+2
* 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-051-5/+25
* you can't edit stdin in place. check for this before the hack thattedu2015-10-031-1/+3
* 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
* Convert a strcpy() call to strlcpy(); ok millert@ sthen@miod2015-02-171-2/+2
* tidy up SYNOPSIS, usage() and the options list; ok sthenjmc2014-04-301-3/+3
* Since we've been making heavy use of unifdef recently: update it to thesthen2014-04-181-541/+945
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* kill "is is"; from Charles Longeaujmc2007-06-251-3/+3
* tidy up synopsis and usage(); sort options;jmc2007-04-021-4/+6
* sync with freebsd:avsm2003-06-301-7/+13
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* more sync from freebsd; tedu@Stanford.EDUderaadt2003-01-221-57/+153
* merge; by tedu@Stanford.EDUderaadt2003-01-181-586/+679
* freebsd diffs; merged by tedu@Stanford.EDUderaadt2002-12-021-433/+737
* 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
* clean; adding // comment supportderaadt1998-11-161-474/+501
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+654