aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-6/+1
| |\ | |/ |/|
| * Merge from headSimon J. Gerraty2013-09-051-0/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
* | | | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
| |_|/ |/| |
* | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+3
| |/ |/|
* | Make struct fstate aligned to the same as an int as its pointer is cast toAndrew Turner2012-12-221-1/+1
|/
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-3/+0
* Document the [n]eei and [n]bacc optionsEitan Adler2012-03-031-1/+23
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-302-5/+5
* In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...Dimitry Andric2011-12-171-2/+2
* Use NULL instead of 0 when setting up pointer.Kevin Lo2010-08-101-8/+8
* indent(1): don't treat bare '_t' as a type name when -ta is usedAndriy Gapon2010-04-151-2/+3
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesAndriy Gapon2010-03-314-0/+19
* 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
* Use the appropriate error function for displaying the error,Diomidis Spinellis2005-11-201-1/+1
* Declare find_err in indent_globs.h where the other shared variablesDavid Malone2005-11-133-4/+1
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-2/+2
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
* Quote example file names consistently, and fix a small grammatical nit.Ceri Davies2005-02-041-2/+2
* Clarify a bit the BUGS section.Giorgos Keramidas2005-02-031-4/+3
* Fix a buffer overflow by using strncpy() instead of strcpy().David Schultz2004-09-191-4/+4
* Deal with double whitespace.Ruslan Ermilov2004-07-031-23/+23
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-50/+100
* Bump document date.Jens Schweikhardt2004-06-301-1/+1
* Document recently acquired options.Jens Schweikhardt2004-06-291-0/+12
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-274-15/+45
* Fixed document date.Ruslan Ermilov2004-05-191-1/+1
* Support C-style comments in profile.Dag-Erling Smørgrav2004-03-211-3/+18
* Only indent once for continuation lines when not lining up withBruce Evans2004-02-122-3/+5
* Added an option -ldi<N> to control indentation of local variable names.Bruce Evans2004-02-094-4/+27
* 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
* Fixed misformatting of "struct foo *bar" in function parameter lists. ItBruce Evans2004-02-091-8/+11
* Expanded the size of the keyword table from 100 to 1000 entries so thatBruce Evans2004-02-091-1/+3
* Backed out rev.1.4 and 1.7 so they they can be implemented and committedBruce Evans2004-02-091-18/+5
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-157-21/+46
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-3/+3
* SpellingPhilippe Charnier2002-10-165-10/+13
* Consistently use FBSDIDDavid E. O'Brien2002-06-306-14/+16