[bug #61805] .ONESHELL causes quoting in .SHELLFLAGS to not work as expected.

2022-01-13 Thread Dmitry Goncharov
Follow-up Comment #3, bug #61805 (project make): Here is a better version of the fix and more tests in sv61805_fix2.diff and sv61805_test2.diff. (file #52664, file #52665) ___ Additional Item Attachment: File name: sv61805_test2.diff

Re: [PATCH] Fix nonzero detection in integer parsing

2022-01-13 Thread Jouke Witteveen
On Mon, Dec 20, 2021 at 8:24 PM Jouke Witteveen wrote: > > * src/function.c (parse_textint): Fix nonzero detection. > * tests/scripts/functions/intcmp: Extend test coverage. > --- > > The `*p++ == '0'` test should have been `*p++ != '0'` and did not need > to be repeated for every digit anyway. B

Re: escaped newline in macro expansion in command line

2022-01-13 Thread Dmitry Goncharov
On Fri, Jan 7, 2022 at 11:32 AM Dmitry Goncharov wrote: > If we can agree, then i'll file a request to opengroup to explicitly > state that this > > "When an escaped is found in a command line in a makefile, > the command line shall contain the , the , and the > next line, except that the first c