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
/
compat.c
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: change return type of Compat_RunCommand from int to bool
rillig
2021-11-28
make: fix a few lint warnings about type mismatch in enum comparisons
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-04-27
add const
christos
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: when exiting due to an error, print graph information
rillig
2021-02-01
make: always use vfork, never fork
rillig
2021-01-19
make(1): remove do-not-format markers from comments
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-27
make(1): re-export variables from the actual make process
rillig
2020-12-20
make(1): omit linear search for command in Compat_RunCommand
rillig
2020-12-13
make(1): fix .ERROR_TARGET in compat -k mode (since 2010-04-07)
rillig
2020-12-13
make(1): document variable expansion in the .END node
rillig
2020-12-13
fix comment
christos
2020-12-13
make(1): add comments for strange error handling in Compat_Run
rillig
2020-12-13
make(1): extract InitSignals from Compat_Run
rillig
2020-12-13
make(1): extract MakeBeginNode from Compat_Run
rillig
2020-12-13
make(1): extract UseShell from Compat_RunCommand
rillig
2020-12-12
make(1): rename Var_ExportVars to Var_ReexportVars
rillig
2020-12-12
make(1): remove const from function parameters
rillig
2020-12-12
make(1): inline Targ_Ignore and Targ_Silent
rillig
2020-12-10
make(1): split JobFlags into separate fields
rillig
2020-12-07
make(1): fix wrong exit status for multiple failed main targets
rillig
2020-12-07
make(1): add test for wrong exit status 0 after failed targets with -k
rillig
2020-12-07
make(1): merge local variables in Compat_Run
rillig
2020-12-07
make(1): clean up Compat_Run
rillig
2020-12-07
make(1): don't make .END if the main targets already failed
rillig
2020-12-07
make(1): fix exit status in -k mode if a dependency fails
rillig
2020-12-06
make(1): refactor Compat_Run to show the error condition more clearly
rillig
2020-12-06
make(1): refactor error handling in Compat_Run
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 memory allocation for GNode.parents and GNode.children
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-24
make(1): fix error handling for .BEGIN dependency in -k mode
rillig
2020-11-24
make(1): fix error handling for dependency of .END in -k mode
rillig
2020-11-24
make(1): document the enum GNodeMade
rillig
2020-11-24
make(1): move documentation about the result of Compat_Make
rillig
2020-11-24
make(1): fix missing "Stop." after failed .END node in -k mode
rillig
2020-11-23
make(1): use comparisons in boolean expressions
rillig
2020-11-23
make(1): indent compat.c with tabs instead of spaces
rillig
2020-11-23
make(1): split Compat_Make into smaller functions
rillig
2020-11-23
make(1): extract DebugFailedTarget from Compat_RunCommand
rillig
[next]