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
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
2020-11-15
make(1): clean up coding style in compat, parse, suff
rillig
2020-11-14
make(1): clean up Job_Touch
rillig
2020-11-08
make(1): rename Make_OODate to GNode_IsOODate
rillig
2020-11-08
make(1): rename Make_TimeStamp to GNode_UpdateYoungestChild
rillig
2020-11-07
make(1): clean up Compat_Make
rillig
2020-11-07
make(1): clean up Compat_RunCommand
rillig
2020-11-07
make(1): replace switch with if-else chain in Compat_RunCommand
rillig
2020-11-07
make(1): omit redundant bitwise or in Compat_Make
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-11-02
make(1): clean up CompatDeleteTarget and CompatInterrupt
rillig
2020-11-01
make(1): negate NoExecute to GNode_ShouldExecute
rillig
2020-10-31
make(1): remove unused code from needshell
rillig
2020-10-31
make(1): do not look up local variables like .TARGET anywhere else
rillig
2020-10-30
make(1): change char * to void * in Var_Value
rillig
2020-10-26
make(1): group the command line options and arguments
rillig
2020-10-24
make(1): clean up code style in compat.c
rillig
2020-10-23
make(1): rename GNode.cmgn to youngestChild
rillig
2020-10-18
make(1): replace execError with execDie
rillig
2020-10-05
make(1): revert previous commit
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-05
make(1): clean up compat.c
rillig
2020-10-03
make(1): clean up #include sections
rillig
2020-10-01
make(1): remove redundant function prototypes
rillig
2020-10-01
make(1): add note about "..." with duplicate shell commands
rillig
2020-09-28
make(1): replace += 1 with ++ and -= 1 with --
rillig
2020-09-28
make(1): make debug logging simpler
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-27
make(1): inline Lst_ForEachUntil in Compat_Make
rillig
2020-09-27
make(1): rename local variable in MakeNodes
rillig
2020-09-27
make(1): make parameter of Compat_RunCommand const
rillig
2020-09-26
make(1): inline Lst_ForEachUntil in Compat_Make
rillig
2020-09-26
make(1): clean up API for finding and creating GNodes
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-23
make(1): fix assertion failure in -j mode with .END node
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
[prev]
[next]