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
/
job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-25
New command line option: --eval=STRING will cause STRING to be
Paul Smith
1
-2
/
+2
2009-09-28
- Update manual description for pattern rule search algorithm
Paul Smith
1
-2
/
+5
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-2
/
+3
2009-08-02
- Fix Savannah bug #27093
Paul Smith
1
-1
/
+1
2009-08-01
Changes from Ralf Wildenhues.
Paul Smith
1
-1
/
+1
2009-06-09
- Fix Savannah bug #18124
Paul Smith
1
-2
/
+2
2009-06-07
- Add a new test suite for LIBPATTERNS
Paul Smith
1
-1
/
+7
2008-09-30
* job.c (construct_command_argv_internal): Avoid extra backslash
Eli Zaretskii
1
-1
/
+7
2007-12-22
configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST with
Eli Zaretskii
1
-1
/
+1
2007-11-04
New special variable: .RECIPEPREFIX
Paul Smith
1
-24
/
+6
2007-10-10
Fixes from Eli Zaretskii:
Paul Smith
1
-7
/
+16
2007-07-04
* Update to GPLv3
Paul Smith
1
-4
/
+4
2007-05-11
Fix some documentation gitches.
Paul Smith
1
-4
/
+13
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
-2
/
+2
2006-11-18
Fix from Eli for incorrect value of $(MAKE) on Cygwin.
Paul Smith
1
-9
/
+9
2006-10-01
Fixed a number of documentation bugs, plus some build/install issues:
Paul Smith
1
-0
/
+6
2006-04-09
Another round of cleanups:
Paul Smith
1
-40
/
+38
2006-04-07
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Paul Smith
1
-24
/
+24
2006-03-20
Minor fixes before the rc2 release.
Paul Smith
1
-1
/
+1
2006-03-20
Add some alloca(0) calls for systems without "normal" alloca support.
Paul Smith
1
-1
/
+1
2006-03-10
Numerous updates to tests for issues found on Cygwin and Windows.
Paul Smith
1
-3
/
+7
2006-02-20
- Memory cleanups, found with valgrind.
Paul Smith
1
-2
/
+5
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
-15
/
+12
2006-02-08
Fixed Savannah bug #15641.
Boris Kolpackov
1
-2
/
+6
2006-02-06
Updates to Windows stuff from Markus Mauhart.
Paul Smith
1
-5
/
+6
2006-02-01
Various updates, mainly to the Windows port, from Eli Zaretskii and
Paul Smith
1
-10
/
+25
2006-01-04
Various changes getting ready for the release of 3.81.
Paul Smith
1
-2
/
+2
2005-09-26
Make sure to assign a boolean value to a 1-bit bitfield. Reported on
Paul Smith
1
-6
/
+11
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
-7
/
+25
2005-08-08
- Fixed a bug reported by Michael Matz regarding handling of parallel
Paul Smith
1
-16
/
+44
2005-06-26
Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts
Paul Smith
1
-54
/
+39
2005-06-10
Fixes for VMS from Hartmut Becker.
Paul Smith
1
-3
/
+3
2005-05-31
Fixed Savannah bugs #13216 and #13218.
Boris Kolpackov
1
-2
/
+8
2005-05-08
Document the secondary expansion method. Also, some other documentation
Paul Smith
1
-9
/
+28
2005-05-03
Fix problems with losing tokens in the jobserver, reported by Grant
Paul Smith
1
-685
/
+37
2005-04-08
Fix some Savannah bugs.
Paul Smith
1
-0
/
+8
2004-11-12
Patch for command line parsing for VMS from Hartmut Becker.
Paul Smith
1
-0
/
+11
2004-10-06
Apply patch from Alessandro Vesely for WINDOWS32-specific bug # 9748.
Paul Smith
1
-18
/
+85
2004-09-21
Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),
Paul Smith
1
-2
/
+2
2004-05-16
Various enhancements
Paul Smith
1
-6
/
+30
2004-03-22
Numerous updates and bug fixes.
Paul Smith
1
-120
/
+117
2004-02-24
Many compiler warning cleanups.
Paul Smith
1
-1
/
+1
2004-02-23
Numerous fixes: patches for OS/2; core for -f ''; makefile updates.
Paul Smith
1
-26
/
+18
2004-02-21
VMS fix.
Paul Smith
1
-24
/
+6
2004-01-21
Many bug fixes etc.
Paul Smith
1
-4
/
+77
2004-01-08
Enhancements to the documentation (fixes bugs #1772 and 4898).
Paul Smith
1
-7
/
+6
2003-07-19
Minor updates for Windows and OS/2.
Paul Smith
1
-1
/
+1
2003-05-02
- Fix bug #1405: allow multiple pattern-specific variables to match a target.
Paul Smith
1
-7
/
+6
[next]