summaryrefslogtreecommitdiff
path: root/tests/scripts/functions/call
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-1/+1
Fixes Savannah bug #34530.
2011-09-12Ensure variables defined in $(call ...) have global scopePaul Smith1-0/+11
Add a note about using #!/usr/bin/make -f to the manual. Clean up the w32 subdirectory in the dist tarball.
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-1/+1
2003-01-30Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith1-4/+0
Apply patch #1022: fix a memory corruption on very long target-specific variable definition lines.
2003-01-22Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)Paul Smith1-0/+31
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-2/+14
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-3/+15
* Added a new version of the German translation file.
2000-01-11* Change $(call...) to not expand arguments by default.Paul Smith1-3/+13
* Unify the way arguments are passed to builtin functions in function.c.
1999-09-14* Added the test suite to the main distribution.Paul Smith1-0/+38