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
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-28
make(1): fix type of local variable in ParseMessage
rillig
2020-11-28
make(1): rename local variable in ParseFindKeyword
rillig
2020-11-23
make(1): use comparisons in boolean expressions
rillig
2020-11-23
make(1): use properly typed comparisons in boolean contexts
rillig
2020-11-23
make(1): align end-of-line comments with tabs
rillig
2020-11-22
make(1): add another unit test for suffix handling
rillig
2020-11-22
make(1): add debug logging for setting and resetting the main target
rillig
2020-11-22
make(1): use canonical character comparison in ParseDoDependencyTargets
rillig
2020-11-20
make(1): make string iterator in ParseDependencyTargetWord const
rillig
2020-11-20
make(1): fix local variable name in ParseDoDependencyTargets
rillig
2020-11-16
make(1): rename Targ_NewGN to GNode_New
rillig
2020-11-15
make(1): clean up coding style in compat, parse, suff
rillig
2020-11-15
make(1): clean up make.h, meta.c, parse.c, str.c
rillig
2020-11-14
make(1): clean up comment above ParseDoDependencyTargetSpecial
rillig
2020-11-14
make(1): rename DEFAULT to defaultNode
rillig
2020-11-12
Pass a writable flag to Main_SetObjdir to control writable check
sjg
2020-11-08
make(1): move lint option away from the debug flags
rillig
2020-11-08
make(1): clean up code related to VarEvalFlags
rillig
2020-11-08
make(1): rename VARE_ASSIGN to VARE_KEEP_DOLLAR
rillig
2020-11-08
make(1): use strict typing in conditions of the form !var
rillig
2020-11-08
make(1): inline strncmp in Parse_IsVar
rillig
2020-11-07
make(1): replace strstr in ParseMaybeSubMake with optimized code
rillig
2020-11-07
make(1): remove redundant empty lines from parse.c
rillig
2020-11-07
make(1): clean up parse.c
rillig
2020-11-07
make(1): add pp_skip_hspace to skip horizontal whitespace during parsing
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-11-05
make(1): remove redundant parentheses from sizeof operator
rillig
2020-11-04
make(1): align comments on a few commonly used variables
rillig
2020-11-04
make(1): fix indentation in parse.c
rillig
2020-11-04
make(1): negate discardUndefined to preserveUndefined
rillig
2020-11-04
make(1): rename oldVars to discardUndefined
rillig
2020-11-02
make(1): fix undefined behavior in Parse_IsVar
rillig
2020-11-02
make(1): document undefined behavior in Parse_IsVar
rillig
2020-11-01
make(1): in lint mode, exit with error status on errors
rillig
2020-10-31
make(1): clean up StrContainsWord
rillig
2020-10-31
make(1): fix out-of-bounds pointer in ParseTrackInput
rillig
2020-10-31
make(1): improve local variable name in ParseTrackInput
rillig
2020-10-31
make(1): fix off-by-one bug in ParseTrackInput (since 2015-11-26)
rillig
2020-10-31
make(1): document local variable in parse.c more precisely
rillig
2020-10-31
make(1): extract loadedfile_mmap from loadfile
rillig
2020-10-30
make(1): change char * to void * in Var_Value
rillig
2020-10-30
make(1): fix indentation in source code
rillig
2020-10-30
make(1): rename VAR_CMD to VAR_CMDLINE
rillig
2020-10-29
make(1): move comment from Parse_DoVar to Parse_IsVar
rillig
2020-10-28
make(1): rename defIncPath to defSysIncPath
rillig
2020-10-28
make(1): merge curFile into includes
rillig
2020-10-28
make(1): rename predecessor to order_pred
rillig
2020-10-28
make(1): sort ParseSpecial alphabetically
rillig
2020-10-28
make(1): remove unused, undocumented .NOEXPORT
rillig
[prev]
[next]