aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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