aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/parse.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* indent(1): add fallthrough markersPiotr Pawel Stefaniak2020-05-211-0/+1
* indent: fix the -fno-common buildKyle Evans2020-04-061-0/+4
* indent(1): revert r334640 and r334632Piotr Pawel Stefaniak2018-08-111-3/+1
* indent(1): move case_indent from parser state to the options structPiotr Pawel Stefaniak2018-07-151-3/+3
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-101-7/+7
* indent(1): fix buildworld after r334632Piotr Pawel Stefaniak2018-06-041-1/+1
* indent(1): remove the STACKSIZE macro and all of its usePiotr Pawel Stefaniak2018-06-041-1/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* indent(1): Avoid out-of-bound accesses of array ps.p_stack.Pedro F. Giffuni2016-12-021-1/+1
* 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): minor off-by-one error.Pedro F. Giffuni2016-11-271-1/+1
* indent(1): add some comments to quiet down Coverity.Pedro F. Giffuni2016-08-231-1/+2
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): Bail out if there's no more space on the parser stack.Pedro F. Giffuni2016-07-311-0/+4
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-1/+3
* SpellingPhilippe Charnier2002-10-161-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-1/+1
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-8/+12
* Don't abuse the SCCS `@(#)' for RCS.David E. O'Brien2000-12-251-1/+1
* Add or fix FreeBSD IDs.David E. O'Brien2000-12-091-0/+2
* Improve handling of "do ... while" following "else". This changeRobert Nordier1999-05-211-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+324