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
2021-04-03
make: rename function parameters to match boolean constants
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: replace enum bit-field with struct bit-field for VarEvalFlags
rillig
2021-03-15
make: rename VARE_NONE to VARE_PARSE_ONLY
rillig
2021-02-22
make: remove freestanding freeIt variables
rillig
2021-02-05
make: clean up a few comments in parse.c
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-05
make: add shortcut Global_Delete for deleting a global variable
rillig
2021-02-04
make: rename context and ctxt to scope
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-04
make: rename Var_Set to Var_SetExpand
rillig
2021-02-03
make: split Var_Exists into plain Var_Exists and Var_ExistsExpand
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: split Var_Append into Var_Append and Var_AppendExpand
rillig
2021-02-03
make: replace Global_SetExpand with Global_Set for constant names
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-02-01
make: clean up comments in parse.c
rillig
2021-02-01
make: rename Parse_include_file to IncludeFile
rillig
2021-02-01
make: simplify VarAssign_EvalSubst
rillig
2021-02-01
make: replace parse error "Need an operator" with better message
rillig
2021-01-30
make(1): split Buf_Destroy into Buf_Done and Buf_DoneData
rillig
2021-01-27
make(1): fix irrelevant message in -W mode
rillig
2021-01-26
make(1): in -dp mode, print stack trace with each diagnostic
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-23
make(1): improve variable names when parsing directives
rillig
2021-01-23
make(1): rename Dir_AddDir, reorder parameters of SearchPath_ToFlags
rillig
2021-01-23
make(1): rename Dir_Expand to SearchPath_Expand
rillig
2021-01-21
make(1): merge duplicate code in Parse_MainName
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2020-12-31
make(1): replace pointers in controlling conditions with booleans
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-28
make(1): rename Buf_Expand_1 to Buf_Expand
rillig
2020-12-28
make(1): remove mmap for loading files, only allow files < 1 GiB
rillig
2020-12-28
make(1): replace global preserveUndefined with VARE_KEEP_UNDEF
rillig
2020-12-27
make(1): fix edge case in := with undefined in variable name
rillig
2020-12-27
make(1): skip variable expansion in ParseDependencyTargetWord
rillig
2020-12-27
make(1): exit 2 on technical errors
rillig
2020-12-27
make(1): align names of VarExportMode with the directives
rillig
2020-12-23
make(1): fix a few lint warnings
rillig
2020-12-23
make(1): rename CmdOpts.lint to strict
rillig
2020-12-22
make(1): re-add improved assertion in ParseGetLine
rillig
2020-12-22
make(1): remove assertion about lines ending with '\n'
rillig
2020-12-22
make(1): remove needless assignment to line_end in ParseGetLine
rillig
2020-12-22
make(1): fix assertion failure for files without trailing newline
rillig
2020-12-22
make(1): prevent undefined behavior in loadfile_mmap
rillig
2020-12-21
make(1): fix garbled output for failed shell command (since 2020-12-20)
rillig
2020-12-20
make(1): remove redundant const declarations for parameters
rillig
2020-12-20
make(1): clean up memory handling in VarAssign_EvalShell
rillig
2020-12-20
make(1): clean up memory handling in Parse_DoVar
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
[prev]
[next]