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
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
2022-01-22
make: clean up comments
rillig
2022-01-20
make: fix filename in warning about duplicate script (since 2018-12-22)
rillig
2022-01-16
make: condense code in Parse_IsVar
rillig
2022-01-15
make: use islower for parsing directives
rillig
2022-01-15
make: merge duplicate code for expanding variable expressions
rillig
2022-01-09
make: add missing printflike annotations to parse.c
rillig
2022-01-09
make: in Cmd_Exec, return error message instead of format string
rillig
2022-01-09
make: fix use-after-free in -dp mode (since yesterday)
rillig
2022-01-09
make: remove redundant lines from stack traces
rillig
2022-01-09
make: in ApplyDependencySourceWait, align variable type with %u
rillig
2022-01-08
make: add details about .for loop variables to stack traces
rillig
2022-01-08
make: fix stack traces in -dp mode (since 2021-01-26)
rillig
2022-01-08
make: reduce confusing code in ParseForLoop
rillig
2022-01-08
make: fix line number in debug log after returning from a file
rillig
2022-01-08
make: return early from SkipIrrelevantBranches
rillig
2022-01-08
make: fix reported line numbers of continuation lines (since 2002)
rillig
2022-01-08
make: constify UnescapeBackslash, fix typo in comment
rillig
2022-01-07
make: remove redundant condition in ParseRawLine
rillig
2022-01-07
make: rename local variable in ParseRawLine
rillig
2022-01-07
make: condense UnescapeBackslash
rillig
2022-01-07
make: in loadfile, use simpler magic numbers
rillig
2022-01-07
make: have as few statements as possible between va_start and va_end
rillig
2022-01-07
make: remove redundant function parameter in suffix handling
rillig
2022-01-07
make: merge duplicate variables for the main target
rillig
[next]