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
/
nonints.h
Age
Commit message (
Expand
)
Author
2022-01-23
make: merge nonints.h into make.h
rillig
2022-01-15
make: remove unnecessary functions for expanding variable names
rillig
2022-01-15
make: merge duplicate code for expanding variable expressions
rillig
2022-01-09
make: in Cmd_Exec, return error message instead of format string
rillig
2022-01-09
make: fix use-after-free in -dp mode (since yesterday)
rillig
2022-01-08
make: add details about .for loop variables to stack traces
rillig
2022-01-08
make: fix reported line numbers of continuation lines (since 2002)
rillig
2022-01-07
make: remove redundant function parameter in suffix handling
rillig
2022-01-07
make: merge duplicate variables for the main target
rillig
2022-01-07
make: eliminate file-scope variable forLevel
rillig
2022-01-07
make: rename and inline Targ_Precious
rillig
2022-01-02
make: clean up handling of .for loops and .include directives
rillig
2022-01-01
make: remove unused parameter from Parse_PushInput
rillig
2021-12-31
make: unexport types VarAssignOp and VarAssign
rillig
2021-12-31
make: list VarAssignOp in the same order as in the manual page
rillig
2021-12-29
make: merge duplicate types CondEvalResult and CondResult
rillig
2021-12-29
make: remove redundant parameter for evaluating conditions
rillig
2021-12-28
make: constify cached_realpath
rillig
2021-12-27
make: rename eunlink to unlink_file
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: change return type of Compat_RunCommand from int to bool
rillig
2021-12-15
make: mark several functions whose result must be used
rillig
2021-12-13
make: fix memory leak when evaluating ${.SUFFIX} (since yesterday)
rillig
2021-12-12
Add .SUFFIXES as read-only variable.
sjg
2021-12-12
make: rename Parse_SetInput to Parse_PushInput
rillig
2021-09-12
make: fix lint warnings for strict bool mode
rillig
2021-08-14
make: rename variable and function for handling parse errors
rillig
2021-04-11
make: clean up remaining references to VarEvalFlags
rillig
2021-04-11
make: add types Substring and LazyBuf
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 a few functions to be more descriptive
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: change debug log for variable evaluation flags to lowercase
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-14
make: clean up FStr and MFStr memory in cleanup mode
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 Var_ValueDirect to GNode_ValueDirect
rillig
2021-02-04
make: group shortcuts for manipulating global variables
rillig
2021-02-04
make: rename Var_SetWithFlags to Var_SetExpandWithFlags
rillig
2021-02-04
make: rename Var_Set to Var_SetExpand
rillig
2021-02-03
make: rename Var_Delete to Var_DeleteExpand, Var_DeleteVar to Var_Delete
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
[next]