This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t crash on @a =~ // warning
[perl5.git] / pod /
2012-01-17 Chris 'BinGOs' Wil... Update Locale-Maketext to CPAN version 1.22
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2012-01-17 Father Chrysostomosperldelta: Typos and calrifications
2012-01-17 Father Chrysostomosperldelta up to 1a50d74bac4
2012-01-17 Father Chrysostomosperldelta for @& and PL_sawampersand
2012-01-17 Father Chrysostomosperldelta for tying and autoviv
2012-01-17 Father Chrysostomosperldelta for overload::Overloaded/can change
2012-01-17 Father Chrysostomosperldelta for += warning
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-16 Father Chrysostomosperldiag.pod: Document overload’s invalid arg warning
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-15 Father Chrysostomosperldelta up to 55b5114f4
2012-01-15 Father Chrysostomosperldelta up to 9f71cfe6ef2
2012-01-14 Father Chrysostomosperldelta up to 7c2b3c783b
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-13 Karl Williamsonperldelta for Unicode property performance changes
2012-01-13 Karl Williamsonperlunicode: Discourage use of is_utf8_char()
2012-01-13 Karl Williamsonperlop: Typos, too long lines, corrections
2012-01-10 Father ChrysostomosCorrect bad wording in perlsub
2012-01-09 Chris 'BinGOs' Wil... Merge the POSIX notes in perldelta.
2012-01-08 Chris 'BinGOs' Wil... Update perlfaq to CPAN version 5.0150037
2012-01-08 David Mitchellclarify how $SIG{__DIE__} can return
2012-01-07 Father Chrysostomosperlfunc: spaces after dots
2012-01-07 Tom HukinsMake localtime()' s documentation more succinct
2012-01-06 Michael Witten[perl #90632] perlfunc: Rewrite `split'
2012-01-06 Ricardo Signesdocument the upgrade of Perldoc
2012-01-06 Father Chrysostomosperlsyn: spaces after dots
2012-01-06 Father Chrysostomosperlsyn: wrap long verbatim line
2012-01-06 Father Chrysostomosperlsyn: Correct ... example
2012-01-06 Father Chrysostomosperlsyn: add triple-dot index entries and alias
2012-01-06 Father Chrysostomosperlop: remove triple-dot
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2012-01-06 Tom Christiansen[perl #90926] Corrections to the previous patch
2012-01-06 Tom Christiansen[perl #90926] smartmatch PATCH 2 of 2: perlsyn.pod
2012-01-06 Tom Christiansen[perl #90906] Corrections to the previous patch
2012-01-06 Tom Christiansen[perl #90906] smartmatch PATCH 1 of 2: perlop.pod
2012-01-06 Chris 'BinGOs' Wil... Update CPANPLUS to CPAN version 0.9116
2012-01-05 Father Chrysostomos[perl #90064] perlfunc: Document special 0 mode for...
2012-01-05 H.Merijn Brand[perl #90648] perlop: There is no low-prec //
2012-01-05 Father Chrysostomos[perl #90648] perlop: There ain’t no C-style //
2012-01-05 Father Chrysostomosperlfunc: spaces after dots
2012-01-05 Tom Christiansen[perl #89758] important perlfunc version guards
2012-01-05 Father Chrysostomos[perl #97464] Document actual case when @DB::args is set
2012-01-04 Ricardo Signesadd a missing apostrophe
2012-01-03 Chris 'BinGOs' Wil... Update Module-Pluggable to CPAN version 4.0
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2012-01-03 Father ChrysostomosRegenerate perlguts’ mg table automatically
2012-01-03 Father Chrysostomosperldelta for GV non-cloning
2012-01-03 Father Chrysostomosperldelta for %n
2012-01-03 Father Chrysostomosperldelta for hash element deletion and destructors
2012-01-03 Father Chrysostomosperldelta for method deletion
2012-01-03 Father Chrysostomosperldelta for system SIGCHLD interference
2012-01-03 Father Chrysostomosperldelta for #! line errors
2012-01-03 Father Chrysostomosperldelta for POSIX sigsuspend
2012-01-03 Father Chrysostomosperldelta: update status comment
2012-01-03 Father Chrysostomosperldelta for reifying tied arrays
2012-01-03 Father Chrysostomosperldelta for tied @DB::args
2012-01-03 Father Chrysostomosperldelta for splain’s multiline support
2012-01-03 Father Chrysostomosperldelta for splain’s backtrace formatting
2012-01-03 Father Chrysostomosperldelta for lvalue fixes
2012-01-03 Father Chrysostomosperldelta for Data::Dumper and *{""}
2012-01-03 Father Chrysostomosperldelta for Data::Dumper and vstrings
2012-01-03 Father Chrysostomosperldelta for PerlIO::get_layers and numbers
2012-01-03 Father Chrysostomosperldelta for PerlIO::get_layers and get-magic
2012-01-03 Father Chrysostomosperldelta for select fixes
2012-01-03 Father Chrysostomosperldelta for deparsing $( $| $) in regexps
2012-01-03 Father Chrysostomosperldelta for /$#a/ deparsing
2012-01-03 Father Chrysostomosperldelta for open(foo::bar) warning
2012-01-03 Father Chrysostomosperldelta for deparsing strict [perl #24027]
2012-01-03 Father Chrysostomosperldelta for B::Deparse ambient_pragmas fix
2012-01-03 Father Chrysostomosperldelta for helem and hslice on null values
2012-01-03 Father Chrysostomosperldelta for newHVhv on tied hashes
2012-01-03 Father Chrysostomosperldelta for deparsing features
2012-01-03 Father Chrysostomosperldelta for feature revamp
2012-01-02 Nicholas ClarkNote the user-visible installperl changes in perldelta.
2012-01-01 Father Chrysostomos[perl #103492] Correct docs for %n format in perlfunc
2011-12-31 Chris 'BinGOs' Wil... Update Version-Requirements to CPAN version 0.101021
2011-12-31 Father Chrysostomosperldelta up to a65c7ff
2011-12-31 Father Chrysostomosperldelta for deparsing "foo::]"->...
2011-12-31 Father Chrysostomosperldelta for tying empty %^H (cb1f05e8f)
2011-12-31 Father Chrysostomosperldelta for deparsing "string"->[0]
2011-12-31 Father Chrysostomosperldelta for deparsing open("string")
2011-12-31 Father Chrysostomosperldelta for safe %^H cloning
2011-12-30 Chris 'BinGOs' Wil... Update CPAN-Meta to CPAN version 2.113640
2011-12-30 Chris 'BinGOs' Wil... Update CGI to CPAN version 3.59
2011-12-30 Eric BrineClarify that \Q, \U, \L don't require \E
2011-12-30 Nicholas ClarkNote POSIX changes in perldelta.
2011-12-30 Karl Williamsonperldelta for Unicode::UCD change
2011-12-30 Karl Williamsonperlunicode: nit
2011-12-29 Father ChrysostomosCroak when setting a tied @DB::args
2011-12-29 Father Chrysostomosperldiag: Delete redundant entry
2011-12-29 Father ChrysostomosDocument various messages in perldiag
2011-12-29 Father Chrysostomosperldiag: Consistent formatting of categories
2011-12-29 Father Chrysostomosperldiag: Tweak pack/% message
2011-12-29 Father ChrysostomosDocument ‘Can't reset %ENV’ in perldiag
2011-12-29 Father Chrysostomosperldiag: Document 2 more ‘Can't open’ messages
2011-12-29 Father Chrysostomosperldiag: Tweak ‘Can't open perl script’
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
next