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
/
make.h
Age
Commit message (
Expand
)
Author
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-13
make: convert debugging flags from enum to bit-field
rillig
2021-12-13
make: fix memory leak for filenames in .for loops (since 2013-06-18)
rillig
2021-11-28
make: fix a few lint warnings about type mismatch in enum comparisons
rillig
2021-11-28
make: fix leftover typo from previous refactoring
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-11-28
make: replace bloated bit-set-to-string code with simple code
rillig
2021-11-27
make: remove CONSTCOND comments, lint no longer needs them
rillig
2021-09-12
make: error out if a pre-C99 platform defines bool in some cases
rillig
2021-07-31
make: fix lint warnings
rillig
2021-06-21
make: document where to find tests for the dependency lines
rillig
2021-04-14
make: let the compiler decide whether to inline string functions
rillig
2021-04-11
make: add types Substring and LazyBuf
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-03
make: revert accidental change from the previous commit
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
Avoid strdup in mkTempFile
sjg
2021-02-05
make: improve documentation about variable scopes
rillig
2021-02-04
make: rename Var_ValueDirect to GNode_ValueDirect
rillig
2021-02-04
make: rename context and ctxt to scope
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-02
make: remove unused INTERNAL flag
rillig
2021-02-01
make: clean up comments
rillig
2021-02-01
make: indent preprocessor directives consistently
rillig
2021-02-01
make: always use vfork, never fork
rillig
2021-02-01
make: use bit shifts in enum constants for GNodeFlags
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-21
make(1): merge duplicate code in Parse_MainName
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-16
make(1): fix a few inconsistencies for lint's strict bool mode
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-28
make(1): replace global preserveUndefined with VARE_KEEP_UNDEF
rillig
2020-12-23
make(1): fix lint warnings for constant condition in DEBUG calls
rillig
2020-12-23
make(1): fix MAKE_RCSID for lint mode
rillig
2020-12-23
make(1): rename CmdOpts.lint to strict
rillig
2020-12-22
make(1): fix return type of macro DEBUG
rillig
2020-12-18
make(1): support using C99 bool for Boolean
rillig
2020-12-13
make(1): constify progname
rillig
2020-12-11
make(1): clean up comments for command line options
rillig
2020-12-06
make(1): clean up macros for debug logging
rillig
2020-12-05
make(1): define constants for enum zero-values
rillig
2020-11-29
make(1): use space instead of tab for preprocessor directives
rillig
2020-11-29
make(1): reduce memory allocation for dirSearchPath
rillig
2020-11-28
make(1): reduce memory allocation for CmdOpts.create
rillig
2020-11-28
make(1): reduce memory allocation in CmdOpts.variables
rillig
2020-11-28
make(1): reduce memory allocation in CmdOpts.makefiles
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.implicitParents
rillig
[prev]
[next]