In perl.git, the branch smoke-me/Pod-Functions has been created
<http://perl5.git.perl.org/perl.git/commitdiff/5e909f4bb1064c090091941ad075a132e8f63121?hp=0000000000000000000000000000000000000000>
at 5e909f4bb1064c090091941ad075a132e8f63121 (commit)
- Log -----------------------------------------------------------------
commit 5e909f4bb1064c090091941ad075a132e8f63121
Author: Karl Williamson <[email protected]>
Date: Mon Jan 23 11:19:51 2012 -0700
perlpodspec: Remove outdated text
This warning against using alternate text with hyperlinks is no longer
valid, See http://code.activestate.com/lists/perl-pod-people/1393/
And relevant changes:
https://github.com/theory/pod-simple/commit/1e61e819debf9c7c23907d7bb9e37855665fd595
http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997
https://github.com/theory/test-pod/commit/ae6a44894eda4fd09fb412d837efe543628cd7d6
M pod/perlpodspec.pod
commit 654c723fd377eb0d22b2bff31f08cbc7db15dcaa
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:58:58 2012 -0800
sv.c:sv_utf8_encode: simplify code
sv_force_normal already croaks for read-only variables
M sv.c
commit 18984c14b373cb9ef631091f5c5e151e9b0971f0
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:56:50 2012 -0800
universal.c:XS_utf8_decode: rmv redundant code
SvPV_force_nolen already calls sv_force_normal for us.
M universal.c
commit 6dd7c1f1e9477c302194505f6e1aaa57121f68bd
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:48:42 2012 -0800
Donât allow read-only regexps to be tied
Since the test triggered another bug in freeing read-only
regexps, this commit fixes that too.
M sv.c
M t/op/tie.t
commit a9a249629c8a321606e6b817e73a8f8a2c0ae36f
Author: Karl Williamson <[email protected]>
Date: Mon Jan 23 07:44:38 2012 -0700
perldelta: Rmv git relict line
This line was a result of clearing a rebasing conflict, and I failed to
remove it.
M pod/perldelta.pod
commit 3a482d8d6250628185cb4de79a85f353ba799a58
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:39:47 2012 -0800
sv_force_normal: Donât confuse regexps with cows
Otherwise we get assertion failures and possibly corrupt
string tables.
M sv.c
M sv.h
M t/lib/universal.t
commit 1ef8987b48398aed58d54d2cf83033cbbb7f3d7f
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:20:36 2012 -0800
English.pm: Remove fallacious comment
M lib/English.pm
commit 0552980ae2ce1142bf3b76d2eb9a04172fad97f1
Author: Father Chrysostomos <[email protected]>
Date: Sun Jan 22 22:20:00 2012 -0800
Increase $English::VERSION to 1.05
M lib/English.pm
-----------------------------------------------------------------------
--
Perl5 Master Repository