aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* 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
* indent(1): CapsicumifyConrad Meyer2016-09-191-0/+14
* indent(1): have the memset invocation somewhat more canonical.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): remove dead assignments.Pedro F. Giffuni2016-08-232-2/+1
* indent(1): Fix off-by-one in control flow leading dead code.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): add some comments to quiet down Coverity.Pedro F. Giffuni2016-08-232-1/+3
* indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni2016-08-232-15/+11
* indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni2016-08-044-77/+99
* indent(1): add new -sac and -U options.Pedro F. Giffuni2016-08-035-6/+50
* indent(1): accept offsetof(3) as a keyword.Pedro F. Giffuni2016-08-033-32/+34
* 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-019-9/+9
* indent(1): Rearrange option parsing code to squelch clang's static analyzer.Pedro F. Giffuni2016-07-311-8/+6
* indent(1): replace function call to bzero with memset.Pedro F. Giffuni2016-07-311-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): Untangle the connection between pr_comment.c and io.c.Pedro F. Giffuni2016-07-312-59/+37
* indent(1): Fix wrapping of some lines in comments.Pedro F. Giffuni2016-07-311-0/+1
* indent(1): Simplify pr_comment().Pedro F. Giffuni2016-07-313-91/+55
* indent(1): Remove dead code relating to unix-style comments.Pedro F. Giffuni2016-07-311-43/+1
* indent(1): Bail out if there's no more space on the parser stack.Pedro F. Giffuni2016-07-312-1/+5
* 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-303-6/+6
* indent(1): Attempt to preserve some consistent style.Pedro F. Giffuni2016-07-291-4/+3
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-295-23/+23
* indent(1): Support "f" and "F" floating constant suffixes.Pedro F. Giffuni2016-07-291-4/+2
* Revert r303487: Wrong commit log.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Removed whitespace shouldn't be considered in column calculations.Pedro F. Giffuni2016-07-291-0/+1
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-4/+2
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Fix breakage caused by single comment following "else".Pedro F. Giffuni2016-07-291-0/+2
* indent(1): Avoid potential use-after-free.Pedro F. Giffuni2016-07-291-0/+1