aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated register qualifier.Juli Mallett2002-06-247-40/+40
* Use `The .Nm utility'Philippe Charnier2002-04-201-14/+22
* 1) Const enough things to avoid warnings.David Malone2002-03-306-30/+31
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-288-227/+310
* Properly handle backslash newline within an identifier or keyword.Jens Schweikhardt2001-10-191-1/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix damage I did in rev 1.4 that broke formatting this example:David E. O'Brien2001-04-201-0/+2
* 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-256-6/+6
* The options I added where not formated to new manpage style specs.David E. O'Brien2000-12-091-4/+7
* Add or fix FreeBSD IDs.David E. O'Brien2000-12-097-5/+10
* "Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien2000-12-096-11/+46
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-7/+0
* Don't call err() with no format string.Kris Kennaway2000-07-101-7/+7
* Don't depend on the fact that variables default to int.Bill Fumerola1999-09-061-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-042-7/+9
* Improve handling of "do ... while" following "else". This changeRobert Nordier1999-05-211-1/+1