summaryrefslogtreecommitdiff
path: root/read.c
Commit message (Expand)AuthorAgeFilesLines
* Fix VMS implicit rules and UNIX paths.John Malmberg2014-10-201-8/+10
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
* Change the order of "makefile" and "Makefile" to match the manual.Eli Zaretskii2014-08-301-1/+1
* Fix regression with "makefile" not being found on MS-Windows.Eli Zaretskii2014-08-301-1/+1
* Fix defalt_makefiles[] for MS-Windows.Jonny Grant2014-07-121-0/+4
* * read.c (eval): [SV 41677] Correct test for TAB vs. 8 spaces.Paul Smith2014-07-071-1/+1
* * various: Assume ISO C89-compliant free() implementation.Paul Smith2014-07-071-20/+10
* * maintMakefile, various: Improve constification of the codebase.Paul Smith2014-07-071-3/+3
* * read.c (unescape_char): Use memmove() for overlapping memory.Paul Smith2013-11-241-2/+2
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-43/+53
* * read.c (record_files): [SV 33034] Change fatal() to error()Paul Smith2013-10-201-1/+1
* * read.c (eval): Avoid GCC warning to add braces.Paul Smith2013-10-191-8/+9
* [SV 40139] Modify "missing separator" for better translationPaul Smith2013-10-131-3/+4
* [SV 39709] Fix some typos.Paul Smith2013-10-091-1/+1
* Allow loaded objects to opt out of the "auto-rebuild" feature.Paul Smith2013-09-221-3/+11
* Add VMS port updates from Hartmut Becker.Paul Smith2013-09-221-1/+1
* [SV 27374] Fatal immediately on unrecoverable fopen() errors.Paul Smith2013-09-151-1/+15
* [Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith2013-07-221-1/+1
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-211-3/+2
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-58/+40
* [SV #38945] Copy the entire buffer back when overwriting CRPaul Smith2013-05-261-1/+1
* [SV #39028] Fix some small typos in messages.Paul Smith2013-05-261-2/+2
* Make MFLAGS and MAKEFLAGS more reliable and predictable.Paul Smith2013-05-221-1/+4
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-14/+14
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-171-3/+2
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-031-1/+3
* Support .ONESHELL on MS-Windows, for default Windows shells.Eli Zaretskii2013-04-271-1/+1
* Support --output-sync on MS-Windows.Eli Zaretskii2013-04-271-1/+4
* 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