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
/
parse.c
Age
Commit message (
Expand
)
Author
2023-06-23
make: sync a comment with reality
rillig
2023-06-21
make: skip a file protected by a multiple-inclusion guard more often
rillig
2023-06-20
make: allow targets to be used as multiple-inclusion guards
rillig
2023-06-19
make: clean up code for skipping files with multiple-inclusion guard
rillig
2023-06-19
make: if a makefile is protected by a guard, only include it once
rillig
2023-06-01
make: error out on a .break directive with arguments
rillig
2023-05-10
make: don't print null filename in stack traces
rillig
2023-05-10
make: clean up comments
rillig
2023-02-15
make: inline macros for variable names
rillig
2023-02-15
make: inline macro for variable name ".MAKE.EXPORTED"
rillig
2023-02-14
make: clean up calls to Var_Subst
rillig
2023-02-14
make: reduce complexity of evaluating expressions
rillig
2023-01-24
make: .SYSPATH: to add dirs to sysIncPath
sjg
2023-01-23
make: .[NO]READONLY for control of read-only variables
sjg
2023-01-03
make: add more details to warning 'Extra targets ignored'
rillig
2022-10-01
make: use consistent variable names in parser
rillig
2022-09-27
make: set WARNS to 6, from the default 5
rillig
2022-09-24
make: clean up tracking of depth of nested .if directives
rillig
2022-09-24
make: only access the list of included files if it is non-empty
rillig
2022-09-24
make: fix variable and function names relating to .if nesting
rillig
2022-09-23
Cond_reset_depth just use cond_min_depth
sjg
2022-09-03
make: clean up handling of .break in .for loops
rillig
2022-09-02
make: add .break to terminate .for loop early
sjg
2022-07-24
make: fix out-of-bounds read when parsing an invalid line
rillig
2022-06-12
make: reorganize Parse_Error
rillig
2022-06-11
make: fix memory leak in wildcard targets and sources
rillig
2022-06-11
make: separate cases in HandleDependencyTargetMundane
rillig
2022-06-11
make: extract HandleSingleDependencyTargetMundane
rillig
2022-06-11
make: remove redundant include for stdint.h
rillig
2022-06-10
make: rename loadfile to LoadFile
rillig
2022-06-10
make: split IncludeFile into separate functions
rillig
2022-06-10
make: extract half of IncludeFile into a separate function
rillig
2022-06-10
make: condense code for searching a file in the paths
rillig
2022-05-07
make: fix off-by-one error in buffer for .WAIT nodes
rillig
2022-04-18
Comment on interaction of posix.mk with[out] -r
sjg
2022-04-18
make: only switch to POSIX mode if '.POSIX:' is the first line
rillig
2022-03-25
Include posix.mk when .POSIX: first encountered
sjg
2022-03-03
make: improve comments and a parameter name
rillig
2022-02-09
make: remove redundant conditions
rillig
2022-02-09
make: fix mistakes, spelling and typos in comments and manual page
rillig
2022-02-09
make: clean up variable names
rillig
2022-02-07
make: remove stray empty line
rillig
2022-02-05
Ensure Parse_IsVar does not step off the end of input string.
sjg
2022-02-04
make: use unsigned int for line numbers everywhere
rillig
2022-01-29
make: for recursive variables in commands, print location
rillig
2022-01-29
make: print stack trace on fatal errors
rillig
2022-01-29
make: inline functions that have a single call site
rillig
2022-01-27
make: remove trailing whitespace, break lines
rillig
2022-01-27
Allow local variable assignments in dependency lines
sjg
2022-01-22
make: add missing newline after "cannot continue" message
rillig
[next]