This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perldelta for "\n" =~ /.*/g fix
[perl5.git]
/
pod
/
perldelta.pod
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
f63abb5
..
074202c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1,8
+1,9
@@
=encoding utf8
=for comment
=encoding utf8
=for comment
-This has been completed up to
a75c6ed6bbe
, except for:
+This has been completed up to
21eede782
, except for:
803e389 rurban CYG17 utf8 paths
803e389 rurban CYG17 utf8 paths
+d9298c1 rurban mymalloc isn't thread safe
=head1 NAME
=head1 NAME
@@
-462,6
+463,11
@@
C<-t> now works when stacked with other filetest operators [perl #77388].
Stacked filetest operators now only call FETCH once on a tied argument.
Stacked filetest operators now only call FETCH once on a tied argument.
+=item *
+
+C</.*/g> would sometimes refuse to match at the end of a string that ends
+with "\n". This has been fixed [perl #109206].
+
=back
=head1 Known Problems
=back
=head1 Known Problems