summaryrefslogtreecommitdiff
path: root/tests/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2014-07-07[SV 41983] Support omitting the text argument to $(file ...)Paul Smith1-0/+17
2013-02-25Expand the loadable object support.Paul Smith1-2/+6
2012-10-29Implement new "load" directive.Paul Smith1-0/+14
2012-09-09Get error messages in the C locale for comparision with make output.Paul Smith1-0/+7
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith3-16/+16
2012-03-03Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith1-9/+23
2012-01-29Create a new function $(file ...)Paul Smith1-0/+94
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+81
2011-09-12Ensure variables defined in $(call ...) have global scopePaul Smith1-0/+11
2011-05-07Inverted the boolean test from what I wanted it to be. Added aPaul Smith1-0/+12
2011-05-02Use the same algorithm for counting the number of words to sort as wePaul Smith1-53/+45
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-1/+1
2009-09-28- Update manual description for pattern rule search algorithmPaul Smith1-0/+9
2009-06-13- Fix Savannah bug 17825Paul Smith1-9/+6
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-1/+1
2006-04-01Release GNU make 3.81.Paul Smith1-14/+25
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith2-38/+24
2006-02-15Fix Savannah bug #106: keep separate track of which variable we arePaul Smith4-40/+112
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-0/+50
2005-12-13Update the make.1 man page.Paul Smith1-10/+0
2005-11-17Implemented the flavor function which returns the flavor ofBoris Kolpackov1-0/+44
2005-08-29Preserve the backslash that's printed by echo.Paul Smith1-2/+2
2005-08-29Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith1-16/+16
2005-08-13Wrapped calls to $(wildcard ) with $(sort) so that the resulting orderBoris Kolpackov1-5/+5
2005-07-12Various minor updates and code cleanups.Paul Smith2-4/+2
2005-06-27Fix strerror() handling for systems which set ANSI_STRING.Paul Smith1-0/+23
2005-06-09Fix Savannah bug #11913: ensure that scopes such as foreach, etc. takePaul Smith1-23/+30
2005-02-28* New feature: -L optionPaul Smith1-0/+10
2004-11-30Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov2-0/+152
2004-10-21New $(lastword ) built-in function: implementation, documentation and tests.Boris Kolpackov1-1/+38
2004-09-21Some code cleanups and efficiency enhancements. As far as I can tellPaul Smith1-0/+24
2004-09-21Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith1-21/+22
2004-05-16Various enhancementsPaul Smith1-4/+3
2004-02-25Fix the origin regression test.Paul Smith1-1/+1
2004-02-23Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith1-8/+3
2003-11-04Fix bugs 5798 and 6195.Paul Smith2-11/+38
2003-01-30Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith2-4/+21
2003-01-30Enhancement (bug #2407) Make error messages more clear.Paul Smith1-17/+44
2003-01-22Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)Paul Smith1-0/+31
2002-10-25Fix eval bugs 1516 and 1517.Paul Smith1-0/+31
2002-10-03Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith1-11/+13
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-25/+18
2002-07-08Major updates in preparation for 3.80.Paul Smith2-0/+90
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-2/+14
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-23/+15
2000-04-22* Various bug fixes.Paul Smith1-2/+6
2000-04-05* Some final cleanups, and release 3.79.3.79Paul Smith1-33/+27
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-3/+15
2000-01-11* Change $(call...) to not expand arguments by default.Paul Smith1-3/+13
1999-11-17* Many cleanups and bugfixes.Paul Smith1-3/+3