<feed xmlns='http://www.w3.org/2005/Atom'>
<title>make/tests/scripts/misc, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/port/make/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/port/make/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/'/>
<updated>2013-10-27T21:43:21Z</updated>
<entry>
<title>* makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.</title>
<updated>2013-10-27T21:43:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-26T04:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=9d58570c77240fed53d1f88217877f8e778f4bb2'/>
<id>urn:sha1:9d58570c77240fed53d1f88217877f8e778f4bb2</id>
<content type='text'>
* tests/scripts/misc/utf8: Test variable names with characters &gt;127.
Fix suggested by Robert Bogomip &lt;bob.bogo@milohedge.com&gt;
</content>
</entry>
<entry>
<title>[SV 27374] Fatal immediately on unrecoverable fopen() errors.</title>
<updated>2013-09-15T21:09:01Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T20:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=1b9024889384fc26d296ee4340ffca32e8c73017'/>
<id>urn:sha1:1b9024889384fc26d296ee4340ffca32e8c73017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV #38945] Copy the entire buffer back when overwriting CR</title>
<updated>2013-05-26T18:41:45Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-26T18:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93'/>
<id>urn:sha1:c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.</title>
<updated>2013-05-26T17:56:51Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-26T17:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=bf60bbd67a345c27fae513372dd05a8c019176f6'/>
<id>urn:sha1:bf60bbd67a345c27fae513372dd05a8c019176f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.</title>
<updated>2012-03-04T00:24:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-04T00:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=23c2b99e9d23e726ede9442728272616e66d416f'/>
<id>urn:sha1:23c2b99e9d23e726ede9442728272616e66d416f</id>
<content type='text'>
Fixes Savannah bug #34530.
</content>
</entry>
<entry>
<title>Modify backslash/newline handling for POSIX.</title>
<updated>2012-03-03T18:45:08Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-03T18:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=88f1bc8b55b9f5abf35fdf974310c1063fa41068'/>
<id>urn:sha1:88f1bc8b55b9f5abf35fdf974310c1063fa41068</id>
<content type='text'>
We fixed Savannah 16670 but that broke previously-working makefiles
that relied on the GNU make behavior.  The POSIX behavior doesn't
seem to me to be better, and can be obtained using GNU make as well,
so put it back as the default behavior and require .POSIX to
get the POSIX behavior.
Add a new section to the manual discussing backslash/newline handling.
Update the test suite.
</content>
</entry>
<entry>
<title>Improve backslash/newline handling to adhere to POSIX requirements.</title>
<updated>2010-11-06T21:56:23Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-11-06T21:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=391456aad790172c3cbbceb5544dd785c0e60a99'/>
<id>urn:sha1:391456aad790172c3cbbceb5544dd785c0e60a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix Savannah bug #19108</title>
<updated>2009-06-10T02:21:09Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-10T02:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=c8840352acf40443a70ea3748130cee055154492'/>
<id>urn:sha1:c8840352acf40443a70ea3748130cee055154492</id>
<content type='text'>
- Fix Savannah bug #17752
- Test suite:
  * When tests fail keep a "run" file containing the command invoked.
  * Support for the Valgrind "memcheck" and "massif" tools.
</content>
</entry>
<entry>
<title>- Add forgotten variable/define test suite</title>
<updated>2009-06-05T01:17:29Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-05T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=71385e12250ea56ddb2186f22a3f741684562ac5'/>
<id>urn:sha1:71385e12250ea56ddb2186f22a3f741684562ac5</id>
<content type='text'>
- Skip initial whitespace including formfeeds, vertical tab, etc.
- Add tests for that
- Fix the variable/SHELL test; it was wrong!
</content>
</entry>
<entry>
<title>New special variable: .RECIPEPREFIX</title>
<updated>2007-11-04T21:54:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2007-11-04T21:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/port/make/commit/?id=43d81ff8669c3705ca3c61270af4a5c7218c2fe6'/>
<id>urn:sha1:43d81ff8669c3705ca3c61270af4a5c7218c2fe6</id>
<content type='text'>
Allows the user to reset the prefix character for introducing recipe lines
from the default (tab) to any other single character, and back again.
Also, reworked the manual to consistently use the word "recipe" to describe
the set of commands we use to update a target, instead of the various
phrases used in the past: "commands", "command lines", "command scripts",
etc.
</content>
</entry>
</feed>
