summaryrefslogtreecommitdiff
path: root/commands.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-4/+13
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-12Add the beginning of the .ONESHELL special feature.Paul Smith1-37/+54
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-10-25Various simple code cleanups.Paul Smith1-4/+6
2009-10-07Minor fix and code rework.Boris Kolpackov1-12/+13
2009-10-06Fix savannah bug 25780. Optimize things a bit.Boris Kolpackov1-20/+72
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-5/+10
2009-09-16- Add xcalloc() and call itPaul Smith1-1/+1
2009-06-13- Fix Savannah bug 17825Paul Smith1-1/+1
2009-05-24Found this change in an old CVS workspace: rewrite savestring() to thePaul Smith1-1/+1
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-6/+3
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-2/+2
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-25/+28
2006-04-09Another round of cleanups:Paul Smith1-16/+13
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-2/+2
2006-02-20- Memory cleanups, found with valgrind.Paul Smith1-3/+3
2006-02-11Last of the copyright updates.Paul Smith1-1/+2
2006-02-11Update copyright and license notices on all files.Paul Smith1-13/+11
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-2/+30
2005-03-04- Missing docs for $|Paul Smith1-0/+5
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-1/+1
2004-09-21Remove sindex() and replace with strstr().Paul Smith1-7/+5
2004-05-16Various enhancementsPaul Smith1-3/+9
2004-02-24Many compiler warning cleanups.Paul Smith1-1/+1
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-1/+3
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-15/+7
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-6/+15
2002-09-12Fixups for the release. One bug fix, some automake complaint fixes,Paul Smith1-1/+1
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-1/+1
2002-07-08Various cleanups reported by people using the alpha release.Paul Smith1-46/+65
2001-05-21Some VMS fixes sent by John Fowler.Paul Smith1-1/+1
2000-06-13* Some timestamp fixes from Paul Eggert.Paul Smith1-2/+5
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-1/+1
2000-02-05* Fix PR/1407.Paul Smith1-2/+2
1999-10-15* Fix PR/1394.Paul Smith1-8/+8
1999-10-13* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.Paul Smith1-84/+86
1999-07-28* Add gettext macros to start i18n support.Paul Smith1-8/+8
1999-07-21* Add configure option to enable dmalloc library.Paul Smith1-1/+1
1999-07-20* Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul Smith1-0/+1
1999-06-14* Various bug fixes.Paul Smith1-1/+1
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-1/+2
1998-10-03Checkpoint changes. Bug fixes, mostly.Paul Smith1-8/+9
1997-08-27Updates for GNU make 3.75.92.Paul Smith1-1/+1
1997-04-07Changes for make 3.75.1Paul Smith1-6/+15
1996-05-09Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+3
1996-05-09Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-2/+16
1996-03-20Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-6/+16
1995-12-12Use plain stat instead of safe_stat.Roland McGrath1-2/+2