summaryrefslogtreecommitdiff
path: root/expand.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Update Copyright statements for 2014.Paul Smith1-1/+1
2014-07-07* various: Assume ISO C89-compliant free() implementation.Paul Smith1-3/+1
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-4/+4
2013-07-21[Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith1-6/+4
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-122/+122
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-4/+4
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Ensure appending private variables in pattern-specific target variables.Paul Smith1-2/+4
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-5/+5
2012-01-16Update copyright notices.Paul Smith1-3/+3
2011-08-29Save strings we're expanding in case an embedded eval causes themPaul Smith1-13/+7
2011-05-07Ensure private variables are not used when appending target-specificPaul Smith1-6/+7
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-2/+2
2009-08-02- Fix Savannah bug #27093Paul Smith1-8/+13
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2007-06-19Fix a core dump when reading_file is 0 (20033).Paul Smith1-4/+9
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-3/+5
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-28/+39
2006-04-09Another round of cleanups:Paul Smith1-14/+12
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-1/+1
2006-03-15Fix Savannah bug #15913.Paul Smith1-8/+8
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith1-1/+1
2006-02-20- Memory cleanups, found with valgrind.Paul Smith1-8/+8
2006-02-15Fix Savannah bug #106: keep separate track of which variable we arePaul Smith1-17/+23
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-07-12Various minor updates and code cleanups.Paul Smith1-1/+1
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-1/+1
2004-09-21Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith1-41/+39
2004-03-22Numerous updates and bug fixes.Paul Smith1-1/+2
2003-11-04Fix bugs 5798 and 6195.Paul Smith1-0/+10
2003-01-30Enhancement (bug #2407) Make error messages more clear.Paul Smith1-8/+6
2002-10-25Fix eval bugs 1516 and 1517.Paul Smith1-0/+25
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-31/+12
2002-10-05Fix core dump on malformed variable line (Debian bug #81656)Paul Smith1-1/+1
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-1/+1
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-22/+22
2001-01-21Some bug fixes and document updates.Paul Smith1-31/+51
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-1/+5
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-1/+1
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-15/+8
2000-02-07* Fix for dir.c from Andreas Schwab.filedef-cleanup-basePaul Smith1-8/+17
2000-02-05* Fix PR/1407.Paul Smith1-14/+1
2000-01-11* Change $(call...) to not expand arguments by default.Paul Smith1-1/+1
1999-11-17* Many cleanups and bugfixes.Paul Smith1-8/+66
1999-10-15* Fix PR/1394.Paul Smith1-4/+4