summaryrefslogtreecommitdiff
path: root/usr.bin/indent/args.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-29Restore and document -ps / -nps option.Dag-Erling Smørgrav
2018-07-15indent(1): move case_indent from parser state to the options structPiotr Pawel Stefaniak
2018-06-11indent(1): rename -nsac/-sac ("space after cast") to -ncs/-csPiotr Pawel Stefaniak
2018-06-10indent(1): group global option variables into an options structurePiotr Pawel Stefaniak
2018-06-04indent(1): add --version optionPiotr Pawel Stefaniak
2018-06-03indent(1): new option -lplPiotr Pawel Stefaniak
2018-06-03indent(1): revert introduction of -lplPiotr Pawel Stefaniak
2018-06-03indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak
2018-06-03indent(1): remove troff output supportPiotr Pawel Stefaniak
2018-06-03indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak
2018-06-03indent(1): remove undocumented and rather useless option (-ps)Piotr Pawel Stefaniak
2018-06-01indent(1): improve an error messagePiotr Pawel Stefaniak
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-07-25indent(1): add option -tsn for setting tab size.Piotr Pawel Stefaniak
2017-01-02indent(1): add a piece missed in r311138.Piotr Pawel Stefaniak
2017-01-02indent(1): add option -P for loading user-provided files as profilesPiotr Pawel Stefaniak
2016-08-23indent(1): Fix memory leaks pointed out by clang-analyzer.Pedro F. Giffuni
2016-08-04indent(1): Use bsearch() for looking up type keywords.Pedro F. Giffuni
2016-08-03indent(1): add new -sac and -U options.Pedro F. Giffuni
2016-08-01indent(1): Use a dash in the license headers.Pedro F. Giffuni
2016-07-31indent(1): Rearrange option parsing code to squelch clang's static analyzer.Pedro F. Giffuni
2016-07-29indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni
2010-03-31indent(1): add a new option, -ta, to treat all *_t identifiers as typesAndriy Gapon
2004-09-19Fix a buffer overflow by using strncpy() instead of strcpy().David Schultz
2004-06-27Fix problems with non-8 space tabs. New options for functionJens Schweikhardt
2004-03-21Support C-style comments in profile.Dag-Erling Smørgrav
2004-02-09Added an option -ldi<N> to control indentation of local variable names.Bruce Evans
2003-06-15err() on allocation failure. WARNS=9 compliantPhilippe Charnier
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-06-24Remove deprecated register qualifier.Juli Mallett
2002-03-301) Const enough things to avoid warnings.David Malone
2001-10-28Make this compile cleanly when warnings are enabled:Jens Schweikhardt
2000-12-25Don't abuse the SCCS `@(#)' for RCS.David E. O'Brien
2000-12-09Add or fix FreeBSD IDs.David E. O'Brien
2000-12-09"Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-07-15Use err(3) instead of local redefinition. Add usage().Philippe Charnier
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes