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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-14
Support jobserver capability on Windows systems.
Paul Smith
1
-9
/
+72
2011-11-14
In very obscure situations we may write the free token back to the pipe.
Paul Smith
1
-1
/
+2
2011-09-18
When we re-exec the master makefile in a jobserver environment, ensure
Paul Smith
1
-3
/
+5
2010-08-29
Bump the version to 3.82.90.
Paul Smith
1
-5
/
+6
2010-08-14
- Fix the NEWS file to be accurate
Paul Smith
1
-1
/
+1
2010-08-10
Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec after
Paul Smith
1
-1
/
+1
2010-07-19
- Many fixup patches from Savannah.
Paul Smith
1
-5
/
+7
2010-07-13
Update copyrights for 2010.
Paul Smith
1
-2
/
+2
2010-07-12
Add the beginning of the .ONESHELL special feature.
Paul Smith
1
-0
/
+6
2010-07-09
job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.
Eli Zaretskii
1
-10
/
+12
2010-07-06
- Enhance .POSIX to set -e when invoking shells, as demanded by a
Paul Smith
1
-10
/
+11
2010-07-01
- Add whitespace to command line invocation in features/recursion
Paul Smith
1
-7
/
+16
2009-11-16
Add VMS enhancements from Hartmut Becker.
Paul Smith
1
-8
/
+5
2009-10-25
New command line option: --eval=STRING will cause STRING to be
Paul Smith
1
-42
/
+102
2009-10-06
Implement the new undefine directive.
Boris Kolpackov
1
-1
/
+1
2009-09-28
Implement the shortest stem first search order for pattern-specific variables...
Boris Kolpackov
1
-1
/
+2
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-2
/
+1
2009-09-16
- Add xcalloc() and call it
Paul Smith
1
-7
/
+6
2009-06-13
- Fix Savannah bug 17825
Paul Smith
1
-1
/
+1
2009-06-09
- Fix Savannah bug #18124
Paul Smith
1
-63
/
+86
2009-06-07
- Add a new test suite for LIBPATTERNS
Paul Smith
1
-9
/
+12
2009-06-04
- Modify access of config and gnulib Savannah modules to use GIT
Paul Smith
1
-56
/
+61
2007-11-04
New special variable: .RECIPEPREFIX
Paul Smith
1
-4
/
+5
2007-07-04
* Update to GPLv3
Paul Smith
1
-15
/
+15
2007-05-09
Fix Savannah bug #19656: rationalize our use of case-insensitive string
Paul Smith
1
-3
/
+3
2007-03-20
This is a major update, which switches virtually every allocated-but-not-freed
Paul Smith
1
-82
/
+95
2006-11-18
Fix from Eli for incorrect value of $(MAKE) on Cygwin.
Paul Smith
1
-54
/
+62
2006-04-09
Another round of cleanups:
Paul Smith
1
-151
/
+158
2006-04-07
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Paul Smith
1
-23
/
+23
2006-03-20
Add some alloca(0) calls for systems without "normal" alloca support.
Paul Smith
1
-43
/
+55
2006-03-17
Fixed Savannah bug #16053.
Boris Kolpackov
1
-13
/
+5
2006-02-14
Some memory leak cleanups (found with valgrind).
Paul Smith
1
-0
/
+4
2006-02-11
Last of the copyright updates.
Paul Smith
1
-1
/
+2
2006-02-11
Update copyright and license notices on all files.
Paul Smith
1
-14
/
+11
2006-02-10
- New code capability: a read-only string cache. Start of solution for
Paul Smith
1
-0
/
+2
2006-02-01
Various updates, mainly to the Windows port, from Eli Zaretskii and
Paul Smith
1
-7
/
+1
2006-01-04
Various changes getting ready for the release of 3.81.
Paul Smith
1
-2
/
+2
2005-10-24
Make second expansion optional (partial implementation).
Paul Smith
1
-1
/
+8
2005-08-08
- Fixed a bug reported by Michael Matz regarding handling of parallel
Paul Smith
1
-7
/
+14
2005-07-12
Various minor updates and code cleanups.
Paul Smith
1
-1
/
+1
2005-07-04
Various fixes and updates from testers of the beta3 release (mostly Windows
Paul Smith
1
-10
/
+6
2005-06-27
Fix strerror() handling for systems which set ANSI_STRING.
Paul Smith
1
-1
/
+1
2005-06-25
Fix -W foo yielding infinite recursion in some cases of re-exec.
Paul Smith
1
-4
/
+14
2005-06-25
Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.
Paul Smith
1
-44
/
+76
2005-06-12
Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we
Paul Smith
1
-0
/
+5
2005-05-08
Document the secondary expansion method. Also, some other documentation
Paul Smith
1
-8
/
+24
2005-05-03
Fix problems with losing tokens in the jobserver, reported by Grant
Paul Smith
1
-14
/
+42
2005-04-13
Fix performance degradation introduced by the second expansion feature.
Paul Smith
1
-0
/
+2
2005-04-08
Fix some Savannah bugs.
Paul Smith
1
-22
/
+28
2005-03-09
Fixed Savannah bug #12266.
Boris Kolpackov
1
-1
/
+1
[next]