index
:
gunmake
master
GNU make with more features of SunOS make
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
scripts
/
variables
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-22
Fix regression tests after MAKEFLAGS enhancements.
Paul Smith
2
-7
/
+7
2013-05-13
Add a new variable: GNUMAKEFLAGS
Paul Smith
1
-0
/
+24
2013-05-13
Use level o_env_override for MAKEFLAGS so it's reset even with -e.
Paul Smith
1
-14
/
+10
2013-05-05
cosmetics: fix few innocuous typos
Stefano Lattarini
1
-1
/
+1
2012-03-04
Ensure appending private variables in pattern-specific target variables.
Paul Smith
1
-0
/
+32
2012-03-04
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
6
-10
/
+10
2012-03-03
Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.
Paul Smith
1
-0
/
+8
2012-01-30
Add support for "::=" simple assignment operator.
Paul Smith
2
-1
/
+69
2011-05-07
Ensure private variables are not used when appending target-specific
Paul Smith
1
-0
/
+12
2010-11-06
Improve backslash/newline handling to adhere to POSIX requirements.
Paul Smith
1
-1
/
+1
2010-08-29
Bump the version to 3.82.90.
Paul Smith
1
-1
/
+2
2010-07-28
Release GNU make 3.82
3.82
Paul Smith
1
-10
/
+12
2010-07-19
- Many fixup patches from Savannah.
Paul Smith
1
-6
/
+17
2010-07-06
- Enhance .POSIX to set -e when invoking shells, as demanded by a
Paul Smith
1
-0
/
+14
2009-10-06
Implement the new undefine directive.
Boris Kolpackov
1
-0
/
+73
2009-10-03
- Include <alloca.h> even on non-__GNUC__ systems.
Paul Smith
2
-28
/
+60
2009-06-13
- Fix Savannah bug #13401
Paul Smith
1
-0
/
+19
2009-06-07
- Add a new test suite for LIBPATTERNS
Paul Smith
2
-0
/
+50
2009-06-06
- Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK.
Paul Smith
1
-3
/
+6
2009-06-05
- Add forgotten variable/define test suite
Paul Smith
2
-1
/
+235
2009-06-04
- Modify access of config and gnulib Savannah modules to use GIT
Paul Smith
2
-158
/
+60
2009-05-26
Add 'private' variable modifier, feature submitted by Ramon Garcia.
Paul Smith
1
-0
/
+78
2007-11-04
New special variable: .RECIPEPREFIX
Paul Smith
1
-0
/
+63
2006-10-01
Fixed a number of documentation bugs, plus some build/install issues:
Paul Smith
1
-11
/
+10
2006-03-10
Numerous updates to tests for issues found on Cygwin and Windows.
Paul Smith
1
-8
/
+11
2006-02-15
Fix Savannah bug #106: keep separate track of which variable we are
Paul Smith
1
-0
/
+46
2006-01-04
Various changes getting ready for the release of 3.81.
Paul Smith
1
-5
/
+16
2005-11-14
Implemented the .INCLUDE_DIRS special variable. It expands to a list
Boris Kolpackov
1
-0
/
+46
2005-10-24
Make second expansion optional (partial implementation).
Paul Smith
1
-3
/
+4
2005-08-25
If we're on a DOS/W32/OS2 system and we're not using a unixy shell, don't
Paul Smith
1
-10
/
+10
2005-07-12
Various minor updates and code cleanups.
Paul Smith
1
-3
/
+10
2005-07-04
Various fixes and updates from testers of the beta3 release (mostly Windows
Paul Smith
1
-1
/
+1
2005-06-25
Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.
Paul Smith
1
-0
/
+62
2005-05-03
Fix problems with losing tokens in the jobserver, reported by Grant
Paul Smith
1
-12
/
+12
2005-03-15
Fixed Savannah bug #12320.
Boris Kolpackov
1
-0
/
+15
2005-03-09
Fixed Savannah bug #12266.
Boris Kolpackov
1
-1
/
+20
2005-02-28
* New feature: -L option
Paul Smith
2
-1
/
+3
2005-02-27
Implementation of the .DEFAULT_TARGET special variable.
Boris Kolpackov
1
-0
/
+59
2005-02-27
Implementation of the second expansion in explicit
Boris Kolpackov
1
-2
/
+2
2004-11-29
Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).
Paul Smith
1
-0
/
+25
2004-11-28
Fix for bug #1276: Handle SHELL according to POSIX requirements.
Paul Smith
2
-2
/
+50
2004-09-21
Add some more unit tests for variable flavors.
Paul Smith
1
-0
/
+73
2004-05-16
Various enhancements
Paul Smith
1
-18
/
+4
2004-03-22
Numerous updates and bug fixes.
Paul Smith
1
-1
/
+1
2002-10-05
Fix core dump on malformed variable line (Debian bug #81656)
Paul Smith
1
-0
/
+6
2002-09-10
A few test bug fixes:
Paul Smith
1
-0
/
+2
2002-08-08
Incorporate some VMS fixes.
Paul Smith
1
-0
/
+68
2002-07-10
Implement SysV-style $$@ support. I looked at E.Parmelan's patch but
Paul Smith
1
-3
/
+26
2002-07-09
Documentation and tests for order-only prerequisites.
Paul Smith
1
-0
/
+50
2002-07-08
Major updates in preparation for 3.80.
Paul Smith
2
-0
/
+47
[next]