aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/args.c
Commit message (Expand)AuthorAgeFilesLines
* indent(1): move case_indent from parser state to the options structPiotr Pawel Stefaniak2018-07-151-2/+2
* indent(1): rename -nsac/-sac ("space after cast") to -ncs/-csPiotr Pawel Stefaniak2018-06-111-2/+2
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-101-64/+64
* indent(1): add --version optionPiotr Pawel Stefaniak2018-06-041-0/+8
* indent(1): new option -lplPiotr Pawel Stefaniak2018-06-031-0/+2
* indent(1): revert introduction of -lplPiotr Pawel Stefaniak2018-06-031-2/+0
* indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak2018-06-031-0/+2
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-031-13/+1
* indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak2018-06-031-2/+2
* indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak2018-06-031-2/+0
* indent(1): improve an error messagePiotr 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-0/+1
* indent(1): add a piece missed in r311138.Piotr Pawel Stefaniak2017-01-021-0/+1
* indent(1): add option -P for loading user-provided files as profilesPiotr Pawel Stefaniak2017-01-021-2/+5
* indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni2016-08-231-11/+2
* indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni2016-08-041-3/+7
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-031-0/+31
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): Rearrange option parsing code to squelch clang's static analyzer.Pedro F. Giffuni2016-07-311-8/+6
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-291-2/+2
* indent(1): add a new option, -ta, to treat all *_t identifiers as typesAndriy Gapon2010-03-311-0/+1
* Fix a buffer overflow by using strncpy() instead of strcpy().David Schultz2004-09-191-4/+4
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-271-0/+4
* Support C-style comments in profile.Dag-Erling Smørgrav2004-03-211-3/+18
* 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-3/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-7/+7
* 1) Const enough things to avoid warnings.David Malone2002-03-301-4/+4
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-77/+80
* Don't abuse the SCCS `@(#)' for RCS.David E. O'Brien2000-12-251-1/+1
* Add or fix FreeBSD IDs.David E. O'Brien2000-12-091-1/+1
* "Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien2000-12-091-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-12/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+300