summaryrefslogtreecommitdiff
path: root/tests/scripts/variables
AgeCommit message (Expand)AuthorFilesLines
2014-07-07* read.c (eval): [SV 41677] Correct test for TAB vs. 8 spaces.Paul Smith1-0/+24
2013-10-19* GNUMAKEFLAGS: Remove -O so it passes in NO_OUTPUT_SYNC mode.Paul Smith1-2/+2
2013-09-30Fix portability issues for Guile 1.8.Paul Smith1-2/+4
2013-09-30Solaris /bin/sh can't handle multiple options ("-e -c").Paul Smith1-2/+10
2013-09-29Reset GNUMAKEFLAGS after parsing.Paul Smith1-0/+14
2013-09-12Enhance the output sync mode.Paul Smith3-4/+8
2013-05-22Fix regression tests after MAKEFLAGS enhancements.Paul Smith2-7/+7
2013-05-13Add a new variable: GNUMAKEFLAGSPaul Smith1-0/+24
2013-05-13Use level o_env_override for MAKEFLAGS so it's reset even with -e.Paul Smith1-14/+10
2013-05-05cosmetics: fix few innocuous typosStefano Lattarini1-1/+1
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