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
Age
Commit message (
Expand
)
Author
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: use consistent indentation for statements and continuations
rillig
2021-12-15
make: remove redundant comments for multiple-inclusion guards
rillig
2021-12-15
make: remove space after ':' in bit-field declarations
rillig
2021-12-15
make: remove bmake_free
rillig
2021-12-15
make: in CLEANUP mode, free interned strings at the very end
rillig
2021-12-15
make: in ParseDependencyCheckSpec, move default branch to the bottom
rillig
2021-12-15
make: change return type of HashTable_Set to void
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-15
make: prevent memory leaks from buffers
rillig
2021-12-14
make: condense repetetive code in ParseDirective
rillig
2021-12-14
tests/make: disable test that behaves differently in ATF
rillig
2021-12-14
make: remove dead code for handling traditional include directives
rillig
2021-12-14
tests/make: test traditional include directive
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
tests/make: extend tests for parsing makefiles
rillig
2021-12-13
make: convert debugging flags from enum to bit-field
rillig
2021-12-13
make: condense CondParser_ComparisonOp
rillig
2021-12-13
make: fix memory leak when parsing '.if ${expr}' (since 2004-04-13)
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 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: fix indentation in meta.c
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-13
make: fix memory leak in IncludeFile
rillig
2021-12-12
make: in Arch_ParseArchive, rename libName to lib
rillig
2021-12-12
make: remove unused type MFStr
rillig
2021-12-12
make: in Arch_ParseArchive, replace MFStr with FStr
rillig
2021-12-12
make: use simpler memory management for parsing archive members
rillig
2021-12-12
tests/make: test and document the newly added "variable" .SUFFIXES
rillig
2021-12-12
Add .SUFFIXES as read-only variable.
sjg
2021-12-12
ParseVarnameLong: minimize calls to LazyBuf_Get
sjg
2021-12-12
make: rename Parse_SetInput to Parse_PushInput
rillig
2021-12-12
make: remove unused loadedfile.path
rillig
2021-12-12
make: rename ForLoop.sub_next to nextItem
rillig
2021-12-12
make: fix memory leak in LazyBuf
rillig
[next]