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.c
Age
Commit message (
Expand
)
Author
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-06-21
make: eliminate local variable in Substring_Words
rillig
2021-05-30
make: inline str_concat4
rillig
2021-04-11
make: avoid unnecessary calls to strlen when evaluating modifiers
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-01
make: document necessary tests for Str_Match
rillig
2021-02-01
make: replace pre-increment with post-increment or simple addition
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-10
make(1): make a few more bool expressions more precise
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-12
make(1): remove redundant call to strlen in Str_Words
rillig
2020-11-16
make(1): use postfix increment where possible
rillig
2020-11-15
make(1): clean up make.h, meta.c, parse.c, str.c
rillig
2020-11-07
make(1): add pp_skip_hspace to skip horizontal whitespace during parsing
rillig
2020-11-07
make(1): clean up code stylistically
rillig
2020-10-24
make(1): remove macros MIN and MAX
rillig
2020-10-22
make(1): remove redundant type casts
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): inline Str_FindSubstring in JobOutput
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-08-30
make(1): replace brk_string with Str_Words
rillig
2020-08-29
make(1): allow for strict type checking for Boolean
rillig
2020-08-23
make(1): make brk_string return size_t for the number of words
rillig
2020-08-23
make(1): prepare str.c for WARNS=6
rillig
2020-08-11
make(1): add str_concat4 to make the other code 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-10
make(1): fix integer type in str_concat
rillig
2020-08-09
make(1): format code in str.c consistently
rillig
2020-08-03
make(1): no declaration-after-statement anymore
rillig
2020-08-01
make(1): reduce scope of local variables in brk_string
rillig
2020-07-26
make(1): document the circumstances in which brk_string returns NULL
rillig
2020-07-19
make(1): move SysV string matching to var.c
rillig
2020-07-03
make(1): refactor Str_Match
rillig
2020-07-03
make(1): clean up Str_Match
rillig
2020-07-03
make(1): clean up documentation of Str_Match
rillig
2020-06-15
make(1): fix performance problem in specially crafted :M modifier
rillig
2020-06-14
usr.bin/make: revert performance improvement
rillig
2020-06-13
usr.bin/make: make Str_Match faster for repeated asterisks
rillig
2020-06-13
usr.bin/make: remove redundant parentheses around return
rillig
2020-06-13
usr.bin/make: consistently use ++ for incrementing pointers
rillig
2020-06-13
usr.bin/make: fix typo in comment
rillig
2020-05-06
Behave like gmake: empty string does not match % pattern
christos
2020-05-03
usr.bin/make: refactor brk_string
rillig
2020-04-25
- Percent on the rhs is special only if the lhs has one too.
christos
2019-12-01
Fix out-of-bounds read in Str_Match.
rillig
[next]