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
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
2020-10-31
make(1): make memory allocation simpler in meta_create and meta_oodate
rillig
2020-10-31
make(1): do not look up local variables like .TARGET anywhere else
rillig
2020-10-31
make(1): fix indentation in source code
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-25
make(1): add GNode_Path to access the path of a GNode
rillig
2020-10-24
make(1): inline Lst_Find in meta_oodate
rillig
2020-10-24
make(1): make Lst_RemoveIf simpler in meta_oodate
rillig
2020-10-24
make(1): remove redundant parameter from meta_name
rillig
2020-10-19
make(1): inline simple Lst getters
rillig
2020-10-19
make(1): remove void pointers from printCMD
rillig
2020-10-18
make(1): rename Lst_Init to Lst_New
rillig
2020-10-18
make(1): prepare for WARNS=6
rillig
2020-10-18
make(1): replace execError with execDie
rillig
2020-09-28
make(1): make debug logging simpler
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-26
make(1): inline and remove LstNode_Prev and LstNode_Next
rillig
2020-09-24
make(1): migrate printCMD in meta mode to Lst_ForEach
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
2020-09-21
make(1): add specific typedefs for lists
rillig
2020-09-12
make(1): fix inconsistent code indentation
rillig
2020-09-02
make(1): reduce number of stat fields returned by cached_stat
rillig
2020-08-30
make(1): rename Lst_Datum to LstNode_Datum
rillig
2020-08-29
make(1): trust that Var_Subst never returns NULL
rillig
2020-08-29
make(1): rename LstNode functions to match their type
rillig
2020-08-29
make(1): rename Lst_FindB back to Lst_Find
rillig
2020-08-29
make(1): migrate remaining Lst_Find to Lst_FindB
rillig
2020-08-28
make(1): fix the other assertion from Lst_FindFrom
rillig
2020-08-28
make(1): remove trailing 'S' from names of Lst functions
rillig
[prev]
[next]