aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent_globs.h
Commit message (Expand)AuthorAgeFilesLines
* indent(1): avoid resetting last_bl to a bogus value when reallocatingPiotr Pawel Stefaniak2018-06-031-2/+7
* indent(1): improve handling of boxed comments indentationPiotr Pawel Stefaniak2018-06-031-3/+8
* indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak2018-06-031-1/+0
* indent(1): restore working -pcsPiotr Pawel Stefaniak2018-06-011-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* indent(1): add option -tsn for setting tab size.Piotr Pawel Stefaniak2017-07-251-4/+1
* indent(1): don't produce unneeded space character in function declarators.Piotr Pawel Stefaniak2017-07-231-1/+0
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-031-0/+1
* indent(1): accept offsetof(3) as a keyword.Pedro F. Giffuni2016-08-031-6/+5
* indent: Avoid using values of pointers that refer to deallocated space.Pedro F. Giffuni2016-08-011-5/+10
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): Bail out if there's no more space on the parser stack.Pedro F. Giffuni2016-07-311-1/+1
* indent(1): Avoid potential use-after-free.Pedro F. Giffuni2016-07-291-0/+1
* Make struct fstate aligned to the same as an int as its pointer is cast toAndrew Turner2012-12-221-1/+1
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesAndriy Gapon2010-03-311-0/+2
* Declare find_err in indent_globs.h where the other shared variablesDavid Malone2005-11-131-0/+1
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-271-1/+5
* Added an option -ldi<N> to control indentation of local variable names.Bruce Evans2004-02-091-0/+1
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-0/+8
* SpellingPhilippe Charnier2002-10-161-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-4/+4
* 1) Const enough things to avoid warnings.David Malone2002-03-301-1/+1
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-2/+2
* "Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien2000-12-091-0/+3
* Don't depend on the fact that variables default to int.Bill Fumerola1999-09-061-4/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+310