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
Age
Commit message (
Expand
)
Author
2021-04-19
tests/make: add another example for parsing of the modifier ':?'
rillig
2021-04-19
tests/make: add detailed explanation for error message in conditional
rillig
2021-04-19
make: use straight quotes for error 'Bad conditional expression'
rillig
2021-04-19
tests/make: demonstrate unexpected behavior of the modifier ':?'
rillig
2021-04-19
make: avoid double slash in name of temporary directory
rillig
2021-04-16
make: use distinct wording for writing to the shell commands file
rillig
2021-04-16
make: align name of jobs_table_dump to the other functions
rillig
2021-04-15
make: remove type name for the abort status in job handling
rillig
2021-04-15
tests/make: demonstrate handling of null bytes
rillig
2021-04-15
make: rename PrintOutput to PrintFilteredOutput to avoid confusion
rillig
2021-04-15
make: document two previously unknown bugs in job mode
rillig
2021-04-14
make: let the compiler decide whether to inline string functions
rillig
2021-04-14
make: turn run-time string concatenation into compile-time
rillig
2021-04-14
make: remove unnecessary modifier ':U' for certain fixed expressions
rillig
2021-04-14
make: reduce memory allocations in the modifiers ':D' and ':U'
rillig
2021-04-14
make: rename members of ModifyWord_LoopArgs
rillig
2021-04-14
make: clean up pattern flags for the modifiers ':S' and ':C'
rillig
2021-04-12
make: spell SysV in mixed case
rillig
2021-04-12
make: reduce memory allocation and strlen calls in modifier ':from=to'
rillig
2021-04-12
tests/make: fix test for modifier ':from=to'
rillig
2021-04-12
tests/make: add table test for the modifier ':from=to'
rillig
2021-04-12
make: in the ':Q' modifier, only allocate memory if necessary
rillig
2021-04-11
make: improve performance for LazyBuf
rillig
2021-04-11
make: remove redundant parameter from ParseVarnameLong
rillig
2021-04-11
make: migrate ParseModifierPart to use Substring
rillig
2021-04-11
make: avoid unnecessary calls to strlen when evaluating modifiers
rillig
2021-04-11
make: migrate ModifyWord functions to use Substring
rillig
2021-04-11
make: migrate handling of the modifier ':S,from,to,' to Substring
rillig
2021-04-11
make: clean up remaining references to VarEvalFlags
rillig
2021-04-11
make: avoid allocating memory for simple variable names
rillig
2021-04-11
make: add types Substring and LazyBuf
rillig
2021-04-11
make: clean up Makefile
rillig
2021-04-10
make: fix out-of-bounds read in Var_Parse_FastLane (since 30 minutes)
rillig
2021-04-10
make: reword debug log message for empty variable name
rillig
2021-04-10
make: reduce debug logging and memory allocation for ${:U...}
rillig
2021-04-10
make: reduce debug logging and memory allocation for ${:U...}
rillig
2021-04-09
Don't use a shell pattern to copy files, copy them explicitly. When running
christos
2021-04-06
make: reduce verbosity of the -dv debug logging for standard cases
rillig
2021-04-05
make: in debug log, add space between scope and variable name
rillig
2021-04-05
make: omit unnecessary details from -dv debug log
rillig
2021-04-05
make: be more verbose in -dv debug logging
rillig
2021-04-05
make: clean up debug logging for ':M' and ':N'
rillig
2021-04-04
tests/make: remove accidentally added intermediate files
rillig
2021-04-04
make: disallow '$' in the variable name of the modifier ':@'
rillig
2021-04-04
tests/make: split test for modifier ':@' into separate files
rillig
2021-04-04
make: convert VarEvalFlags back into an enum, but not a bit-set
rillig
2021-04-04
make: extract decision for evaluating an expression
rillig
2021-04-04
make: remove filler word 'Do' from function names for parsing
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-04
make: rename ambiguous functions
rillig
[prev]
[next]