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-28
make(1): rename ParseSpecial enum values consistently
rillig
2020-10-28
make(1): rename some fields of struct IFile
rillig
2020-10-28
make(1): clean up API comment in parse.c
rillig
2020-10-26
make(1): group the command line options and arguments
rillig
2020-10-25
make(1): replace PtrVector with Vector, which can contain any type
rillig
2020-10-25
make(1): rename type Vector to PtrVector
rillig
2020-10-23
make(1): convert error level for Parse_Error to an enum
rillig
2020-10-23
make(1): negate OP_NOP and rename it to GNode_IsTarget
rillig
2020-10-22
make(1): remove redundant type casts
rillig
2020-10-20
make(1): clean up parsing code for dependency lines
rillig
2020-10-19
make(1): inline simple Lst getters
rillig
2020-10-19
make(1): remove void pointers from ParseAddDir
rillig
2020-10-19
make(1): remove void pointers from ParseClearPath
rillig
2020-10-18
make(1): clean up and document VarAssign_Eval
rillig
2020-10-18
make(1): split VarAssign_Eval into smaller functions
rillig
2020-10-18
make(1): remove redundant code for determining the assignment operator
rillig
2020-10-18
make(1): move ParseVarassignOp further up
rillig
2020-10-18
make(1): fix GCC warning about small buffer for cohort_num
rillig
2020-10-18
make(1): add tags to enum types
rillig
2020-10-18
make(1): rename Lst_Init to Lst_New
rillig
2020-10-18
make(1): rename Stack to Vector
rillig
2020-10-17
make(1): normalize initialization and cleanup of the modules
rillig
2020-10-17
make(1): remove struct ParseLinkSrcArgs
rillig
2020-10-17
make(1): extract ParseLine from Parse_File
rillig
2020-10-17
make(1): extract FindSemicolon from ParseDependency
rillig
2020-10-17
make(1): split Parse_File into smaller functions
rillig
2020-10-17
make(1): remove dead and broken warning for novices
rillig
2020-10-17
make(1): clean up ParseMessage
rillig
2020-10-17
make(1): remove redundant macros from ParseEOF and Parse_File
rillig
2020-10-17
make(1): fix stylistic issues in parse.c
rillig
2020-10-17
make(1): normalize spacing in parse.c
rillig
2020-10-17
make(1): fix indentation
rillig
2020-10-17
make(1): document the purpose of targCmds
rillig
2020-10-17
make(1): inline ParseHasCommands and ParseHasCommands
rillig
2020-10-05
make(1): enable format string truncation warnings for parse.c
rillig
2020-10-05
make(1): prepare job.c, main.c, parse.c, suff.c for WARNS=6
rillig
2020-10-05
make(1): revert previous commit
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-05
make(1): extract parsing of sources from ParseDoDependency
rillig
2020-10-05
make(1): extract the target parsing from ParseDoDependency
rillig
2020-10-05
make(1): split ParseDoDependency into several smaller functions
rillig
2020-10-05
make(1): split ParseDoSrc into smaller functions
rillig
2020-10-04
make(1): fix assignment to .CURDIR via the shell assignment operator
rillig
2020-10-04
make(1): rename local variable in VarAssign_Eval
rillig
2020-10-04
make(1): hide some more implementation details from Parse_DoVar
rillig
2020-10-04
make(1): clean up remaining details in variable assignment parser
rillig
2020-10-04
make(1): clean up code for parsing ?= variable assignments
rillig
2020-10-04
make(1): clean up parsing of variable assignments
rillig
2020-10-04
make(1): remove duplicate code for parsing a variable name
rillig
2020-10-04
make(1): rename parameter of Parse_IsVar
rillig
[prev]
[next]