develooper Front page | perl.perl5.changes | Postings from March 2012

[perl.git] branch tonyc/readline-fixed, created. v5.15.8-143-g93edbb1

From:
Tony Cook
Date:
March 16, 2012 06:22
Subject:
[perl.git] branch tonyc/readline-fixed, created. v5.15.8-143-g93edbb1
Message ID:
E1S8X6X-0007AF-CF@camel.ams6.corp.booking.com
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 <tony@develop-help.com>
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 <tony@develop-help.com>
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About