summaryrefslogtreecommitdiff
path: root/usr.bin/indent/parse.c
AgeCommit message (Expand)Author
2021-11-07indent: various cleanupsrillig
2021-10-29indent: remove redundant comments, remove punctuation from debug logrillig
2021-10-29indent: remove redundant commentsrillig
2021-10-29indent: reduce indentation in parse, extract decl_levelrillig
2021-10-28indent: clean up indentation, comments, reducerillig
2021-10-28indent: clean up comments and function namesrillig
2021-10-26indent: run indent on its own source coderillig
2021-10-25indent: do not output token in debug moderillig
2021-10-25indent: rename search_brace to search_stmtrillig
2021-10-25indent: split type token_type into 3 separate typesrillig
2021-10-24indent: split kw_do_or_else into separate constantsrillig
2021-10-24indent: run indent on its own source coderillig
2021-10-20indent: rename parser stack variablesrillig
2021-10-08indent: clean up comments, parentheses, debug messages, boolean operatorrillig
2021-10-08indent: clean up 'parse', add test for dangling elserillig
2021-10-07indent: rename opt.btype_2 to brace_same_linerillig
2021-10-07indent: let the code breathe a bit by inserting empty linesrillig
2021-10-07indent: clean up commentsrillig
2021-10-07indent: remove redundant commentsrillig
2021-10-05indent: fix Clang-Tidy warnings, clean up bakcopyrillig
2021-10-05indent: rename local char variable, reduce scope of countersrillig
2021-09-26indent: let indent format its own code -- in supervised moderillig
2021-09-25indent: un-abbreviate a few parser_state members, clean up commentsrillig
2021-09-25indent: convert remaining ibool to boolrillig
2021-09-25indent: prepare for lint's strict bool moderillig
2021-09-25indent: remove ifdef for lintrillig
2021-09-25indent: group global variables for token bufferrillig
2021-09-25indent: inline macro 'token'rillig
2021-09-25indent: group global variables for code bufferrillig
2021-09-25indent: rename variables of type token_typerillig
2021-03-12indent: use consistent indentation for 'else'rillig
2021-03-09indent: make token names more preciserillig
2021-03-09indent: extract reduce_stmt from reducerillig
2021-03-09indent: manually indent commentsrillig
2021-03-07indent: in debug mode, output detailed token informationrillig
2021-03-07indent: for the token types, use enum instead of #definerillig
2021-03-07indent: use all headers in all filesrillig
2021-03-06indent: fix space-tab alignment in indent's own coderillig
2019-10-19use stdarg, annotate function as __printflike and fix broken formats.christos
2019-04-04Upgrade indent(1)kamil
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-05-26Remove #ifndef'd __STDC__ code. ANSIfy.wiz
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>, KNFify (with indent!;)lukem
1997-10-18merge lite-2.mrg
1997-01-09RCS ID policetls
1993-08-01Add RCS identifiers.mycroft
1993-06-064.4BSD-Lite2mrg
1993-04-09added, from net/2 (patch 124).cgd