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
/
lst.h
Age
Commit message (
Expand
)
Author
2022-03-03
make: improve comments and a parameter name
rillig
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-12-15
make: remove redundant comments for multiple-inclusion guards
rillig
2021-12-15
make: mark several functions whose result must be used
rillig
2021-12-05
make: fix comments
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: indent inline functions for lists
rillig
2021-02-01
make: remove unused Lst_Destroy
rillig
2021-01-03
make(1): remove anonymous union from struct ListNode
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-13
make(1): rename Vector.priv_cap to cap
rillig
2020-12-04
make(1): inline Lst_Enqueue
rillig
2020-12-04
make(1): inline Vector_Done
rillig
2020-11-28
make(1): reduce memory allocation in Arch_ParseArchive
rillig
2020-11-28
make(1): reduce pointer indirection for archives
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-27
make(1): inline Lst_ForEachUntil in meta mode
rillig
2020-11-24
make(1): indent list functions with tabs instead of spaces
rillig
2020-11-10
make(1): use consistent definition for MAKE_INLINE
rillig
2020-10-28
make(1): inline Vector_Get
rillig
2020-10-25
make(1): remove obsolete comment from lst.h
rillig
2020-10-25
make(1): replace PtrVector with Vector, which can contain any type
rillig
2020-10-25
make(1): rename type Vector to PtrVector
rillig
2020-10-25
make(1): inline Lst_Copy in Make_ExpandUse
rillig
2020-10-24
make(1): remove unused Lst_Find and Lst_FindFrom
rillig
2020-10-23
make(1): remove Lst_ForEachUntilConcurrent
rillig
2020-10-22
make(1): add Lst_ForEachUntilConcurrent
rillig
2020-10-22
make(1): remove Lst_Open, Lst_Next, Lst_Close
rillig
2020-10-21
make(1): remove unused typedef LstActionProc
rillig
2020-10-19
make(1): inline simple Lst getters
rillig
2020-10-19
make(1): remove unused Lst_ForEach
rillig
2020-10-18
make(1): add tags to enum types
rillig
2020-10-18
make(1): rename Lst_Init to Lst_New
rillig
2020-10-18
make(1): rename Stack to Vector
rillig
2020-09-26
make(1): inline and remove LstNode_Prev and LstNode_Next
rillig
2020-09-25
make(1): add tags to some of the unnamed structs
rillig
2020-09-25
make(1): fix build on Debian 9
rillig
2020-09-24
make(1): make the API of the List partially public
rillig
2020-09-24
make(1): move documentation for MakeAddAllSrc to its correct place
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-24
make(1): refactor add_wait_dep to not use Lst_ForEachFrom anymore
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
2020-09-04
make(1): use a stack instead of a list for the nested include path
rillig
2020-09-02
make(1): improve grouping of the Lst functions
rillig
2020-08-30
make(1): rename Lst_Datum to LstNode_Datum
rillig
2020-08-30
make(1): rename Lst_Memeber to Lst_FindDatum
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-29
make(1): start replacing Lst_Find with Lst_FindB
rillig
[next]