aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+2
* indent(1): bug fix after r336333Piotr Pawel Stefaniak2018-08-153-1/+4
* indent(1): revert r334640 and r334632Piotr Pawel Stefaniak2018-08-112-6/+6
* indent(1): rewrite the integer/floating constant scanning part of lexi.cPiotr Pawel Stefaniak2018-07-165-103/+87
* indent(1): move case_indent from parser state to the options structPiotr Pawel Stefaniak2018-07-153-7/+7
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* indent(1): rename -nsac/-sac ("space after cast") to -ncs/-csPiotr Pawel Stefaniak2018-06-119-17/+17
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-107-243/+241
* indent(1): fix buildworld after r334632Piotr Pawel Stefaniak2018-06-041-1/+1
* indent(1): add --version optionPiotr Pawel Stefaniak2018-06-042-1/+14
* indent(1): remove the STACKSIZE macro and all of its usePiotr Pawel Stefaniak2018-06-042-6/+6
* 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-035-1/+24
* indent(1): revert introduction of -lplPiotr Pawel Stefaniak2018-06-035-24/+1
* indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak2018-06-035-1/+24
* indent(1): manual page corretionsPiotr Pawel Stefaniak2018-06-031-11/+12
* indent(1): if an identifier can be either a typedef name or as a structPiotr Pawel Stefaniak2018-06-034-1/+11
* 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): ignore null characters from inputPiotr Pawel Stefaniak2018-06-031-1/+2
* indent(1): don't overflow di_stack[]Piotr Pawel Stefaniak2018-06-031-1/+6
* indent(1): improve CHECK_SIZE_ macrosPiotr Pawel Stefaniak2018-06-034-96/+111
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-038-363/+63
* indent(1): avoid resetting last_bl to a bogus value when reallocatingPiotr Pawel Stefaniak2018-06-031-2/+7
* 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-034-15/+17
* indent(1): recognize more type namesPiotr Pawel Stefaniak2018-06-031-0/+10
* indent(1): don't format function declarations as variablesPiotr Pawel Stefaniak2018-06-035-27/+119
* indent(1): remove is_procname.Piotr Pawel Stefaniak2018-06-031-6/+4
* indent(1): disjoint parser state from lexi()Piotr Pawel Stefaniak2018-06-035-30/+35
* indent(1): improve handling of boxed comments indentationPiotr Pawel Stefaniak2018-06-035-8/+67
* indent(1): improve predictability of lexi()Piotr Pawel Stefaniak2018-06-033-51/+93
* indent(1): improve handling of comments and newlines between "if (...)" orPiotr Pawel Stefaniak2018-06-033-126/+175
* indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak2018-06-033-8/+3
* indent(1): improve an error messagePiotr Pawel Stefaniak2018-06-011-1/+1
* indent(1): restore working -pcsPiotr Pawel Stefaniak2018-06-016-1/+23
* indent(1): don't add unneeded space to function pointer declarationsPiotr Pawel Stefaniak2018-06-012-10/+9
* indent(1): don't indent typedef declarations as object declarationsPiotr Pawel Stefaniak2018-06-015-2/+12
* indent(1): consider tab characters when forcing a newline after a commaPiotr Pawel Stefaniak2018-06-013-1/+6
* indent(1): identifiers inside parentheses are not declarationsPiotr Pawel Stefaniak2018-06-015-6/+59
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-188-0/+16
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | Respect SIMPLE_BACKUP_SUFFIX environment variable in indent(1)Kyle Evans2017-08-072-4/+13
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1