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.h
Age
Commit message (
Expand
)
Author
2022-06-12
make: reorganize Parse_Error
rillig
2022-05-07
make: allow to randomize build order of targets
rillig
2022-05-07
make: rename Compat_Run to Compat_MakeAll
rillig
2022-04-18
make: only switch to POSIX mode if '.POSIX:' is the first line
rillig
2022-03-26
make: prefer 'long long' over 'long' on 32-bit C99 platforms
rillig
2022-02-05
make: improve C90 support
rillig
2022-02-04
make: use unsigned int for line numbers everywhere
rillig
2022-01-31
make: make DEBUG0 simpler
rillig
2022-01-30
Make the GNode lineno unsigned to fix lint warning in var.c calling
christos
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
Allow local variable assignments in dependency lines
sjg
2022-01-23
make: merge nonints.h into make.h
rillig
2022-01-15
make: use islower for parsing directives
rillig
2022-01-09
make: extract low-level character operations into utility function
rillig
2022-01-07
make: merge duplicate variables for the main target
rillig
2022-01-07
make: rename and inline Targ_Precious
rillig
2022-01-07
make: rename IFile and its fields to match their actual content
rillig
2021-12-29
make: merge duplicate types CondEvalResult and CondResult
rillig
2021-12-29
make: merge duplicate enum constants for CondEvalResult and CondResult
rillig
2021-12-29
make: merge types CondResult and CondEvalResult
rillig
2021-12-28
make: do not treat .USEBEFORE as candidate for the main target
rillig
2021-12-28
make: extract OP_NOTARGET into separate function
rillig
2021-12-27
make: remove unnecessary words from command line options
rillig
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: remove redundant comments for multiple-inclusion guards
rillig
2021-12-15
make: remove space after ':' in bit-field declarations
rillig
2021-12-15
make: mark several functions whose result must be used
rillig
2021-12-15
make: prevent memory leaks from buffers
rillig
2021-12-13
make: convert debugging flags from enum to bit-field
rillig
2021-12-13
make: fix memory leak for filenames in .for loops (since 2013-06-18)
rillig
2021-11-28
make: fix a few lint warnings about type mismatch in enum comparisons
rillig
2021-11-28
make: fix leftover typo from previous refactoring
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-11-27
make: remove CONSTCOND comments, lint no longer needs them
rillig
2021-09-12
make: error out if a pre-C99 platform defines bool in some cases
rillig
2021-07-31
make: fix lint warnings
rillig
2021-06-21
make: document where to find tests for the dependency lines
rillig
2021-04-14
make: let the compiler decide whether to inline string functions
rillig
2021-04-11
make: add types Substring and LazyBuf
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-03
make: revert accidental change from the previous commit
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
Avoid strdup in mkTempFile
sjg
2021-02-05
make: improve documentation about variable scopes
rillig
2021-02-04
make: rename Var_ValueDirect to GNode_ValueDirect
rillig
[next]