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
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
2020-10-25
make(1): remove unnecessary type ForVar
rillig
2020-10-25
make(1): compute escaping flags for .for values when needed
rillig
2020-10-25
make(1): extract GetEscapes from For_Eval
rillig
2020-10-25
make(1): extract SubstVarShort from ForIterate
rillig
2020-10-25
make(1): extract SubstVarLong from ForIterate
rillig
2020-10-25
make(1): use Vector instead of strlist_t for expanding .for loops
rillig
2020-10-25
make(1): clean up code for handling .for loops
rillig
2020-10-18
make(1): add tags to enum types
rillig
2020-10-05
make(1): make dir.c, for.c and hash.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-03
make(1): use consistent pattern for parsing whitespace
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-27
make(1): rename Buf_Size to Buf_Len
rillig
2020-09-25
make(1): add tags to some of the unnamed structs
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
2020-09-14
make(1): inline character constants in var.c
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-09-12
make(1): fix inconsistent code indentation
rillig
2020-09-12
make(1): use proper return type for For_Accum
rillig
2020-09-12
make(1): update the comment about .for loops to match the code
rillig
2020-09-11
make(1): add wrappers around ctype.h functions
rillig
2020-09-07
make(1): save a strlen call in ForIterate
rillig
2020-09-07
make(1): constify local variables in ForIterate
rillig
[prev]
[next]