projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
395717c
)
perldelta for #116322 and #112244
author
Karl Williamson <public@khwilliamson.com>
Tue, 19 Feb 2013 05:02:33 +0000 (22:02 -0700)
committer
Karl Williamson <public@khwilliamson.com>
Tue, 19 Feb 2013 05:03:29 +0000 (22:03 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1f61588
..
4ae25e5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-589,6
+589,15
@@
they've finished using it.
A trailing '/' on a path in @INC will no longer have an additional '/' appended.
+=item *
+
+The C<:crlf> layer now works when unread data doesn't fit into its own
+buffer. [perl #112244].
+
+=item *
+
+C<ungetc()> now handles UTF-8 encoded data. [perl #116322].
+
=back
=head1 Known Problems