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
2023-06-23
make: warn about malformed patterns in ':M', ':N' and '.if make(...)'
rillig
2023-06-22
make: clean up comments related to pattern matching
rillig
2023-01-24
make: .SYSPATH: to add dirs to sysIncPath
sjg
2022-05-07
make: fix grammar in comment of DirFindDot
rillig
2022-02-04
make: use unsigned int for line numbers everywhere
rillig
2022-01-30
Make the GNode lineno unsigned to fix lint warning in var.c calling
christos
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-11-28
make: eliminate CachedStatsFlags
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-09-21
make: remove unnecessary const from parameters
rillig
2021-04-04
make: remove filler word 'Do' from function names for parsing
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
make: add const to SearchPath_Print
rillig
2021-02-05
make: add shortcut Global_Delete for deleting a global variable
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-01-30
make(1): split Buf_Destroy into Buf_Done and Buf_DoneData
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-23
make(1): split Dir_FindFile into separate functions
rillig
2021-01-23
make(1): remove the remaining beasts from the comments
rillig
2021-01-23
make(1): extend comments in dir.c
rillig
2021-01-23
make(1): rename Dir_AddDir, reorder parameters of SearchPath_ToFlags
rillig
2021-01-23
make(1): extract SearchPath_ExpandMiddle from SearchPath_Expand
rillig
2021-01-23
make(1): split local variable in SearchPath_Expand
rillig
2021-01-23
make(1): rename parameter of SearchPath_Expand
rillig
2021-01-23
make(1): rename Dir_Expand to SearchPath_Expand
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-27
make(1): exit 2 on technical errors
rillig
2020-12-13
make(1): add str_basename to reduce duplicate code
rillig
2020-12-06
make(1): remove comment decoration
rillig
2020-12-06
make(1): inline macros for debug logging
rillig
2020-12-04
make(1): use consistent variable names for list nodes
rillig
2020-12-04
make(1): use fixed format for debug output of the directory cache
rillig
2020-12-01
make(1): rename local variable in Dir_SetPATH
rillig
2020-12-01
make(1): remove Dir_InitDir
rillig
2020-11-30
make(1): clean up variable names in Dir_FindFile
rillig
2020-11-30
make(1): document difference between 'cur' and 'dot'
rillig
2020-11-30
make(1): fix memory leak for lstat cache in -DCLEANUP mode
rillig
2020-11-29
make(1): initialize global variables in dir.c
rillig
2020-11-29
make(1): clean up memory management for CachedDirs
rillig
2020-11-29
make(1): fix the reference count of dotLast going negative
rillig
2020-11-29
make(1): move CachedDir_Destroy up to the related functions
rillig
2020-11-29
make(1): extract CachedDir_Free0 from CachedDir_Destroy
rillig
2020-11-29
make(1): remove wrong comment in Dir_InitCur
rillig
2020-11-29
make(1): add debug logging for OpenDirs_Done
rillig
2020-11-29
make(1): extract CacheNewDir from Dir_AddDir
rillig
2020-11-29
make(1): make documentation of CachedDir.refCount more precise
rillig
2020-11-29
make(1): add debug logging for reference counting of CachedDir
rillig
[next]