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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-08-28
Fix parsing of SUNSHCMD style :sh = assigments.
sjg
2013-07-16
Fix unit-tests to cope with recent change to progname
sjg
2013-03-22
Add unit-test for export-env and gmake export
sjg
2012-11-09
Add a unit-test for .ORDER
sjg
2012-06-19
Add unit-tests for .for
sjg
2011-09-29
Make sure .PHONY targets get .TARGET set.
sjg
2011-04-07
Add the :hash modifier to compute a 32bit hash of an variable.
joerg
2011-03-06
Add unit tests to check that exists(some/dir/) works
sjg
2010-12-10
fix style
sjg
2010-12-10
Need to export LC_ALL=C too
sjg
2010-04-22
Force LANG=C to ensure sort(1) behaves as expected
sjg
2010-04-22
PR: 42850
sjg
2010-04-08
Process .ERROR the same as .BEGIN, .END etc
sjg
2009-11-19
Add .unexport - the exact opposite of .export
sjg
2009-10-07
The parser used to break dependency lines at ';' without regard
sjg
2008-10-25
Use ${TOOL_SED} instead if plain sed in Makefiles.
apb
2008-03-31
If the name passed to Var_Exists contains '$' run it through Var_Subst.
sjg
2007-10-05
Add the ability to .export variables to the environment.
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
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-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-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