summaryrefslogtreecommitdiff
path: root/tests/scripts/variables
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Ensure appending private variables in pattern-specific target variables.Paul Smith1-0/+32
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith6-10/+10
2012-03-03Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.Paul Smith1-0/+8
2012-01-30Add support for "::=" simple assignment operator.Paul Smith2-1/+69
2011-05-07Ensure private variables are not used when appending target-specificPaul Smith1-0/+12
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-1/+1
2010-08-29Bump the version to 3.82.90.Paul Smith1-1/+2
2010-07-28Release GNU make 3.823.82Paul Smith1-10/+12
2010-07-19- Many fixup patches from Savannah.Paul Smith1-6/+17
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-0/+14
2009-10-06Implement the new undefine directive.Boris Kolpackov1-0/+73
2009-10-03- Include <alloca.h> even on non-__GNUC__ systems.Paul Smith2-28/+60
2009-06-13- Fix Savannah bug #13401Paul Smith1-0/+19
2009-06-07- Add a new test suite for LIBPATTERNSPaul Smith2-0/+50
2009-06-06- Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK.Paul Smith1-3/+6
2009-06-05- Add forgotten variable/define test suitePaul Smith2-1/+235
2009-06-04- Modify access of config and gnulib Savannah modules to use GITPaul Smith2-158/+60
2009-05-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-0/+78
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-0/+63
2006-10-01Fixed a number of documentation bugs, plus some build/install issues:Paul Smith1-11/+10
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith1-8/+11
2006-02-15Fix Savannah bug #106: keep separate track of which variable we arePaul Smith1-0/+46
2006-01-04Various changes getting ready for the release of 3.81.Paul Smith1-5/+16
2005-11-14Implemented the .INCLUDE_DIRS special variable. It expands to a listBoris Kolpackov1-0/+46
2005-10-24Make second expansion optional (partial implementation).Paul Smith1-3/+4
2005-08-25If we're on a DOS/W32/OS2 system and we're not using a unixy shell, don'tPaul Smith1-10/+10
2005-07-12Various minor updates and code cleanups.Paul Smith1-3/+10
2005-07-04Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith1-1/+1
2005-06-25Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith1-0/+62
2005-05-03Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith1-12/+12
2005-03-15Fixed Savannah bug #12320.Boris Kolpackov1-0/+15
2005-03-09Fixed Savannah bug #12266.Boris Kolpackov1-1/+20
2005-02-28* New feature: -L optionPaul Smith2-1/+3
2005-02-27Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov1-0/+59
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-2/+2
2004-11-29Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).Paul Smith1-0/+25
2004-11-28Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2-2/+50
2004-09-21Add some more unit tests for variable flavors.Paul Smith1-0/+73
2004-05-16Various enhancementsPaul Smith1-18/+4
2004-03-22Numerous updates and bug fixes.Paul Smith1-1/+1
2002-10-05Fix core dump on malformed variable line (Debian bug #81656)Paul Smith1-0/+6
2002-09-10A few test bug fixes:Paul Smith1-0/+2
2002-08-08Incorporate some VMS fixes.Paul Smith1-0/+68
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-3/+26
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-0/+50
2002-07-08Major updates in preparation for 3.80.Paul Smith2-0/+47
2001-05-21Some VMS fixes sent by John Fowler.Paul Smith1-2/+2
1999-10-15* Fix PR/1394.Paul Smith2-21/+20
1999-09-17* A few script fixes and updates for 3.78.Paul Smith1-1/+3
1999-09-14* Added the test suite to the main distribution.Paul Smith6-0/+240