make/tests/scripts/functions
Paul Smith 0799ce730d Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
reported by Markus Mauhart <qwe123@chello.at>.  One was a simple typo; to
fix the other we call patsubst_expand() for all instances of variable
substitution, even when there is no '%'.  We used to call subst_expand()
with a special flag set in the latter case, but it didn't work properly
in all situations.  Easier to just use patsubst_expand() since that's
what it is.
2004-09-21 04:00:31 +00:00
..
addprefix * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
addsuffix * Various fixes for problems in the 3.79.0.1 pretest. 2000-06-19 21:22:44 +00:00
basename * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
call Fix bug #2238: the read.c:eval() function was not entirely reentrant. 2003-01-30 07:49:17 +00:00
dir * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
error * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
eval Fix bugs 5798 and 6195. 2003-11-04 07:40:29 +00:00
filter-out Install Greg McGary's patches to port the id-utils hashing functions to 2002-07-11 06:38:57 +00:00
findstring * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
foreach * A few script fixes and updates for 3.78. 1999-09-17 03:15:37 +00:00
if Fix bugs 5798 and 6195. 2003-11-04 07:40:29 +00:00
join * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
notdir * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
origin Fix the origin regression test. 2004-02-25 19:30:27 +00:00
sort * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
strip * Various bug fixes. 2000-04-22 02:11:17 +00:00
substitution Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)), 2004-09-21 04:00:31 +00:00
suffix * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
value Major updates in preparation for 3.80. 2002-07-08 02:26:47 +00:00
warning * Added the test suite to the main distribution. 1999-09-14 02:03:19 +00:00
wildcard Various enhancements 2004-05-16 19:16:52 +00:00
word Enhancement (bug #2407) Make error messages more clear. 2003-01-30 06:21:36 +00:00