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
/
var.c
Age
Commit message (
Expand
)
Author
2022-02-04
make: use fixed type for comparing numbers using the modifier ':On'
rillig
2022-01-29
make: for recursive variables in commands, print location
rillig
2022-01-29
make: inline functions that have a single call site
rillig
2022-01-27
Allow local variable assignments in dependency lines
sjg
2022-01-24
tests/make: demonstrate that the 'static' in Var_Parse has an effect
rillig
2022-01-24
make: remove unsatisfiable condition in VarSubstExpr
rillig
2022-01-24
make: when expanding nested variables, check simple things first
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: shorten ApplyModifier_Assign
rillig
2022-01-08
make: inline Buf_Clear
rillig
2022-01-08
make: rename is_shell_metachar, fix character conversion warning
rillig
2022-01-07
make: clean up comments, variable names, function names
rillig
2022-01-07
make: merge calls to ApplyModifier_Time
rillig
2022-01-07
make: merge duplicate code for modifiers 'gmtime' and 'localtime'
rillig
2022-01-07
make: clean up variable modifiers 'gmtime' and 'localtime'
rillig
2021-12-30
make: condense code in ApplyModifier_Assign
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-15
make: amend leftover cleanups from the previous commits
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: remove space after ':' in bit-field declarations
rillig
2021-12-13
make: fix memory leak when parsing a variable name
rillig
2021-12-13
make: reduce memory allocation in modifier ':?'
rillig
2021-12-13
make: reduce memory allocations in modifier ':C'
rillig
2021-12-13
make: condense RegexReplace for the modifier ':C'
rillig
2021-12-13
make: in the modifier ':C', don't call strlen unnecessarily
rillig
2021-12-13
make: extract RegexReplaceBackref from RegexReplace
rillig
2021-12-13
make: merge duplicate code for memory handling in Var_Parse
rillig
2021-12-13
make: fix remaining memory leak for .SUFFIXES (since yesterday)
rillig
2021-12-13
make: distinguish between short-lived and environment variables
rillig
2021-12-13
make: rename VarFreeEnv to VarFreeShortLived
rillig
2021-12-13
make: clean up code for freeing short-lived variables
rillig
2021-12-13
make: fix memory leak when evaluating ${.SUFFIXES} (since yesterday)
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
ParseVarnameLong: minimize calls to LazyBuf_Get
sjg
2021-12-11
make: inline ParseEmptyArg into CondParser_FuncCallEmpty
rillig
2021-12-09
make: in parse errors, mark whitespace more clearly
rillig
2021-12-09
make: remove period from end of error messages and warnings
rillig
2021-12-07
make: merge branches for modifiers ':D' and ':U'
rillig
2021-12-07
make: extract common code into Expr_Words
rillig
2021-12-06
make: move low-level implementation details out of Var_Parse
rillig
2021-12-06
make: extract common code into Expr_Str
rillig
2021-12-05
make: fix types for modifier ':O' (since today)
rillig
2021-12-05
make: fix use-after-free in modifier ':@'
rillig
2021-12-05
make: save a memory allocation in each modifier ':O' and ':u'
rillig
2021-12-05
make: save a memory allocation in the modifier ':[...]'
rillig
2021-12-05
make: save a memory allocation in the modifier ':[...]'
rillig
[prev]
[next]