summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix VMS implicit rules and UNIX paths.John Malmberg2014-10-201-8/+18
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-13/+20
* Add VMS port updates from Hartmut Becker.Paul Smith2013-09-221-1/+1
* [Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith2013-07-221-2/+3
* Modify the update_status field in struct file to be an enum.Paul Smith2013-07-141-11/+6
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-2/+2
* Disable database verification unless debug enabled.Paul Smith2013-06-211-1/+1
* [SV #38442] Add library names to the string cache.Paul Smith2013-05-261-1/+1
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-100/+100
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-171-0/+1
* [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