summaryrefslogtreecommitdiff
path: root/tests/scripts/misc/bs-nl
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26[SV #38945] Copy the entire buffer back when overwriting CRPaul Smith1-2/+7
2013-05-26[SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.Paul Smith1-0/+22
2012-03-03Modify backslash/newline handling for POSIX.Paul Smith1-15/+41
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.
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-0/+76