This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for e3962106e93f
[perl5.git] / pod /
2015-09-21 Peter Martiniperldelta updates for 5.23.3
2015-09-21 Peter MartiniRemove unneeded ", from perldiag entry
2015-09-16 Zachary StorerAdd 2 books to perlbook
2015-09-16 Karl Williamsonperlbook: Decrease indent of verbatim lines
2015-09-16 Karl Williamsonperlbook: Add some L<> links
2015-09-16 Karl WilliamsonFix too-long verbatim lines in perlfunc
2015-09-14 James E KeenanAdd test for sprintf ordering by both explicit index...
2015-09-12 Steve HayCopy perl5203delta into blead
2015-09-12 Steve Hay5.20.3 today
2015-09-11 Lukas Maireplace references to "-w" by strict/warnings
2015-09-11 Thomas Sibleyperlvar: %LAST_MATCH_START is not %-
2015-09-11 Karl Williamsonpods: Discourage use of 'In' prefix for Unicode Block...
2015-09-09 Karen Etheridgefix list rendering in perlhack
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-07 Daniel Draganadd parallel support 4 Win32 dmake-COREDIR parallelism...
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-09-04 Karl WilliamsonMake cmp() work on EBCDIC with both UTF-8 operands
2015-09-03 Tony Cook[perl #120903] fix a typo
2015-09-02 Tony Cook[perl #120903] perlcall cleanup
2015-09-01 John SJ AndersonReplace '-w' ref in SEE ALSO with 'use warnings'
2015-09-01 Karl WilliamsonPATCH: [perl #125947] Doc error in perlunicode
2015-08-29 Steve HayPerl 5.20.3-RC2 today
2015-08-27 Tony Cookperldelta for e6b2cf838
2015-08-25 Karl Williamsonperlguts: Wrap macro name with C<>
2015-08-24 Karl Williamsonperldelta: Fix typo
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-24 Karl WilliamsonFurther clarification to [perl #125805] perldelta
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-08-24 Karl Williamsonperldebguts: Add clarification
2015-08-24 Karl Williamsonperldelta: Improve wording for [perl #125805]
2015-08-24 Karl WilliamsonPATCH: [perl #125805] Perl segfaults with a regex_sets...
2015-08-22 Steve HayPerl 5.20.3-RC1 today
2015-08-22 James E KeenanRemove superfluous line in code sample.
2015-08-20 Matthew HorsfallPorting/new-perldelta.pl regenerations
2015-08-20 Matthew Horsfalladd new release to perlhist v5.23.2
2015-08-20 Matthew HorsfallFinalize perldelta
2015-08-20 Matthew Horsfallperldelta updates for 5.23.2.
2015-08-20 Tony Cookperldelta for 668fcfea6, a1e27170f
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-18 Ludovic E. R. Tolh... Clarify functioning of '||' operator.
2015-08-17 Tony Cookperldelta for fb10a8a78bba
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-08-12 Craig A. BerryRequire civility; aspire to kindness.
2015-08-12 Daniel Dragandont create *{"_<$filename"} globs for perl lang debugg...
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-07-31 Steve HayUpgrade Filter-Util-Call from version 1.54 to 1.55
2015-07-31 Steve HayUpgrade Encode from version 2.75 to 2.76
2015-07-30 Tony Cookperldelta for 3480fbaaaea8
2015-07-29 Karl Williamsonperldelta entry for mktables changes
2015-07-27 Aristotle Pagaltzisperlvar: discourage $OLD_PERL_VERSION
2015-07-21 Aristotle Pagaltzisperlgit: minor copyedits
2015-07-21 Aristotle Pagaltzisperlgit: standardize verbatims to 2-space indent
2015-07-21 Aristotle Pagaltzisperlgit: demote old-git remote branch procedure
2015-07-20 Matthew HorsfallRun Porting/new-perldelta.pl for v5.23.2
2015-07-20 Matthew HorsfallAdd new release to perlhist v5.23.1
2015-07-20 Matthew HorsfallFinalize perldelta for 5.23.1
2015-07-20 Matthew HorsfallInitial perldelta updates for 5.23.1
2015-07-17 Jarkko Hietaniemiperldelta tweaks on the shift.
2015-07-15 Aaron Craneperldelta for recent printf changes
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-14 Steve HayUpgrade Unicode-Normalize from version 1.18 to 1.19
2015-07-14 Steve HayUpgrade Unicode-Collate from version 1.12 to 1.14
2015-07-14 Steve HayUpgrade autodie from version 2.28 to 2.29
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsonperldata: Change pod to reflect reality
2015-07-13 Aaron CraneEliminate repetitious wording in perldiag
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-12 Karen EtheridgeDocument $OLD_PERL_VERSION's history
2015-07-08 Karl Williamsonperldelta: Fix typo
2015-07-08 Daniel Dragandont report a $@ exception with uninitialized $!'s...
2015-07-08 Daniel Draganfix #124181 double free/refcnt problems in IO types...
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-07-06 Rafael Garcia-SuarezSome nits in perlsub
2015-07-04 Jarkko Hietaniemiperldelta for the shift work.
2015-07-04 Herbert Breunungperlcommunity.pod updates
2015-07-04 Ricardo Signesrestore the perldelta changes moved from perl5230delta
2015-07-04 Ricardo Signesremove things added to v5.23.0 delta but meant for...
2015-07-04 Ricardo Signesbelatedly set up delta for 5.23.1
2015-07-03 Craig A. Berryperldelta entry for 054a3baf7ca16fe.
2015-06-30 Steve HayUpgrade Encode from version 2.73 to 2.75
2015-06-30 Steve HayUpgrade Socket from version 2.019 to 2.020
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-28 Jarkko HietaniemiDocument the new shift behaviors.
2015-06-28 Jarkko HietaniemiExplicitly mention that even negative shiftees become...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-26 Craig A. BerryUpdate File::Spec advice in perlport.
2015-06-22 Ricardo Signesdo not try printing undef
2015-06-21 Aristotle Pagaltzisperlvar: fix list of defaulted array operators
2015-06-20 Ricardo Signesperldelta: correct target version v5.23.0
2015-06-20 Ricardo Signesperldelta: remove some unneeded bits
2015-06-20 Ricardo Signesperlhist: v5.23.0 will be today
2015-06-20 Ricardo Signesperldelta: update for v5.23.0
2015-06-19 Karl Williamsonperlebcdic: Fix typo
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
next