Branch: refs/heads/leont/perlio-readline
Home: https://github.com/Perl/perl5
Commit: 88b9e1886e84c4a5f78418a6deb6a851a1125122
https://github.com/Perl/perl5/commit/88b9e1886e84c4a5f78418a6deb6a851a1125122
Author: Leon Timmermans <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M embed.fnc
M embed.h
M makedef.pl
M perlio.c
M perliol.h
M proto.h
M sv.c
Log Message:
-----------
Implement new style readline and the slow fallback
Commit: b84aa2794562fa0d6802bb2e6d977ec7bb268ea5
https://github.com/Perl/perl5/commit/b84aa2794562fa0d6802bb2e6d977ec7bb268ea5
Author: Leon Timmermans <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M makedef.pl
M perlio.c
M perliol.h
Log Message:
-----------
Add fast readdelim to main buffering layers
Commit: a7f7ba57e828bf8939e9e8504ac94e0d6616ec77
https://github.com/Perl/perl5/commit/a7f7ba57e828bf8939e9e8504ac94e0d6616ec77
Author: Leon Timmermans <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M ext/PerlIO-encoding/encoding.pm
M ext/PerlIO-encoding/encoding.xs
Log Message:
-----------
Make :encoding use the new readdelim method
Commit: b7d72f4d72c703fa311f1a95709cc70cf5094151
https://github.com/Perl/perl5/commit/b7d72f4d72c703fa311f1a95709cc70cf5094151
Author: Leon Timmermans <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M ext/PerlIO-scalar/scalar.pm
M ext/PerlIO-scalar/scalar.xs
M ext/PerlIO-via/via.pm
M ext/PerlIO-via/via.xs
Log Message:
-----------
Make :via and :scalar use readdelim
Compare: https://github.com/Perl/perl5/compare/bf0537534ddd...b7d72f4d72c7