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
/
dir.c
Age
Commit message (
Expand
)
Author
2020-09-02
make(1): use proper types in API of cached_stat and cached_lstat
rillig
2020-09-02
make(1): use Hash API from dir.c
rillig
2020-09-01
make(1): rename Hash_Table fields
rillig
2020-09-01
make(1): improve variable names and data types in Dir_FindHereOrAbove
rillig
2020-09-01
make(1): make data types in Dir_HasWildcards more precise
rillig
2020-08-30
make(1): rename GNode.iParents to implicitParents
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): clean up comments in dir.c
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): start replacing Lst_Find with Lst_FindB
rillig
2020-08-28
make(1): clean up Dir_AddDir
rillig
2020-08-28
make(1): remove trailing 'S' from names of Lst functions
rillig
2020-08-28
make(1): migrate Lst_Find to Lst_FindS
rillig
2020-08-28
make(1): remove unused reference to Lst_Last
rillig
2020-08-28
make(1): migrate Lst_First to Lst_FirstS
rillig
2020-08-27
make(1): migrate Lst_IsEmpty to Lst_IsEmptyS
rillig
2020-08-27
make(1): migrate Lst_Succ to Lst_SuccS
rillig
2020-08-27
make(1): migrate Lst_ForEach to Lst_ForEachS
rillig
2020-08-27
make(1): migrate remaining code from Lst_Open to Lst_OpenS
rillig
2020-08-26
make(1): add stricter variants for remaining Lst functions
rillig
2020-08-23
make(1): reverse order of the Lst_Find parameters
rillig
2020-08-22
make(1): migrate Lst_AtFront to Lst_PrependS
rillig
2020-08-22
make(1): replace Lst_Duplicate with Lst_CopyS
rillig
2020-08-22
make(1): use Lst_OpenS in Dir_SetPATH
rillig
2020-08-22
make(1): fix indentation
rillig
2020-08-22
make(1): extract percentage calculation out of Dir_PrintDirectories
rillig
2020-08-22
make(1): require argument of Lst_Member to be non-null
rillig
2020-08-22
make(1): replace Lst_Datum with non-null guaranteeing Lst_DatumS
rillig
2020-08-22
make(1): convert Lst_Enqueue and Lst_Dequeue to nonnull variants
rillig
2020-08-22
make(1): remove wrong comment for Dir_Init
rillig
2020-08-22
make(1): replace "(void)Lst_AtEnd" with stricter "Lst_AppendS"
rillig
2020-08-22
make(1): add Lst_Append to add an item at the end of the list
rillig
2020-08-22
make(1): remove unused return value for DirMatchFiles
rillig
2020-08-22
make(1): split Dir_Init into two functions
rillig
2020-08-21
make(1): use stricter list API for sequential access
rillig
2020-08-21
make(1): assert correct usage of the Lst_Open API
rillig
2020-08-21
make(1): make list library code stricter
rillig
2020-08-21
make(1): remove unused code for circular lists
rillig
2020-08-13
make(1): clean up debug logging in dir.c
rillig
2020-08-13
make(1): avoid negated conditions in DirExpandCurly
rillig
2020-08-13
make(1): clean up DirExpandCurly
rillig
2020-08-13
make(1): use enum instead of #define for cached_stats
rillig
2020-08-12
make(1): make Dir_MakeFlags simpler
rillig
2020-08-10
make(1): replace str_concat with str_concat2 and str_concat3
rillig
2020-08-10
make(1): fix parameter name of str_concat
rillig
2020-08-09
make(1): format the source code consistently, at least per file
rillig
2020-08-03
make(1): no declaration-after-statement anymore
rillig
2020-08-01
make(1): use consistent indentation in source code
rillig
[prev]
[next]