summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-131-1/+15
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
* Save the variable buffer content, not a potentially old pointer to it.Paul Smith2012-09-091-3/+2
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-15/+15
* Update copyright notices.Paul Smith2012-01-161-3/+3
* Changes to resolve warnings.Paul Smith2011-11-141-1/+2
* Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith2010-11-061-0/+13
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
* - Rename strieq() to patheq() for clarity.Paul Smith2010-07-011-2/+1
* (lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'.Eli Zaretskii2009-12-111-2/+12
* Update copyright years.Paul Smith2009-10-251-2/+2
* Various simple code cleanups.Paul Smith2009-10-251-1/+1
* - Rework secondary expansion so we only defer it if there's a possibilityPaul Smith2009-09-241-176/+205
* - Add xcalloc() and call itPaul Smith2009-09-161-4/+2
* - Fix Savannah bug 17825Paul Smith2009-06-131-2/+2
* - Fix Savannah bug #24622Paul Smith2009-06-071-4/+4
* - Modify access of config and gnulib Savannah modules to use GITPaul Smith2009-06-041-1/+2
* New special variable: .RECIPEPREFIXPaul Smith2007-11-041-7/+7
* Fix Savannah bug #20452.Paul Smith2007-07-141-1/+3
* * Update to GPLv3Paul Smith2007-07-041-4/+4
* This is a major update, which switches virtually every allocated-but-not-freedPaul Smith2007-03-201-194/+216
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith2006-11-181-1/+1
* Another round of cleanups:Paul Smith2006-04-091-9/+9
* Fixed Savannah bug #16053.Boris Kolpackov2006-03-171-6/+18
* - Memory cleanups, found with valgrind.Paul Smith2006-02-201-25/+29
* Last of the copyright updates.Paul Smith2006-02-111-1/+2
* Update copyright and license notices on all files.Paul Smith2006-02-111-14/+11
* Fix Savannah bugs # 15341, 15534, and 15533.Paul Smith2006-02-061-8/+14
* Make second expansion optional (partial implementation).Paul Smith2005-10-241-76/+152
* Fix performance degradation introduced by the second expansion feature.Paul Smith2005-04-131-20/+35
* Fixed Savannah bug #12320.Boris Kolpackov2005-03-151-93/+107
* * New feature: -L optionPaul Smith2005-02-281-0/+12
* Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov2005-02-271-1/+1
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-271-12/+97
* Fixed bug in implicit rule prerequisite evaluation code. Added test.Boris Kolpackov2004-09-211-1/+2
* Various enhancementsPaul Smith2004-05-161-1/+5
* Many compiler warning cleanups.Paul Smith2004-02-241-1/+1
* Many bug fixes etc.Paul Smith2004-01-211-0/+3
* Fix bug #2515: the .SECONDARY target with no prerequisites wasn'tPaul Smith2003-03-281-1/+13
* Fix bug #2892.Paul Smith2003-03-251-1/+1
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-38/+20
* Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith2002-10-041-3/+7
* New variables, .VARIABLES and .TARGETS.Paul Smith2002-08-011-0/+49
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-277/+221
* Documentation and tests for order-only prerequisites.Paul Smith2002-07-091-2/+17
* Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith2002-05-101-1/+2
* * Various bug fixes.Paul Smith2000-10-051-12/+18
* * Various fixes; see the ChangeLog.Paul Smith2000-07-301-22/+26
* * Minor code cleanupsPaul Smith2000-07-071-4/+11