This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlio.c: Generalize for EBCDIC
authorKarl Williamson <public@khwilliamson.com>
Sat, 13 Apr 2013 15:18:41 +0000 (09:18 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:56:06 +0000 (09:56 -0600)
commit76e6dc3a786387b6174655bd76877e406a342e5b
treec2d36696d47cc290f013e2298ff4b3e9d26c3e8a
parentc5eda08a3ed28f8c2b583618101553353dae3b51
perlio.c: Generalize for EBCDIC

This code had the hex constants for CARRIAGE RETURN and LINE FEED
hard-coded in.  It appears to me from the comments that '\r' and '\n'
are not suitable to use instead.  This commit changes the constants to
use the native values instead.
perlio.c