This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dquote_static.c: Forbid \c{ on EBCDIC
authorKarl Williamson <khw@cpan.org>
Fri, 17 Oct 2014 01:24:53 +0000 (19:24 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 21 Oct 2014 15:26:50 +0000 (09:26 -0600)
commita27ed9805e6767d92a9ba275f4379cd1f342cafe
tree1e89bfd61cb05ce4547a9a7faed51ff202eed4c0
parentd9759938eb6b6cd4b44f6be9200b1fdcce67382c
dquote_static.c: Forbid \c{ on EBCDIC

Unlike ASCII platforms where \c{ evaluates to a semi-colon, and raises a
fatal error because that result is not a control character, on EBCDIC
platforms it does evaluate to a control, but we have to forbid it anyway
because unescaped "{" now is special as a part of larger sequences, and
we don't want to get the parser confused.
dquote_static.c
pod/perldiag.pod
t/lib/warnings/toke