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-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: in ParseDependencyCheckSpec, move default branch to the bottom
rillig
2021-12-14
make: condense repetetive code in ParseDirective
rillig
2021-12-14
make: remove dead code for handling traditional include directives
rillig
2021-12-14
make: clean up parsing of variable assignments
rillig
2021-12-14
make: remove unreachable code for parsing the dependency operator
rillig
2021-12-13
make: clean up loading of files
rillig
2021-12-13
make: fix memory leak for filenames in .for loops (since 2013-06-18)
rillig
2021-12-13
make: fix memory leak in IncludeFile
rillig
2021-12-12
make: rename Parse_SetInput to Parse_PushInput
rillig
2021-12-12
make: remove unused loadedfile.path
rillig
2021-12-09
make: remove period from end of error messages and warnings
rillig
2021-12-07
make: document that the input buffer is not null-terminated
rillig
2021-12-07
make: inline common subexpression in ParseRawLine
rillig
2021-12-04
make: merge duplicate code in ParseDirective
rillig
2021-12-03
make: do not try to expand fixed variable names
rillig
2021-12-03
make: only allocate the name of an included file if necessary
rillig
2021-12-03
make: clean up ParseInclude
rillig
2021-09-21
make: reduce relocations, thereby reducing .text size
rillig
2021-09-21
make: remove unnecessary const from parameters
rillig
2021-08-14
make: fix spelling of CVS and RCS in error message
rillig
2021-08-14
make: rename ParseMark to be more expressive
rillig
2021-08-14
make: rename variable and function for handling parse errors
rillig
2021-06-21
make: document ParseDependencyOp
rillig
2021-06-21
make: document where to find tests for the dependency lines
rillig
2021-06-21
make: extract ParseDependencySources from ParseDependency
rillig
2021-04-04
make: convert VarEvalFlags back into an enum, but not a bit-set
rillig
2021-04-04
make: remove filler word 'Do' from function names for parsing
rillig
2021-04-04
make: rename ambiguous functions
rillig
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
[next]