aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
...
* 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-125/+174
* 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
* indent(1): add option -tsn for setting tab size.Piotr Pawel Stefaniak2017-07-256-22/+28
* indent(1): better alignment of comments on code.Piotr Pawel Stefaniak2017-07-233-1/+15
* indent(1): rename the profile file.Piotr Pawel Stefaniak2017-07-231-0/+0
* indent(1): don't produce unnecessary blank lines.Piotr Pawel Stefaniak2017-07-232-1/+4
* indent(1): don't produce unneeded space character in function declarators.Piotr Pawel Stefaniak2017-07-2314-22/+135
* indent(1): Support binary integer literals.Piotr Pawel Stefaniak2017-05-184-4/+58
* Integrate indent tests added in r313544 into ATF/Kyua and the FreeBSDEnji Cooper2017-03-0311-2/+141
* indent(1): add regression test casesPiotr Pawel Stefaniak2017-02-1033-0/+312
* 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-024-5/+15
* indent(1): Avoid out of bounds access of array ps.paren_indentsPiotr Pawel Stefaniak2016-12-301-1/+6
* indent(1): remove unneeded comma.Pedro F. Giffuni2016-12-041-1/+1
* Document undocumented indent(1) options badp/nbadp, bs/nbs, and lc.Pedro F. Giffuni2016-12-031-1/+19
* indent(1): Avoid out-of-bound accesses of array ps.p_stack.Pedro F. Giffuni2016-12-021-1/+1
* indent(1): Avoid out-of-bound accesses of arrays.Pedro F. Giffuni2016-12-021-2/+3
* indent(1): Remove an extra newline added in a previous commit.Pedro F. Giffuni2016-12-021-1/+0
* indent(1): Optimize parser stack usage.Pedro F. Giffuni2016-12-021-1/+7
* indent(1): Do not define opchar unless it will be used.Pedro F. Giffuni2016-12-021-0/+2
* indent(1): Fix indent's confusion about custom FreeBSD macros.Pedro F. Giffuni2016-12-023-7/+16
* indent(1): Don't unnecessarily add a blank before a comment ends.Pedro F. Giffuni2016-12-011-1/+1
* indent(1): Don't ignore newlines after comments that follow braces.Pedro F. Giffuni2016-12-011-2/+4
* indent(1): Avoid out of bound access of array in_bufferPedro F. Giffuni2016-12-012-5/+13
* indent(1): Properly handle the wide string literal and wide char constant L.Pedro F. Giffuni2016-11-273-0/+16
* indent(1): fix regression introduced in r303596.Pedro F. Giffuni2016-11-271-8/+12
* indent(1): minor off-by-one error.Pedro F. Giffuni2016-11-271-1/+1
* Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-191-1/+1