summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-1/+1
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+3
* Make struct fstate aligned to the same as an int as its pointer is cast toandrew2012-12-221-1/+1
* Remove superfluous paragraph macro.joel2012-03-251-3/+0
* Document the [n]eei and [n]bacc optionseadler2012-03-031-1/+23
* Spelling fixes for usr.bin/uqs2011-12-302-5/+5
* In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...dim2011-12-171-2/+2
* Use NULL instead of 0 when setting up pointer.kevlo2010-08-101-8/+8
* indent(1): don't treat bare '_t' as a type name when -ta is usedavg2010-04-151-2/+3
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesavg2010-03-314-0/+19
* indent(1): correctly handle case/label at the very start of a functionavg2010-03-311-1/+1
* initialize variable (WARNS=6)charnier2006-09-131-0/+1
* Use the appropriate error function for displaying the error,dds2005-11-201-1/+1
* Declare find_err in indent_globs.h where the other shared variablesdwmalone2005-11-133-4/+1
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-2/+2
* Expand contractions.ru2005-02-131-2/+2
* Expand *n't contractions.ru2005-02-131-2/+2
* Quote example file names consistently, and fix a small grammatical nit.ceri2005-02-041-2/+2
* Clarify a bit the BUGS section.keramida2005-02-031-4/+3
* Fix a buffer overflow by using strncpy() instead of strcpy().das2004-09-191-4/+4
* Deal with double whitespace.ru2004-07-031-23/+23
* Mechanically kill hard sentence breaks.ru2004-07-021-50/+100
* Bump document date.schweikh2004-06-301-1/+1
* Document recently acquired options.schweikh2004-06-291-0/+12
* Fix problems with non-8 space tabs. New options for functionschweikh2004-06-274-15/+45
* Fixed document date.ru2004-05-191-1/+1
* Support C-style comments in profile.des2004-03-211-3/+18
* Only indent once for continuation lines when not lining up withbde2004-02-122-3/+5
* Added an option -ldi<N> to control indentation of local variable names.bde2004-02-094-4/+27
* Only use tabs to indent variable names if the declaration indent isbde2004-02-091-8/+8
* Backed out a part of previous commit that wasn;t mentioned in the logbde2004-02-091-2/+1
* Fixed tab lossage in indented variable names. The -diN option wasbde2004-02-091-6/+22
* Fixed misformatting of "struct foo *bar" in function parameter lists. Itbde2004-02-091-8/+11
* Expanded the size of the keyword table from 100 to 1000 entries so thatbde2004-02-091-1/+3
* Backed out rev.1.4 and 1.7 so they they can be implemented and committedbde2004-02-091-18/+5
* err() on allocation failure. WARNS=9 compliantcharnier2003-06-157-21/+46
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-3/+3
* Spellingcharnier2002-10-165-10/+13
* Consistently use FBSDIDobrien2002-06-306-14/+16
* Remove deprecated register qualifier.jmallett2002-06-247-40/+40
* Use `The .Nm utility'charnier2002-04-201-14/+22
* 1) Const enough things to avoid warnings.dwmalone2002-03-306-30/+31
* Make this compile cleanly when warnings are enabled:schweikh2001-10-288-227/+310
* Properly handle backslash newline within an identifier or keyword.schweikh2001-10-191-1/+11
* Remove whitespace at EOL.dd2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix damage I did in rev 1.4 that broke formatting this example:obrien2001-04-201-0/+2
* Fix indent endless on garbage input (i.e., if it encountered EOF whileobrien2001-02-271-1/+1
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Don't abuse the SCCS `@(#)' for RCS.obrien2000-12-256-6/+6
OpenPOWER on IntegriCloud