In perl.git, the branch tonyc/readline-fixed has been created
<http://perl5.git.perl.org/perl.git/commitdiff/93edbb1a11bf2a632f9eaba5b43123a6fc40a024?hp=0000000000000000000000000000000000000000>
at 93edbb1a11bf2a632f9eaba5b43123a6fc40a024 (commit)
- Log -----------------------------------------------------------------
commit 93edbb1a11bf2a632f9eaba5b43123a6fc40a024
Author: Tony Cook <[email protected]>
Date: Sat Mar 17 00:08:33 2012 +1100
Incomplete implementation of $/ = \number acting like read()
It's under tested, and incomplete
- readline appears to ignore IN_BYTES, so this code continues to do so.
- currently :utf8 will return invalid utf8, which means this can too,
if we can be sure of :utf8 returning only valud utf-8 the FIXME can
be ignored
- VMS is the elephant in the room - the conditional means that the new
code is completely ignored for reading from files. If we can detect
record-oriented files in some way this could change.
M sv.c
M t/io/utf8.t
commit a049b64028188824c794a3dafe8602805c7f4c9f
Author: Tony Cook <[email protected]>
Date: Tue Mar 13 23:41:41 2012 +1100
die, evil [IU]32
It's still not as dead as I'd like.
M sv.c
-----------------------------------------------------------------------
--
Perl5 Master Repository