summaryrefslogtreecommitdiff
path: root/usr.bin/make/enum.h
AgeCommit message (Expand)Author
2021-11-28make: replace bloated bit-set-to-string code with simple coderillig
2021-03-15make: clean up header for runtime type information for enumsrillig
2021-02-02make: remove unused INTERNAL flagrillig
2021-02-02make: remove overengineered Enum_ValueToStringrillig
2021-01-30make(1): fix lint warning about empty declarationsrillig
2021-01-30make(1): reduce boilerplate for printing bit sets in debug moderillig
2020-12-30make(1): format multi-line commentsrillig
2020-12-28make(1): replace global preserveUndefined with VARE_KEEP_UNDEFrillig
2020-09-25make(1): add tags to some of the unnamed structsrillig
2020-09-22make(1): move VAR_JUNK and VAR_KEEP away from VarFlagsrillig
2020-09-12make(1): fix inconsistent code indentationrillig
2020-09-01make(1): improve documentation for enum.c and enum.hrillig
2020-08-25make(1): distinguish enum flags and values in debugging moderillig
2020-08-24make(1): in debug mode, print GNode details in symbolsrillig
2020-08-23make(1): fix assertion failure in debug output for read-only variablesrillig
2020-08-09make(1): clean up indentation, includes, add documentationrillig
2020-08-09make(1): use fixed-size arrays for Enum_ToStringrillig
2020-08-09Fix build; gcc does not like VLA's, so hard code the boundarychristos
2020-08-08make(1): fix CRLF line endings in newly added filesrillig
2020-08-08make(1): add more detailed debug logging for variable modifiersrillig