| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r289677: | bdrewery | 2016-01-07 | 1 | -1/+1 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+3 |
* | Make struct fstate aligned to the same as an int as its pointer is cast to | andrew | 2012-12-22 | 1 | -1/+1 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -3/+0 |
* | Document the [n]eei and [n]bacc options | eadler | 2012-03-03 | 1 | -1/+23 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 2 | -5/+5 |
* | In usr.bin/indent/io.c, fix a few warnings about format strings not being lit... | dim | 2011-12-17 | 1 | -2/+2 |
* | Use NULL instead of 0 when setting up pointer. | kevlo | 2010-08-10 | 1 | -8/+8 |
* | indent(1): don't treat bare '_t' as a type name when -ta is used | avg | 2010-04-15 | 1 | -2/+3 |
* | indent(1): add a new option, -ta, to treat all *_t identifiers as types | avg | 2010-03-31 | 4 | -0/+19 |
* | indent(1): correctly handle case/label at the very start of a function | avg | 2010-03-31 | 1 | -1/+1 |
* | initialize variable (WARNS=6) | charnier | 2006-09-13 | 1 | -0/+1 |
* | Use the appropriate error function for displaying the error, | dds | 2005-11-20 | 1 | -1/+1 |
* | Declare find_err in indent_globs.h where the other shared variables | dwmalone | 2005-11-13 | 3 | -4/+1 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -2/+2 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Quote example file names consistently, and fix a small grammatical nit. | ceri | 2005-02-04 | 1 | -2/+2 |
* | Clarify a bit the BUGS section. | keramida | 2005-02-03 | 1 | -4/+3 |
* | Fix a buffer overflow by using strncpy() instead of strcpy(). | das | 2004-09-19 | 1 | -4/+4 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -23/+23 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -50/+100 |
* | Bump document date. | schweikh | 2004-06-30 | 1 | -1/+1 |
* | Document recently acquired options. | schweikh | 2004-06-29 | 1 | -0/+12 |
* | Fix problems with non-8 space tabs. New options for function | schweikh | 2004-06-27 | 4 | -15/+45 |
* | Fixed document date. | ru | 2004-05-19 | 1 | -1/+1 |
* | Support C-style comments in profile. | des | 2004-03-21 | 1 | -3/+18 |
* | Only indent once for continuation lines when not lining up with | bde | 2004-02-12 | 2 | -3/+5 |
* | Added an option -ldi<N> to control indentation of local variable names. | bde | 2004-02-09 | 4 | -4/+27 |
* | Only use tabs to indent variable names if the declaration indent is | bde | 2004-02-09 | 1 | -8/+8 |
* | Backed out a part of previous commit that wasn;t mentioned in the log | bde | 2004-02-09 | 1 | -2/+1 |
* | Fixed tab lossage in indented variable names. The -diN option was | bde | 2004-02-09 | 1 | -6/+22 |
* | Fixed misformatting of "struct foo *bar" in function parameter lists. It | bde | 2004-02-09 | 1 | -8/+11 |
* | Expanded the size of the keyword table from 100 to 1000 entries so that | bde | 2004-02-09 | 1 | -1/+3 |
* | Backed out rev.1.4 and 1.7 so they they can be implemented and committed | bde | 2004-02-09 | 1 | -18/+5 |
* | err() on allocation failure. WARNS=9 compliant | charnier | 2003-06-15 | 7 | -21/+46 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -3/+3 |
* | Spelling | charnier | 2002-10-16 | 5 | -10/+13 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 6 | -14/+16 |
* | Remove deprecated register qualifier. | jmallett | 2002-06-24 | 7 | -40/+40 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -14/+22 |
* | 1) Const enough things to avoid warnings. | dwmalone | 2002-03-30 | 6 | -30/+31 |
* | Make this compile cleanly when warnings are enabled: | schweikh | 2001-10-28 | 8 | -227/+310 |
* | Properly handle backslash newline within an identifier or keyword. | schweikh | 2001-10-19 | 1 | -1/+11 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -9/+9 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Fix damage I did in rev 1.4 that broke formatting this example: | obrien | 2001-04-20 | 1 | -0/+2 |
* | Fix indent endless on garbage input (i.e., if it encountered EOF while | obrien | 2001-02-27 | 1 | -1/+1 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Don't abuse the SCCS `@(#)' for RCS. | obrien | 2000-12-25 | 6 | -6/+6 |