summaryrefslogtreecommitdiff
path: root/usr.bin/indent
AgeCommit message (Expand)Author
2010-10-19no more vgrind(1); ok deraadtJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-29"input-file" is a required argument; while here, remove a few superfluousIgor Sobrado
2007-11-27typos; ok jmc@Martynas Venckus
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-05-15When checking for comment characters using negative pointer arithmeticTodd C. Miller
2005-03-06Fix realloc bug introduce in rev 1.10 and do some minor cleanup.Todd C. Miller
2005-02-04clearer wording;Jason McIntyre
2004-11-29Spell precede correctly.Jonathan Gray
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-11-28- some fixes from PR 1446Jason McIntyre
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-26minimal protosTheo de Raadt
2003-06-25delete junk protoTheo de Raadt
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25sprintf -> snprintf and add a couple of size checks to ensure againstKenneth R Westerback
2003-04-01snprintfTheo de Raadt
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-04some formatting from mickey.Michael Shalayeff
2002-10-04fprintf+exit vs errxMichael Shalayeff
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-06-25errx -> err if ENOMEMPaul Janzen
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-01-08Fix various warnings, merge lite-2, and tidy a bit; also, cast somePaul Janzen
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-25Fix indent endless on garbage input.Marc Espie
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-08Various cleanups and improvements.Aaron Campbell
1999-09-14typesTheo de Raadt
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-19Use fprintf/exit in place of errx for usage display.Alex Feldman
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-05-22support U, and LL suffixes; rnordierTheo de Raadt
1997-09-10remove my debug code, grrrrrTheo de Raadt
1997-09-10make 'special' array completely dynamic. hence you can now use as many -TTheo de Raadt
1997-09-10remove \n in errx/err callsTheo de Raadt
1997-07-25use err(3), some -WallMichael Shalayeff
1997-06-23fix "stuff"; problems from uenami@imasy.or.jpTheo de Raadt