index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
enum.h
Age
Commit message (
Expand
)
Author
2021-11-28
make: replace bloated bit-set-to-string code with simple code
rillig
2021-03-15
make: clean up header for runtime type information for enums
rillig
2021-02-02
make: remove unused INTERNAL flag
rillig
2021-02-02
make: remove overengineered Enum_ValueToString
rillig
2021-01-30
make(1): fix lint warning about empty declarations
rillig
2021-01-30
make(1): reduce boilerplate for printing bit sets in debug mode
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-28
make(1): replace global preserveUndefined with VARE_KEEP_UNDEF
rillig
2020-09-25
make(1): add tags to some of the unnamed structs
rillig
2020-09-22
make(1): move VAR_JUNK and VAR_KEEP away from VarFlags
rillig
2020-09-12
make(1): fix inconsistent code indentation
rillig
2020-09-01
make(1): improve documentation for enum.c and enum.h
rillig
2020-08-25
make(1): distinguish enum flags and values in debugging mode
rillig
2020-08-24
make(1): in debug mode, print GNode details in symbols
rillig
2020-08-23
make(1): fix assertion failure in debug output for read-only variables
rillig
2020-08-09
make(1): clean up indentation, includes, add documentation
rillig
2020-08-09
make(1): use fixed-size arrays for Enum_ToString
rillig
2020-08-09
Fix build; gcc does not like VLA's, so hard code the boundary
christos
2020-08-08
make(1): fix CRLF line endings in newly added files
rillig
2020-08-08
make(1): add more detailed debug logging for variable modifiers
rillig