aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent.c
Commit message (Expand)AuthorAgeFilesLines
...
* indent(1): Consistently indent declarations.Pedro F. Giffuni2016-07-311-80/+79
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* indent(1): Yet more style issues.Pedro F. Giffuni2016-07-301-3/+3
* indent(1): Attempt to preserve some consistent style.Pedro F. Giffuni2016-07-291-4/+3
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-291-13/+13
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Fix breakage caused by single comment following "else".Pedro F. Giffuni2016-07-291-0/+2
* indent(1): Avoid out of bound access of array codebuf.Pedro F. Giffuni2016-07-291-1/+3
* indent: avoid calling write(2) with a negative second parameter.Pedro F. Giffuni2016-07-281-1/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-4/+4
* Use NULL instead of 0 when setting up pointer.Kevin Lo2010-08-101-8/+8
* indent(1): correctly handle case/label at the very start of a functionAndriy Gapon2010-03-311-1/+1
* initialize variable (WARNS=6)Philippe Charnier2006-09-131-0/+1
* Declare find_err in indent_globs.h where the other shared variablesDavid Malone2005-11-131-2/+0
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-271-9/+29
* Added an option -ldi<N> to control indentation of local variable names.Bruce Evans2004-02-091-2/+14
* Only use tabs to indent variable names if the declaration indent isBruce Evans2004-02-091-8/+8
* Backed out a part of previous commit that wasn;t mentioned in the logBruce Evans2004-02-091-2/+1
* Fixed tab lossage in indented variable names. The -diN option wasBruce Evans2004-02-091-6/+22
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-9/+19
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-3/+3
* SpellingPhilippe Charnier2002-10-161-3/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-4/+4
* 1) Const enough things to avoid warnings.David Malone2002-03-301-8/+8
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-44/+38
* Fix indent endless on garbage input (i.e., if it encountered EOF whileDavid E. O'Brien2001-02-271-1/+1
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Don't abuse the SCCS `@(#)' for RCS.David E. O'Brien2000-12-251-1/+1
* Add or fix FreeBSD IDs.David E. O'Brien2000-12-091-1/+1
* "Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien2000-12-091-2/+4
* Don't call err() with no format string.Kris Kennaway2000-07-101-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-4/+4
* PR: 7583Peter Hawkins1998-10-181-4/+4
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-24/+25
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+1181