summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Implemented .WAITHEADmasterIgor Pashev1-0/+24
2014-10-20Fix VMS implicit rules and UNIX paths.John Malmberg1-8/+18
2014-09-30Update Copyright statements for 2014.Paul Smith1-1/+1
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-13/+20
2013-09-22Add VMS port updates from Hartmut Becker.Paul Smith1-1/+1
2013-07-22[Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith1-2/+3
2013-07-14Modify the update_status field in struct file to be an enum.Paul Smith1-11/+6
2013-06-22Create a character map to use for locating stop-points in strings.Paul Smith1-2/+2
2013-06-21Disable database verification unless debug enabled.Paul Smith1-1/+1
2013-05-26[SV #38442] Add library names to the string cache.Paul Smith1-1/+1
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-100/+100
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-05-17Remove the dlopen() pointer from struct filedef.Paul Smith1-0/+1
2013-05-13[Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith1-1/+15
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2012-09-09Save the variable buffer content, not a potentially old pointer to it.Paul Smith1-3/+2
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-15/+15
2012-01-16Update copyright notices.Paul Smith1-3/+3
2011-11-14Changes to resolve warnings.Paul Smith1-1/+2
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-0/+13
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-01- Rename strieq() to patheq() for clarity.Paul Smith1-2/+1
2009-12-11(lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'.Eli Zaretskii1-2/+12
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-10-25Various simple code cleanups.Paul Smith1-1/+1
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-176/+205
2009-09-16- Add xcalloc() and call itPaul Smith1-4/+2
2009-06-13- Fix Savannah bug 17825Paul Smith1-2/+2
2009-06-07- Fix Savannah bug #24622Paul Smith1-4/+4
2009-06-04- Modify access of config and gnulib Savannah modules to use GITPaul Smith1-1/+2
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-7/+7
2007-07-14Fix Savannah bug #20452.Paul Smith1-1/+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-194/+216
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-1/+1
2006-04-09Another round of cleanups:Paul Smith1-9/+9
2006-03-17Fixed Savannah bug #16053.Boris Kolpackov1-6/+18
2006-02-20- Memory cleanups, found with valgrind.Paul Smith1-25/+29
2006-02-11Last of the copyright updates.Paul Smith1-1/+2
2006-02-11Update copyright and license notices on all files.Paul Smith1-14/+11
2006-02-06Fix Savannah bugs # 15341, 15534, and 15533.Paul Smith1-8/+14
2005-10-24Make second expansion optional (partial implementation).Paul Smith1-76/+152
2005-04-13Fix performance degradation introduced by the second expansion feature.Paul Smith1-20/+35
2005-03-15Fixed Savannah bug #12320.Boris Kolpackov1-93/+107
2005-02-28* New feature: -L optionPaul Smith1-0/+12
2005-02-27Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov1-1/+1
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-12/+97
2004-09-21Fixed bug in implicit rule prerequisite evaluation code. Added test.Boris Kolpackov1-1/+2
2004-05-16Various enhancementsPaul Smith1-1/+5