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
/
for.c
Age
Commit message (
Expand
)
Author
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-12
make: rename Parse_SetInput to Parse_PushInput
rillig
2021-12-12
make: rename ForLoop.sub_next to nextItem
rillig
2021-12-05
make: inline Str_Words into .for loop handling
rillig
2021-09-02
make: rename for_var_len to ExprLen
rillig
2021-09-02
make: inline strchr call, make ForLoop_SubstBody clearer
rillig
2021-09-01
make: remove optimization for single-letter .for variables
rillig
2021-06-25
make: prevent newline injection in .for loops
rillig
2021-06-24
make: sprinkle const
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-01
make(1): clean up variable names and comments in .for loop code
rillig
2021-01-30
make(1): split Buf_Destroy into Buf_Done and Buf_DoneData
rillig
2021-01-25
make(1): split For_Eval into separate functions
rillig
2021-01-25
make(1): extract ForLoop_New to separate function
rillig
2021-01-25
make(1): rename struct For to struct ForLoop
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2021-01-09
make(1): fix lint warnings
rillig
2020-12-31
make(1): fix undefined behavior in SubstVarLong
rillig
2020-12-31
make(1): make control flow in SubstVarLong of .for loops more obvious
rillig
2020-12-31
make(1): clean up SubstVarShort in .for loops
rillig
2020-12-31
make(1): move detailed comment to ForSubstBody
rillig
2020-12-31
make(1): extract ForSubstBody from ForReadMore
rillig
2020-12-31
make(1): rename ech to endc
rillig
2020-12-31
make(1): inline variable in ForReadMore
rillig
2020-12-31
make(1): clean up ForReadMore
rillig
2020-12-31
make(1): simplify termination condition for .for loop
rillig
2020-12-30
make(1): improve .for loop documentation, clean up ForReadMore
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-27
make(1): add error handling for .for loop items
rillig
2020-12-19
make(1): improve comments for .for loops
rillig
2020-12-19
make(1): rename ForIterate to ForReadMore
rillig
2020-12-15
make(1): indent for.c using tabs instead of spaces
rillig
2020-12-13
make(1): replace %zu with %u in printf calls
rillig
2020-12-12
make(1): remove const from function parameters
rillig
2020-11-07
make(1): clean up Buf_AddEscaped in .for loops
rillig
2020-11-07
make(1): make API of Buf_Init simpler
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-10-31
make(1): format #include directives consistently
rillig
2020-10-26
make(1): remove stray closing brace from comment
rillig
2020-10-26
make(1): clean up variable substitution in .for loops
rillig
2020-10-26
make(1): use consistent variable names in for.c
rillig
2020-10-25
make(1): clean up comments in .for handling
rillig
2020-10-25
make(1): use complete words in error message for .for loop
rillig
2020-10-25
make(1): extract code to see if a directive is a .for or .endfor
rillig
2020-10-25
make(1): rename local variable in For_Eval
rillig
2020-10-25
make(1): test funny character in .for variable names
rillig
2020-10-25
make(1): reduce memory allocation in .for loops
rillig
2020-10-25
make(1): use Words instead of Vector for the .for items
rillig
[next]