summaryrefslogtreecommitdiff
path: root/usr.bin/indent
AgeCommit message (Collapse)Author
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque
precise than "stuff")
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
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
pointer arithmetic to int where needed. Mostly from NetBSD. Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru, and check some {m,re}allocs.
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
Found by deraadt@
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
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
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
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
flags as you want; problem found in netbsd by agc but it isn't really a fix to crank 100 to 1000, you know. I make it dynamic instead.
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
1997-06-09-i8 is default; ada@not-enough.bandwidth.orgTheo de Raadt
1996-10-28Safe $HOME usage.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-05-21errno.h provides what we needTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt