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
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
2021-02-02
make: remove overengineered Enum_ValueToString
rillig
2021-02-01
make: remove outdated comment about VarEvalFlags
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2020-12-28
make(1): replace global preserveUndefined with VARE_KEEP_UNDEF
rillig
2020-12-27
make(1): remove unnecessary VPR_ERR_SILENT
rillig
2020-12-27
make(1): clean up VarParseResult constants
rillig
2020-12-27
make(1): remove unnecessary VPR_UNKNOWN for error handling
rillig
2020-12-27
make(1): align names of VarExportMode with the directives
rillig
2020-12-22
make(1): allow .undef to undefine multiple variables at once
rillig
2020-12-20
make(1): omit linear search for command in Compat_RunCommand
rillig
2020-12-20
make(1): remove constant parameter from MakeMode
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
2020-12-20
make(1): return FStr from Var_Parse
rillig
2020-12-20
make(1): export FStr and MFStr
rillig
2020-12-19
make(1): extract Var_DeleteVar from Var_Delete
rillig
2020-12-19
make(1): extract Var_Undef from ParseDirective
rillig
2020-12-18
make(1): constify Targ_FmtTime
rillig
2020-12-15
make(1): indent nonints.h and util.c with tabs instead of spaces
rillig
[next]