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
/
str.h
Age
Commit message (
Expand
)
Author
2023-06-23
make: warn about malformed patterns in ':M', ':N' and '.if make(...)'
rillig
2022-12-05
make: inline LazyBuf_AddBytesBetween
rillig
2021-12-15
make: in CLEANUP mode, free interned strings at the very end
rillig
2021-12-13
make: fix memory leak for filenames in .for loops (since 2013-06-18)
rillig
2021-12-12
make: remove unused type MFStr
rillig
2021-12-12
make: fix memory leak in LazyBuf
rillig
2021-12-05
make: save a memory allocation in each modifier ':O' and ':u'
rillig
2021-12-05
make: inline Str_Words into .for loop handling
rillig
2021-05-30
make: inline str_concat4
rillig
2021-04-14
make: let the compiler decide whether to inline string functions
rillig
2021-04-14
make: reduce memory allocations in the modifiers ':D' and ':U'
rillig
2021-04-12
make: reduce memory allocation and strlen calls in modifier ':from=to'
rillig
2021-04-11
make: improve performance for LazyBuf
rillig
2021-04-11
make: migrate ParseModifierPart to use Substring
rillig
2021-04-11
make: avoid unnecessary calls to strlen when evaluating modifiers
rillig
2021-04-11
make: migrate ModifyWord functions to use Substring
rillig
2021-04-11
make: add types Substring and LazyBuf
rillig