This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix up delimcpy_no_escape()
authorKarl Williamson <khw@cpan.org>
Sat, 17 Oct 2020 03:08:13 +0000 (21:08 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 31 Oct 2020 17:04:19 +0000 (11:04 -0600)
commit430f723e6dceffbacbd1d7160d35ee8a2b698448
treeef8d5a4308f1822d1b4dc2813f6b73d792a3b6c1
parentcc448ceab170493a35039184f4f85054a8ddf971
Fix up delimcpy_no_escape()

I modified this function in ab01742544b98b5b5e13d8e1a6e9df474b9e3005,
and did not fully understand the edge cases.  This commit now handles
those properly, the same as plain delimcpy() does.
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/delimcpy.t
proto.h
util.c