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
/
parse.c
Age
Commit message (
Expand
)
Author
2020-10-04
make(1): split Parse_DoVar into manageable pieces
rillig
2020-10-04
make(1): don't modify the given line during Parse_DoVar
rillig
2020-10-04
make(1): clean up local variables in Parse_DoVar
rillig
2020-10-04
make(1): fix out-of-bounds memory access in Parse_DoVar
rillig
2020-10-04
make(1): only use the VARE_ASSIGN flag if necessary
rillig
2020-10-04
make(1): fix parsing of the :sh assignment operator modifier
rillig
2020-10-03
make(1): clean up #include sections
rillig
2020-10-03
make(1): remove dead store in ParseGetLine
rillig
2020-10-03
make(1): inline macro ISEQOPERATOR
rillig
2020-10-03
make(1): use consistent pattern for parsing whitespace
rillig
2020-10-01
make(1): add missing const for Parse_AddIncludeDir
rillig
2020-09-28
make(1): replace += 1 with ++ and -= 1 with --
rillig
2020-09-28
make(1): make debug logging simpler
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-28
Remove unnecessary dieQuietly calls
sjg
2020-09-28
Ensure that parse errors report 'stopped in'
sjg
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-27
make(1): inline Lst_ForEachUntil when parsing dependency lines
rillig
2020-09-27
make(1): remove redundant null checks for the active targets
rillig
2020-09-27
make(1): inline Lst_ForEachUntil in ParseDoDependency
rillig
2020-09-26
make(1): revert migration from Lst_ForEachUntil to Lst_ForEach
rillig
2020-09-26
make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach
rillig
2020-09-26
make(1): clean up API for finding and creating GNodes
rillig
2020-09-26
make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach
rillig
2020-09-25
make(1): remove redundant variable inLine from parse.c
rillig
2020-09-25
make(1): rename ParseFinishLine to FinishDependencyGroup
rillig
2020-09-25
make(1): fix missing check for duplicate commands in Parse_File
rillig
2020-09-25
make(1): inline Lst_ForEachUntil in ParseLine_ShellCommand
rillig
2020-09-25
make(1): extract ParseLine_ShellCommand from Parse_File
rillig
2020-09-25
make(1): rename variables cp2 to be more expressive
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
2020-09-22
make(1): rename type Path to CachedDir
rillig
2020-09-14
make(1): in lint mode, allow undefined variables in dependency lines
rillig
2020-09-14
make(1): describe how Parse_Error might print stack traces
rillig
2020-09-14
make(1): add test for the global variable 'targets' in parse.c
rillig
2020-09-14
make(1): fix documentation of ParseLinkSrcArgs.specType
rillig
2020-09-14
make(1): clean up documentation and code of ParseLinkSrc
rillig
2020-09-14
make(1): eliminate the global variable specType
rillig
2020-09-14
make(1): extract ParseDependencyTargetWord from ParseDoDependency
rillig
2020-09-14
make(1): split "general GNode *" in ParseDoDepends
rillig
2020-09-14
make(1): fix type of parseKeywords.op
rillig
2020-09-14
make(1): extract some code out of ParseDoDependency
rillig
2020-09-14
make(1): inline LPAREN in parse.c
rillig
2020-09-14
make(1): flip conditions in ParseDoDependency
rillig
2020-09-14
make(1): split complicated condition in ParseDoDependency
rillig
2020-09-14
make(1): split confusing condition in ParseDoDependency
rillig
2020-09-14
make(1): clean up documentation of ParseDoDependency
rillig
2020-09-13
make(1): rename local variables in PrintLocation
rillig
[prev]
[next]