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-11-29
make(1): normalize order of declarations in dir.c
rillig
2020-11-29
make(1): remove comment about returning const
rillig
2020-11-29
make(1): rename Dir_Destroy to CachedDir_Destroy
rillig
2020-11-29
make(1): unexport CachedDir internals
rillig
2020-11-29
make(1): reduce memory allocation for dirSearchPath
rillig
2020-11-28
make(1): reduce memory allocation in OpenDirs
rillig
2020-11-28
make(1): replace void pointer in Dir_Destroy with proper pointer
rillig
2020-11-28
make(1): replace Dir_Destroy with SearchPath_Free
rillig
2020-11-28
make(1): rename some Dir functions to SearchPath
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.implicitParents
rillig
2020-11-23
make(1): use comparisons in boolean expressions
rillig
2020-11-23
make(1): indent remaining functions in dir.c with tabs
rillig
2020-11-23
make(1): extract ResolveMovedDepends from ResolveFullName
rillig
2020-11-23
make(1): extract ResolveFullName from Dir_UpdateMTime
rillig
2020-11-23
make(1): in Dir_Expand, don't re-use local variables
rillig
2020-11-23
make(1): update the deactivated code in Dir_FindFile
rillig
2020-11-23
make(1): indent Dir_Expand with tabs instead of spaces
rillig
2020-11-23
make(1): flatten Dir_Expand
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-23
make(1): indent dir.c using tabs instead of spaces
rillig
2020-11-23
make(1): migrate CachedDir.files from HashTable to HashSet
rillig
2020-11-14
make(1): replace a few HashTable_CreateEntry with HashTable_Set
rillig
2020-11-14
make(1): inline local variable in Dir_UpdateMTime
rillig
2020-11-14
make(1): remove redundant struct make_stat
rillig
2020-11-14
make(1): remove redundant parameter from cached_stats
rillig
2020-11-14
make(1): clean up cached_stats
rillig
2020-11-14
make(1): clarify what 'recently' means in the comments in dir.c
rillig
2020-11-14
make(1): fix typo in comments
rillig
2020-11-14
make(1): flatten Dir_InitCur
rillig
2020-11-08
make(1): document inefficient cache lookup in DirMatchFiles
rillig
2020-11-08
make(1): change return type of Dir_MTime to void
rillig
2020-11-08
make(1): change return type of Arch_MTime to void
rillig
2020-11-08
make(1): change return type of Arch_MemberMTime to void
rillig
2020-11-07
make(1): use proper enum constant instead of 0 for CachedStatsFlags
rillig
2020-11-07
make(1): make API of Buf_Init simpler
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-11-06
make(1): rename Arch_MemMTime to Arch_MemberMTime
rillig
2020-11-05
make(1): remove redundant parentheses from sizeof operator
rillig
2020-10-31
make(1): remove dead code for filename expansion using curly braces
rillig
2020-10-30
make(1): fix indentation in source code
rillig
2020-10-27
make(1): rewrap and reword the large comment for directory caching
rillig
2020-10-26
make(1): remove "Results: none" from the documentation of void functions
rillig
2020-10-25
make(1): add GNode_Path to access the path of a GNode
rillig
2020-10-25
make(1): rename hash functions to identify the type name
rillig
2020-10-25
make(1): replace Dir_CopyDir with Dir_CopyDirSearchPath
rillig
2020-10-25
make(1): clean up Dir_HasWildcards
rillig
2020-10-25
make(1): clean up DirLookupSubdir and DirLookupAbs
rillig
2020-10-25
make(1): omit trailing space in debug output for expanding file patterns
rillig
2020-10-25
make(1): clean up documentation of DirExpandInt, rename it
rillig
[prev]
[next]