summaryrefslogtreecommitdiff
path: root/function.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-1/+1
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-2/+2
2012-09-09On BSD, realpath(3) doesn't fail if the target doesn't exist, so testPaul Smith1-4/+2
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith1-10/+10
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-15/+15
2012-03-03Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith1-8/+7
2012-01-29Create a new function $(file ...)Paul Smith1-0/+40
2012-01-28 Fix failures on MS-Windows when Make's standard handles are invalid.Eli Zaretskii1-19/+54
2012-01-25 function.c (define_new_function): Fix format strings in calls to `fatal'.Eli Zaretskii1-2/+2
2012-01-16Create a new internal interface for defining new make functions.Paul Smith1-18/+27
2012-01-16Update copyright notices.Paul Smith1-3/+3
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+18
2011-11-14Changes to resolve warnings.Paul Smith1-1/+1
2011-05-02Use the same algorithm for counting the number of words to sort as wePaul Smith1-12/+5
2011-04-18Add new feature: != shell assignment for portability with BSD make.Paul Smith1-9/+27
2010-08-07 function.c (func_shell) [WINDOWS32]: Reset just_print_flagEli Zaretskii1-3/+18
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-09Fix Savannah bug #30312.Eli Zaretskii1-0/+7
2010-07-09 job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii1-6/+6
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-10-03- Include <alloca.h> even on non-__GNUC__ systems.Paul Smith1-1/+2
2009-09-26Fix some memory leaks, found with valgrind.Paul Smith1-0/+1
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-1/+1
2009-09-16- Add xcalloc() and call itPaul Smith1-7/+5
2009-08-31 * function.c (windows32_openpipe): Update envp after callingEli Zaretskii1-0/+3
2009-07-04(func_realpath) [!HAVE_REALPATH]: Require the file to exist, asEli Zaretskii1-1/+4
2009-07-04 * function.c (IS_ABSOLUTE, ROOT_LEN): New macros.Eli Zaretskii1-9/+46
2009-06-13- Fix Savannah bug 17825Paul Smith1-18/+12
2009-06-09- Fix Savannah bug #18124Paul Smith1-3/+3
2009-05-24Found this change in an old CVS workspace: rewrite savestring() to thePaul Smith1-1/+1
2009-03-07 * function.c (func_shell): Don't close pipedes[1] if it is -1.Eli Zaretskii1-2/+5
2007-10-10Fixes from Eli Zaretskii:Paul Smith1-3/+4
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2007-05-11Fix some documentation gitches.Paul Smith1-1/+1
2007-05-09Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith1-1/+1
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-183/+183
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-34/+45
2006-04-09Another round of cleanups:Paul Smith1-23/+22
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-2/+2
2006-04-01Release GNU make 3.81.Paul Smith1-13/+9
2006-02-15Fix Savannah bug #106: keep separate track of which variable we arePaul Smith1-9/+10
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
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-0/+106
2005-11-17Implemented the flavor function which returns the flavor ofBoris Kolpackov1-0/+17
2005-08-29Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith1-0/+1
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-3/+3
2005-06-27Fix strerror() handling for systems which set ANSI_STRING.Paul Smith1-1/+4
2005-03-04- Missing docs for $|Paul Smith1-2/+2