summaryrefslogtreecommitdiff
path: root/usr.bin/indent/args.c
AgeCommit message (Expand)Author
2023-06-15indent: miscellaneous cleanups, more tests for edge casesrillig
2023-06-14indent: reduce number of relocationsrillig
2023-06-10indent: miscellaneous cleanupsrillig
2023-06-05indent: do not report broken lines, report configuration on stderrrillig
2023-06-05indent: rename variables, clean up commentsrillig
2023-05-18indent: rename a few functionsrillig
2023-05-18indent: manually wrap overly long linesrillig
2023-05-18indent: switch to standard code stylerillig
2023-05-14indent: remove foreign RCS IDsrillig
2023-05-14indent: miscellaneous cleanupsrillig
2023-05-13indent: improve names of option variablesrillig
2023-05-13indent: don't try to read from the file '(null)/.indent.pro'rillig
2023-01-20indent: fix misleading commentrillig
2021-11-25indent: make error message for missing command line arguments clearerrillig
2021-11-19indent: reduce casts to unsigned char for character classificationrillig
2021-11-07indent: parse special options strictlyrillig
2021-11-05indent: clean up argument parsingrillig
2021-10-31indent: clean uprillig
2021-10-29indent: parse options in a platform-independent wayrillig
2021-10-28indent: clean up indentation, comments, reducerillig
2021-10-28indent: fix error message for buffer overflow during option parsingrillig
2021-10-28indent: make error messages for option parsing more preciserillig
2021-10-28indent: parse option '-cli' strictlyrillig
2021-10-28indent: topologically sort functionsrillig
2021-10-28indent: change product name, update version numberrillig
2021-10-26indent: run indent on its own source coderillig
2021-10-24indent: run indent on its own source coderillig
2021-10-24indent: rename nitems to array_lengthrillig
2021-10-24indent: sort includesrillig
2021-10-17indent: parse int command line options strictlyrillig
2021-10-13indent: check command line options stricterrillig
2021-10-08indent: clean up argument handlingrillig
2021-10-08indent: unexport add_typedefs_from_filerillig
2021-10-08indent: run indent on indent.hrillig
2021-10-07indent: rename opt.btype_2 to brace_same_linerillig
2021-10-07indent: fix wrong or outdated commentsrillig
2021-10-07indent: remove global variable option_sourcerillig
2021-10-07indent: raise WARNS from the default 5 up to 6rillig
2021-10-07tests/indent: test parsing of command line options in profile filerillig
2021-10-07indent: complain if the profile from the command line does not existrillig
2021-10-07indent: allow long comments in profile filesrillig
2021-10-07indent: prevent buffer overflow when reading profilerillig
2021-10-03indent: clean up load_profilerillig
2021-10-03indent: reduce duplicate code in load_profilesrillig
2021-10-03indent: rename functionsrillig
2021-10-03indent: fix content of profile_namerillig
2021-09-26indent: unexport keyword table, clean uprillig
2021-09-26indent: force all option variables to be in struct optionsrillig
2021-09-26indent: reduce memory usage of the options tablerillig
2021-09-26indent: list options in the same order as in the manual pagerillig