summaryrefslogtreecommitdiff
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* Expand the loadable object support.Paul Smith2013-02-251-2/+4
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-201-13/+13
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
* Allow dynamically loaded objects to be rebuilt by make.Paul Smith2013-01-201-449/+457
* Implement new "load" directive.Paul Smith2012-10-291-11/+62
* Fix stupid wrong-pointer error handling target vars containing semicolons.Paul Smith2012-09-091-2/+2
* Ignore UTF-8 BOMs. See Savannah bug #36529.Paul Smith2012-09-091-5/+17
* read.c (unescape_char): Fix a thinko in the last change.Eli Zaretskii2012-09-091-3/+6
* Break out of an infinite loop if we're not making progress.Paul Smith2012-09-091-0/+4
* When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith2012-09-091-0/+7
* Fix unescape_char when not unescaping.Eli Zaretskii2012-09-011-1/+1
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
* Improve handling for escaped colons in prerequisite lists.Paul Smith2012-03-041-16/+61
* Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith2012-03-041-4/+4
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-39/+39
* Add support for "::=" simple assignment operator.Paul Smith2012-01-301-15/+22
* Update copyright notices.Paul Smith2012-01-161-3/+3
* Be sure to start parsing prereqs in the right place even if there arePaul Smith2011-11-141-3/+4
* Changes to resolve warnings.Paul Smith2011-11-141-1/+1
* Ensure variables defined in $(call ...) have global scopePaul Smith2011-09-121-1/+1
* Fix another error related to whitespace handling in archives.Paul Smith2011-06-121-5/+5
* Inverted the boolean test from what I wanted it to be. Added aPaul Smith2011-05-071-1/+1
* Avoid invoking glob() unless the filename has potential globbingPaul Smith2011-05-021-24/+34
* Delay caching of the file name in eval_makefile() until after all theBoris Kolpackov2011-04-291-6/+9
* Add new feature: != shell assignment for portability with BSD make.Paul Smith2011-04-181-2/+3
* Check if the target-specific variable is the same as the globalPaul Smith2010-11-301-1/+2
* Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith2010-11-061-22/+14
* - Fix the NEWS file to be accuratePaul Smith2010-08-141-6/+9
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
* Add the beginning of the .ONESHELL special feature.Paul Smith2010-07-121-0/+4
* - Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith2010-07-061-1/+4
* Do not consider filenames that contain parens but don't END in a paren,Paul Smith2010-07-031-15/+44
* Update copyright years.Paul Smith2009-10-251-2/+2
* Various simple code cleanups.Paul Smith2009-10-251-14/+8
* Get the old behavior for a situation when no makefile is found in a directory.Boris Kolpackov2009-10-221-1/+1
* Minor fix and code rework.Boris Kolpackov2009-10-071-0/+1
* Fix savannah bug 25780. Optimize things a bit.Boris Kolpackov2009-10-061-64/+0
* Implement the new undefine directive.Boris Kolpackov2009-10-061-4/+44
* Fix Savannah bugs #15110, #25493, #12686, and #17740.Boris Kolpackov2009-09-301-1/+1
* - Add static pattern targets to the string cache.Paul Smith2009-09-271-7/+7
* Fix some memory leaks, found with valgrind.Paul Smith2009-09-261-5/+16
* - Rework secondary expansion so we only defer it if there's a possibilityPaul Smith2009-09-241-147/+154
* - Add xcalloc() and call itPaul Smith2009-09-161-317/+275
* - Fix Savannah bug #13401Paul Smith2009-06-131-2/+4
* - Fix Savannah bug 17825Paul Smith2009-06-131-5/+15
* - Fix Savannah bug #18124Paul Smith2009-06-091-0/+1
* - Add a new test suite for LIBPATTERNSPaul Smith2009-06-071-29/+29
* - Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK.Paul Smith2009-06-061-62/+67
* - Add forgotten variable/define test suitePaul Smith2009-06-051-1/+6
* - Modify access of config and gnulib Savannah modules to use GITPaul Smith2009-06-041-70/+66