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
/
commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-20
Rename the make.h file to makeint.h for internal use only.
Paul Smith
1
-1
/
+1
2012-03-05
Simplify copyrights using ranges of years.
Paul Smith
1
-3
/
+1
2012-03-04
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
1
-10
/
+10
2012-01-16
Update copyright notices.
Paul Smith
1
-3
/
+3
2010-11-06
Improve backslash/newline handling to adhere to POSIX requirements.
Paul Smith
1
-4
/
+13
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
-37
/
+54
2009-10-25
Update copyright years.
Paul Smith
1
-2
/
+2
2009-10-25
Various simple code cleanups.
Paul Smith
1
-4
/
+6
2009-10-07
Minor fix and code rework.
Boris Kolpackov
1
-12
/
+13
2009-10-06
Fix savannah bug 25780. Optimize things a bit.
Boris Kolpackov
1
-20
/
+72
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-5
/
+10
2009-09-16
- Add xcalloc() and call it
Paul Smith
1
-1
/
+1
2009-06-13
- Fix Savannah bug 17825
Paul Smith
1
-1
/
+1
2009-05-24
Found this change in an old CVS workspace: rewrite savestring() to the
Paul Smith
1
-1
/
+1
2007-11-04
New special variable: .RECIPEPREFIX
Paul Smith
1
-6
/
+3
2007-07-04
* Update to GPLv3
Paul Smith
1
-4
/
+4
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
-25
/
+28
2006-04-09
Another round of cleanups:
Paul Smith
1
-16
/
+13
2006-04-07
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Paul Smith
1
-2
/
+2
2006-02-20
- Memory cleanups, found with valgrind.
Paul Smith
1
-3
/
+3
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
-13
/
+11
2005-08-08
- Fixed a bug reported by Michael Matz regarding handling of parallel
Paul Smith
1
-2
/
+30
2005-03-04
- Missing docs for $|
Paul Smith
1
-0
/
+5
2005-02-27
Implementation of the second expansion in explicit
Boris Kolpackov
1
-1
/
+1
2004-09-21
Remove sindex() and replace with strstr().
Paul Smith
1
-7
/
+5
2004-05-16
Various enhancements
Paul Smith
1
-3
/
+9
2004-02-24
Many compiler warning cleanups.
Paul Smith
1
-1
/
+1
2003-01-30
Portability fix for glob.h building in FreeBSD ports system.
Paul Smith
1
-1
/
+3
2002-10-14
Convert the source code to use ANSI C style function definitions and
Paul Smith
1
-15
/
+7
2002-10-13
Fix bug#1379: don't use alloca() where it could overrun the stack size.
Paul Smith
1
-6
/
+15
2002-09-12
Fixups for the release. One bug fix, some automake complaint fixes,
Paul Smith
1
-1
/
+1
2002-07-09
Documentation and tests for order-only prerequisites.
Paul Smith
1
-1
/
+1
2002-07-08
Various cleanups reported by people using the alpha release.
Paul Smith
1
-46
/
+65
2001-05-21
Some VMS fixes sent by John Fowler.
Paul Smith
1
-1
/
+1
2000-06-13
* Some timestamp fixes from Paul Eggert.
Paul Smith
1
-2
/
+5
2000-06-07
* Lots of bug fixes and cleanup; new i18n files, etc.
Paul Smith
1
-1
/
+1
2000-02-05
* Fix PR/1407.
Paul Smith
1
-2
/
+2
1999-10-15
* Fix PR/1394.
Paul Smith
1
-8
/
+8
1999-10-13
* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.
Paul Smith
1
-84
/
+86
1999-07-28
* Add gettext macros to start i18n support.
Paul Smith
1
-8
/
+8
1999-07-21
* Add configure option to enable dmalloc library.
Paul Smith
1
-1
/
+1
1999-07-20
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
Paul Smith
1
-0
/
+1
1999-06-14
* Various bug fixes.
Paul Smith
1
-1
/
+1
1999-03-05
* Update FSF address info in copyright notices.
Paul Smith
1
-1
/
+2
1998-10-03
Checkpoint changes. Bug fixes, mostly.
Paul Smith
1
-8
/
+9
1997-08-27
Updates for GNU make 3.75.92.
Paul Smith
1
-1
/
+1
1997-04-07
Changes for make 3.75.1
Paul Smith
1
-6
/
+15
[next]