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-10-25
make(1): document pattern matching edge case in DirMatchFiles
rillig
2020-10-25
make(1): refactor DirMatchFiles
rillig
2020-10-25
make(1): clean up documentation of DirExpandCurly and Dir_Expand
rillig
2020-10-25
make(1): document that the SearchPath of Dir_FindFile may be NULL
rillig
2020-10-25
make(1): remove unused parameter from DirFindDot
rillig
2020-10-25
make(1): rename parameter of DirLookup
rillig
2020-10-25
make(1): remove unused parameters from DirLookup
rillig
2020-10-25
make(1): only define OpenDirs_Done if necessary
rillig
2020-10-24
make(1): remove UNCONST from Dir_Expand
rillig
2020-10-24
make(1): inline DirFindName
rillig
2020-10-22
make(1): remove redundant type casts
rillig
2020-10-19
make(1): inline simple Lst getters
rillig
2020-10-18
make(1): add tags to enum types
rillig
2020-10-18
make(1): replace Lst_Open with simple iteration in Dir_SetPATH
rillig
2020-10-18
make(1): replace Lst_Open with simple iteration in Dir_FindFile
rillig
2020-10-18
make(1): rename Lst_Init to Lst_New
rillig
2020-10-18
make(1): rename HashEntry.name to key
rillig
2020-10-18
make(1): remove underscore from Hash_Table and Hash_Entry
rillig
2020-10-18
make(1): make API for iterating over hash tables simpler
rillig
2020-10-17
make(1): normalize initialization and cleanup of the modules
rillig
2020-10-17
make(1): fix indentation
rillig
2020-10-05
make(1): remove pathname limit for Dir_FindHereOrAbove
rillig
2020-10-05
make(1): make dir.c, for.c and hash.c ready for WARNS=6
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-05
make(1): revert previous commit
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-03
make(1): clean up #include sections
rillig
2020-10-02
make(1): use hash table for looking up open directories by name
rillig
2020-10-01
make(1): remove redundant function prototypes
rillig
2020-09-28
make(1): replace += 1 with ++ and -= 1 with --
rillig
2020-09-28
make(1): make debug logging simpler
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-27
make(1): improve documentation of CachedDir and Dir_AddDir
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-26
make(1): inline and remove LstNode_Prev and LstNode_Next
rillig
2020-09-25
make(1): replace a few calls to Lst_Open with simple loops
rillig
2020-09-24
make(1): inline Lst_ForEach for debugging output in search paths
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
2020-09-22
make(1): rename type Path to CachedDir
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-09-12
make(1): fix assertion failure in Dir_Destroy in -DCLEANUP mode
rillig
2020-09-12
make(1): fix indentation in dir.c
rillig
2020-09-12
make(1): rename local variable in Dir_FindFile
rillig
2020-09-11
make(1): replace *a->b with a->b[0]
rillig
2020-09-07
make(1): document that nested braces work as expected now
rillig
2020-09-05
make(1): remove initial size argument from Hash_InitTable
rillig
2020-09-02
make(1): fix cached_stat for files with st_mtime 0
rillig
2020-09-02
make(1): fix aliasing problem in cached_stat from the previous commit
rillig
2020-09-02
make(1): reduce number of stat fields returned by cached_stat
rillig
[prev]
[next]