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
/
cond.c
Age
Commit message (
Expand
)
Author
2020-11-10
make(1): remove unreachable code from CondParser_String
rillig
2020-11-10
make(1): fix error message when parsing unknown .if (since 2005-05-01)
rillig
2020-11-10
make(1): add tests for parsing conditionals, document a parsing bug
rillig
2020-11-10
make(1): document ParseEmptyArg
rillig
2020-11-10
make(1): remove unnecessary NULL marker from functions list
rillig
2020-11-09
make(1): document handling of '#' and '\n' in conditionals
rillig
2020-11-08
make(1): in lint mode, only allow '&&' and '||', not '&' and '|'
rillig
2020-11-08
make(1): extract CondParser_Func from CondParser_LeafToken
rillig
2020-11-08
make(1): inline strchr call in CondParser_LeafToken
rillig
2020-11-08
make(1): rename CondParser_Func to CondParser_LeafToken
rillig
2020-11-08
make(1): fix type mismatch between int and Token
rillig
2020-11-08
make(1): improve local variable name in EvalNotEmpty
rillig
2020-11-08
make(1): improve variable names in EvalNotEmpty
rillig
2020-11-08
make(1): rename local variable in CondParser_String
rillig
2020-11-08
make(1): clean up TryParseNumber in conditions
rillig
2020-11-08
make(1): clean up FuncExists
rillig
2020-11-08
make(1): clean up code related to VarEvalFlags
rillig
2020-11-08
make(1): clean up VarEvalFlags in the calls to Var_Parse and Var_Subst
rillig
2020-11-07
make(1): clean up CondParser_Comparison
rillig
2020-11-07
make(1): reword condition in CondParser_String
rillig
2020-11-07
make(1): fix type mismatch between Boolean and Token
rillig
2020-11-07
make(1): fix type mismatch in If_Eval
rillig
2020-11-07
make(1): add test for parse error in function defined()
rillig
2020-11-07
make(1): add test for parse error in condition using empty()
rillig
2020-11-07
make(1): make API of Buf_Init simpler
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-11-06
make(1): merge duplicate code for skipping horizontal whitespace
rillig
2020-11-06
make(1): fix tests directive-ifmake and varcmd with custom boolean
rillig
2020-11-05
make(1): remove redundant parentheses from sizeof operator
rillig
2020-11-02
make(1): remove word "Ptr" from variable names
rillig
2020-10-30
make(1): change char * to void * in Var_Value
rillig
2020-10-30
make(1): clean up is_separator
rillig
2020-10-30
make(1): fix parse error in string literal in conditional
rillig
2020-10-30
make(1): rename VAR_CMD to VAR_CMDLINE
rillig
2020-10-26
make(1): group the command line options and arguments
rillig
2020-10-24
make(1): clean up comments in cond.c
rillig
2020-10-23
make(1): negate OP_NOP and rename it to GNode_IsTarget
rillig
2020-10-23
make(1): inline CondFindStrMatch into FuncMake
rillig
2020-10-22
make(1): remove redundant type casts
rillig
2020-10-18
make(1): add tags to enum types
rillig
2020-10-17
make(1): fix indentation
rillig
2020-10-05
make(1): make cond.c ready for WARNS=6, part 2
rillig
2020-10-05
make(1): make cond.c ready for WARNS=6
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): fix test for .ifndef when compiled with -DUSE_UCHAR_BOOLEAN
rillig
2020-10-03
make(1): use consistent pattern for parsing whitespace
rillig
2020-10-01
make(1): remove redundant function prototypes
rillig
2020-09-28
make(1): replace += 1 with ++ and -= 1 with --
rillig
2020-09-28
make(1): make debugging code shorter
rillig
[prev]
[next]