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
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
2020-11-29
make(1): reduce memory allocation in meta mode
rillig
2020-11-29
make(1): use space instead of tab for preprocessor directives
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-28
make(1): rename parameter in meta_needed and meta_create
rillig
2020-11-28
make(1): fix local variable name in meta_create
rillig
2020-11-27
make(1): inline meta_file_t for printCMD
rillig
2020-11-27
make(1): inline Lst_ForEachUntil in meta mode
rillig
2020-11-23
make(1): remove redundant null check from meta_needed
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-15
make(1): clean up make.h, meta.c, parse.c, str.c
rillig
2020-11-14
make(1): remove redundant struct make_stat
rillig
2020-11-14
make(1): remove redundant parameter from str2Lst_Append
rillig
2020-11-08
make(1): use strict typing in conditions of the form !var
rillig
2020-11-07
make(1): fix inconsistent indentation after #ifdef
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): remove mistyped extern variable
rillig
[next]