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
/
suff.c
Age
Commit message (
Expand
)
Author
2023-02-14
make: clean up calls to Var_Subst
rillig
2023-02-14
make: reduce complexity of evaluating expressions
rillig
2022-03-04
Fix some unused warnings
sjg
2022-03-03
make: improve comments and a parameter name
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-01
make: remove redundant comments from ParseDependencySourceSpecial
rillig
2021-12-28
make: extract OP_NOTARGET into separate function
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: use consistent indentation for statements and continuations
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-09
make: remove period from end of error messages and warnings
rillig
2021-11-28
make: move duplicate function Buf_AddFlag to buf.c
rillig
2021-11-28
make: inline SuffixFlags_ToString into Suffix_Print
rillig
2021-11-28
make: inline SuffixFlags into the Suffix itself
rillig
2021-11-28
make: replace bloated bit-set-to-string code with simple code
rillig
2021-07-31
make: fix lint warnings
rillig
2021-04-04
make: rename a few functions to be more descriptive
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-23
make: improve error message for unclosed modifier
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename context and ctxt to scope
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-01-30
make(1): reduce boilerplate for printing bit sets in debug mode
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-23
make(1): rename local variable in FindCmds
rillig
2021-01-23
make(1): remove the remaining beasts from the comments
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-10
make(1): consistently use boolean expressions in conditions
rillig
2021-01-09
make(1): fix lint warnings
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-20
make(1): return FStr from Var_Parse
rillig
2020-12-18
make(1): spell nonexistent consistently
rillig
2020-12-13
make(1): add str_basename to reduce duplicate code
rillig
2020-12-07
make(1): actually fix the use-after-free bug and the double-free
rillig
2020-12-07
make(1): fix use-after-free in -DDEBUG_SRC mode (since 2020-11-22)
rillig
2020-12-06
make(1): inline macros for debug logging
rillig
2020-12-05
make(1): define constants for enum zero-values
rillig
2020-12-05
make(1): extract ExpandChildrenRegular from ExpandChildren
rillig
2020-12-05
make(1): indent suff.c with tabs instead of spaces
rillig
2020-11-29
make(1): reduce memory allocation for dirSearchPath
rillig
2020-11-29
make(1): reduce memory allocations in suffix storage
rillig
2020-11-29
make(1): reduce memory allocations in suffix handling
rillig
2020-11-29
make(1): reduce memory allocation in ExpandWildcards for suffixes
rillig
2020-11-29
make(1): reduce memory allocation in ExpandChildren for suffixes
rillig
[next]