aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/indent.c
Commit message (Expand)AuthorAgeFilesLines
* indent(1): add fallthrough markersPiotr Pawel Stefaniak2020-05-211-0/+1
* indent: fix the -fno-common buildKyle Evans2020-04-061-0/+24
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+2
* indent(1): rewrite the integer/floating constant scanning part of lexi.cPiotr Pawel Stefaniak2018-07-161-0/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-101-56/+56
* indent(1): remove static const char copyright[]Piotr Pawel Stefaniak2018-06-041-8/+0
* indent(1): replace BSD bcopy() with C memmove()Piotr Pawel Stefaniak2018-06-041-1/+1
* indent(1): new option -lplPiotr Pawel Stefaniak2018-06-031-0/+1
* indent(1): revert introduction of -lplPiotr Pawel Stefaniak2018-06-031-1/+0
* indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak2018-06-031-0/+1
* indent(1): if the token is a "[" then neither of the blocks is relevantPiotr Pawel Stefaniak2018-06-031-2/+4
* indent(1): don't add a space after a labelPiotr Pawel Stefaniak2018-06-031-1/+0
* indent(1): don't overflow di_stack[]Piotr Pawel Stefaniak2018-06-031-1/+6
* indent(1): improve CHECK_SIZE_ macrosPiotr Pawel Stefaniak2018-06-031-33/+58
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-031-112/+22
* indent(1): the check for buffer overflow has to be done before copyPiotr Pawel Stefaniak2018-06-031-2/+2
* indent(1): use errx() instead of abort()Piotr Pawel Stefaniak2018-06-031-2/+2
* indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak2018-06-031-3/+3
* indent(1): don't format function declarations as variablesPiotr Pawel Stefaniak2018-06-031-21/+22
* indent(1): remove is_procname.Piotr Pawel Stefaniak2018-06-031-6/+4
* indent(1): disjoint parser state from lexi()Piotr Pawel Stefaniak2018-06-031-0/+3
* indent(1): improve handling of boxed comments indentationPiotr Pawel Stefaniak2018-06-031-3/+13
* indent(1): improve predictability of lexi()Piotr Pawel Stefaniak2018-06-031-4/+44
* indent(1): improve handling of comments and newlines between "if (...)" orPiotr Pawel Stefaniak2018-06-031-115/+115
* indent(1): restore working -pcsPiotr Pawel Stefaniak2018-06-011-0/+1
* indent(1): don't add unneeded space to function pointer declarationsPiotr Pawel Stefaniak2018-06-011-9/+8
* indent(1): don't indent typedef declarations as object declarationsPiotr Pawel Stefaniak2018-06-011-1/+2
* indent(1): consider tab characters when forcing a newline after a commaPiotr Pawel Stefaniak2018-06-011-1/+3
* indent(1): identifiers inside parentheses are not declarationsPiotr Pawel Stefaniak2018-06-011-6/+6
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Respect SIMPLE_BACKUP_SUFFIX environment variable in indent(1)Kyle Evans2017-08-071-2/+8
* indent(1): add option -tsn for setting tab size.Piotr Pawel Stefaniak2017-07-251-9/+12
* indent(1): don't produce unneeded space character in function declarators.Piotr Pawel Stefaniak2017-07-231-8/+11
* indent(1): add option -P for loading user-provided files as profilesPiotr Pawel Stefaniak2017-01-021-1/+4
* indent(1): Avoid out of bounds access of array ps.paren_indentsPiotr Pawel Stefaniak2016-12-301-1/+6
* indent(1): Fix indent's confusion about custom FreeBSD macros.Pedro F. Giffuni2016-12-021-2/+5
* indent(1): Don't ignore newlines after comments that follow braces.Pedro F. Giffuni2016-12-011-2/+4
* indent(1): Properly handle the wide string literal and wide char constant L.Pedro F. Giffuni2016-11-271-0/+10
* Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-191-1/+1
* indent(1): CapsicumifyConrad Meyer2016-09-191-0/+14
* indent(1): remove dead assignments.Pedro F. Giffuni2016-08-231-1/+0
* indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni2016-08-041-0/+1
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-031-1/+1
* indent(1): accept offsetof(3) as a keyword.Pedro F. Giffuni2016-08-031-8/+12
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): Don't newline on cpp lines like #endif unless -bacc is on.Pedro F. Giffuni2016-07-311-23/+32
* indent(1): Consistently indent declarations.Pedro F. Giffuni2016-07-311-80/+79
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* indent(1): Yet more style issues.Pedro F. Giffuni2016-07-301-3/+3