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
/
meta.c
Age
Commit message (
Expand
)
Author
2023-03-28
make: declare all common symbols in headers, unexport others
rillig
2023-02-28
Use inline function rather that macro BM
sjg
2023-02-25
meta.c: use macro to access job->bm
sjg
2023-02-14
make: clean up calls to Var_Subst
rillig
2022-09-28
Don't ignore return from snprintf or getcwd
sjg
2022-04-15
make: do not use __CONCAT and __STRING in meta_needed
rillig
2022-03-04
Fix some unused warnings
sjg
2022-02-09
make: remove redundant conditions
rillig
2022-02-08
Use a variable to store command line to be filtered.
sjg
2022-02-04
make: use unsigned int for line numbers everywhere
rillig
2022-01-27
Allow local variable assignments in dependency lines
sjg
2022-01-26
make: clean up eat_dots for meta mode, part 2
rillig
2022-01-26
make: clean up eat_dots for meta mode
rillig
2022-01-15
make: replace Var_Value with Var_Exists where applicable
rillig
2022-01-15
make: remove unnecessary functions for expanding variable names
rillig
2022-01-15
make: merge duplicate code for expanding variable expressions
rillig
2022-01-15
make: remove trailing whitespace in meta.c
rillig
2022-01-14
meta_cmd_cmp: use bool for once
sjg
2022-01-13
meta.c: add .MAKE.META.CMP_FILTER
sjg
2021-12-13
make: fix indentation in meta.c
rillig
2021-11-27
make: remove CONSTCOND comments, lint no longer needs them
rillig
2021-10-24
Do not ignore write failures.
sjg
2021-08-19
make: fix lint warning about strrchr discarding 'const'
rillig
2021-08-14
make: fix lint warning about strchr removing 'const'
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: replace enum bit-field with struct bit-field for VarEvalFlags
rillig
2021-02-22
make: remove freestanding freeIt variables
rillig
2021-02-05
Avoid strdup in mkTempFile
sjg
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-03
make: rename Var_Delete to Var_DeleteExpand, Var_DeleteVar to Var_Delete
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: replace Global_SetExpand with Global_Set for constant names
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-02-01
make: clean up comments
rillig
2021-01-16
make(1): fix a few inconsistencies for lint's strict bool mode
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): replace pointers in controlling conditions with booleans
rillig
2020-12-22
make(1): fix return type of macro DEBUG
rillig
2020-12-20
make(1): fix undefined behavior in meta_oodate
rillig
2020-12-20
make(1): reduce scope of cp in meta_oodate
rillig
2020-12-20
make(1): fix declared variable type in printCMDs
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
2020-12-13
make(1): replace %zu with %u in printf calls
rillig
2020-12-13
make(1): add str_basename to reduce duplicate code
rillig
2020-12-10
make(1): split JobFlags into separate fields
rillig
2020-12-05
make(1): remove unused parameter from meta_needed
rillig
2020-11-29
make(1): reduce memory allocation in meta_oodate
rillig
[next]