aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
Commit message (Expand)AuthorAgeFilesLines
* indent: Fix buffer overflowDag-Erling Smørgrav2025-08-072-23/+35
* indent: Simplify test scriptDag-Erling Smørgrav2025-08-071-40/+15
* packages: rename elftoolchain to toolchain, add more thingsLexi Winter2025-05-281-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* indent: make the URL of the manpage two characters longer so that the test is...Wolfram Schneider2023-12-292-2/+2
* use long manpage URL (broken in last commit)Wolfram Schneider2023-12-282-2/+2
* update manpage URLWolfram Schneider2023-12-282-2/+2
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-22/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2710-25/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-13/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1643-43/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Restore and document -ps / -nps option.Dag-Erling Smørgrav2023-06-298-4/+34
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+2
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* Fix a few mandoc issuesGordon Bergling2020-10-091-1/+2
* indent(1): add fallthrough markersPiotr Pawel Stefaniak2020-05-212-0/+2
* indent: fix the -fno-common buildKyle Evans2020-04-064-46/+88
* - address missing whitespace for indentJason Helfman2019-08-291-3/+3
* 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