summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-24Many compiler warning cleanups.Paul Smith1-1/+1
2004-01-21Many bug fixes etc.Paul Smith1-0/+3
2003-03-28Fix bug #2515: the .SECONDARY target with no prerequisites wasn'tPaul Smith1-1/+13
2003-03-25Fix bug #2892.Paul Smith1-1/+1
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-38/+20
2002-10-04Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith1-3/+7
2002-08-01New variables, .VARIABLES and .TARGETS.Paul Smith1-0/+49
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-277/+221
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-2/+17
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-1/+2
2000-10-05* Various bug fixes.Paul Smith1-12/+18
2000-07-30* Various fixes; see the ChangeLog.Paul Smith1-22/+26
2000-07-07* Minor code cleanupsPaul Smith1-4/+11
2000-06-20* More updates and fixes.Paul Smith1-20/+10
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-1/+2
2000-06-14* More fixes for configuring gettext correctly.Paul Smith1-1/+1
2000-06-13* Some timestamp fixes from Paul Eggert.Paul Smith1-10/+50
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-3/+21