summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r...araujo2016-10-211-1/+1
* indent(1): Fix typo.pfg2016-06-061-1/+1
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-6/+1
| |\ | |/ |/|
| * Merge from headsjg2013-09-051-0/+3
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| * | Sync with HEAD.obrien2013-02-081-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
* | | | multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
* | | | mdoc: minor paragraph fixes.joel2014-02-081-1/+0
| |_|/ |/| |
* | | 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
OpenPOWER on IntegriCloud