Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 8d6c0b5d15ae392931618429f028a8841d7bc873
      
https://github.com/Perl/perl5/commit/8d6c0b5d15ae392931618429f028a8841d7bc873
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M MANIFEST
    M pp_hot.c
    A t/op/readline_nb.t

  Log Message:
  -----------
  readline: clear the error flag if the error happens to be EAGAIN

(or the equivalent EWOULDBLOCK)

This allows questionable code that tries to combine select and the
readline flavour of buffered I/O to limp along.  Such code is still
risky due to select() checking the underlying OS handle and not
the perl handle.

Fixes #22883


  Commit: 65dea24025ffc5367d2f3b7003f9658a31ae9ced
      
https://github.com/Perl/perl5/commit/65dea24025ffc5367d2f3b7003f9658a31ae9ced
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  perldelta for readline ignores EAGAIN, EWOULDBLOCK


Compare: https://github.com/Perl/perl5/compare/a1af91d3af82...65dea24025ff

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to