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
/
unit-tests
Age
Commit message (
Expand
)
Author
2006-05-11
Remove the modterm case from moderrs, the syntax errors
sjg
2006-05-11
Extract the variable modifier logic to a separate function.
sjg
2006-02-26
Make ".WAIT" apply recursively to all children of nodes on the right
apb
2006-02-26
Fix typo.
wiz
2006-02-26
Using ./bin in the test case, causes problems when 'make test' is
sjg
2006-02-26
Update man page and add test case for specifying modifiers via variable.
sjg
2006-02-13
Escape dots in sed regexps. Without this patch, and without
apb
2005-07-11
Expected results were not updated for comment testing.
sjg
2005-06-18
Add a new test case to reflect the problem found on PR toolchain/30536.
rpaulo
2005-06-15
Add a unit-test for comments.
rpaulo
2005-06-01
Add :Ox for random ordering, based on patch from
sjg
2004-06-30
Add missing NetBSD ID tags
jmc
2004-05-07
Remove use of sh -e when running in compat mode.
sjg
2004-04-13
Allow "string" and "${varspec}" on lhs of conditionals.
sjg
2004-04-08
Revised patch for catching extraneous .else's
sjg
2004-04-08
Add check for extraneous .else's - based on patch from Arne H. Juul
sjg
2004-02-20
Fix :M so that modifiers in nested variables don't terminate parsing
sjg
2004-01-19
ternary is .PHONY
sjg
2004-01-09
Add unit test for ternary modifier
sjg
2003-09-27
Implement :[] modifier to allow picking a range of words out of a variable.
sjg
2003-08-08
Hook make unit-tests into regress
sjg
2003-08-01
Avoid \a as a test of invalid separator, since if we make ksh the default
sjg
2003-07-31
Test behavior of commandline variable assignments.
sjg
2003-07-29
First bug picked up by the unit tests - delim wasn't always initialized.
sjg
2003-07-29
Use single quotes to protect everything from shell's that might
sjg
2003-07-29
Regardless of the name of TEST_MAKE, force it to make in test.exp
sjg
2003-07-28
Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>
sjg