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.c
Age
Commit message (
Expand
)
Author
2023-02-14
make: clean up calls to Var_Subst
rillig
2022-12-05
make: inline local macro in GNodeFlags_ToString
rillig
2022-09-27
make: set WARNS to 6, from the default 5
rillig
2022-08-17
make: fix exit status for '-q' (since 1994)
rillig
2022-05-07
make: allow to randomize build order of targets
rillig
2022-05-07
make: inline MakeBuildParent
rillig
2022-05-07
make: inline make_abort, improve error details
rillig
2022-01-09
make: use consistent variable names for varargs
rillig
2022-01-08
make: remove redundant braces
rillig
2021-12-27
make: remove unnecessary words from command line options
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-11-28
make: fix a few lint warnings about type mismatch in enum comparisons
rillig
2021-11-28
make: move duplicate function Buf_AddFlag to buf.c
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-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-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-02
make: remove unused INTERNAL flag
rillig
2021-02-02
make: remove overengineered Enum_ValueToString
rillig
2021-02-01
make: remove unused return type of MakeBuildParent
rillig
2021-02-01
make: reduce indentation in MakeAddAllSrc
rillig
2021-01-30
make(1): reduce boilerplate for printing bit sets in debug mode
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-19
make(1): rename parameter line to lineno
rillig
2020-12-18
make(1): spell nonexistent consistently
rillig
2020-12-18
make(1): use symbolic time for 0 in Make_Recheck
rillig
2020-12-15
make(1): indent make.c with tabs instead of spaces
rillig
2020-12-15
make(1): extract MakeChildren from MakeStartJobs
rillig
2020-12-06
make(1): remove comment decoration
rillig
2020-11-28
make(1): reduce memory allocation for toBeMade
rillig
2020-11-28
make(1): reduce memory allocation in Make_ProcessWait
rillig
2020-11-28
make(1): reduce memory allocation in Make_ExpandUse
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.implicitParents
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.cohorts
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.order_pred and order_succ
rillig
2020-11-28
make(1): reduce memory allocation for GNode.parents and GNode.children
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-27
make(1): inline Lst_ForEachUntil in meta mode
rillig
2020-11-24
make(1): indent some functions in make.c with tabs instead of spaces
rillig
2020-11-24
make(1): remove void pointers from MakeBuildParent
rillig
2020-11-24
make(1): inline Lst_ForEachUntil in Make_Update
rillig
2020-11-24
make(1): remove void pointers from MakeBuildChild
rillig
2020-11-24
make(1): inline Lst_ForEachUntil in MakeStartJobs
rillig
2020-11-24
make(1): inline Lst_ForEachUntil in MakeBuildChild
rillig
2020-11-24
make(1): add high-level API for GNode.made
rillig
2020-11-21
make(1): fix indentation in Make_HandleUse
rillig
[next]