This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-09-07 Andy DoughertyFix alignment for darwin with -Dusemorebits.
2012-09-05 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.90
2012-09-05 Shlomi Fishperl5db: more tests
2012-09-05 Shlomi Fishperl5db: fix an accidental effect of strictures
2012-09-04 Jerry D. HeddenFix compiler warning about empty if body
2012-09-04 Andy DoughertyCollapse duplicate settings in hints/solaris_2.sh
2012-09-04 Andy DoughertyAvoid garbled sed command in hints/solaris_2.sh
2012-09-04 Nicholas ClarkDocument the reason for the early return in Perl_newPRO...
2012-09-04 Nicholas ClarkMerge improvements to -DPERL_DEBUG_READONLY_OPS into...
2012-09-04 Nicholas ClarkIn Perl_cv_forget_slab(), simplify the conditionally...
2012-09-04 Nicholas ClarkPerl_magic_setdbline() should clear and set read-only...
2012-09-04 Nicholas ClarkIn op.c, change S_Slab_to_rw() from an OP * parameter...
2012-09-04 Nicholas ClarkWith -DPERL_DEBUG_READONLY_OPS, changing a slab refcnt...
2012-09-04 Nicholas ClarkUnder -DPERL_DEBUG_READONLY_OPS don't work around glibc...
2012-09-04 Sébastien Aperghis... Make dual-lived constant.pm work on 5.8 again
2012-09-03 Rafael Garcia... Make XSLoader's UPSTREAM as undef
2012-09-03 Sebastien Aperghis... Upgrade to XSLoader 0.16
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-09-01 Craig A. BerryAdd Karen Etheridge to AUTHORS.
2012-09-01 Karen EtheridgeRT#114312: prevent ls from colourizing output
2012-08-31 Steve Hayperldelta for 94814ff57e and 5e56f3f11f
2012-08-31 Steve HayUpgrade DB_File to 1.827
2012-08-31 Jerry D. HeddenFix skip_without_dynamic_extension to just skip
2012-08-31 Father ChrysostomosRevert "toke.c: PL_in_eval purge"
2012-08-31 Father Chrysostomostest.pl:run_multiple_progs: Document cmdline switches
2012-08-31 Father Chrysostomoss/${foo#}//e should be an error
2012-08-31 Father ChrysostomosCommit 6b00f562ed broke s/${\%x}{3}//e
2012-08-31 Sullivan BeckBump Locale-Codes from 3.22 to 3.23
2012-08-31 Craig A. BerryMake new File::Copy test case insensitive.
2012-08-31 Craig A. BerryFiles ending in .eg are also non-pod.
2012-08-31 Aristotle Pagaltzis[perl #114498] Document (0)[1,2] better
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Steffen MuellerSilence ParseXS warning about abusing the CODE section
2012-08-31 Tony Cook[perl #112776] avoid warning on an initialized non...
2012-08-31 Tony Cook[perl #112776] TODO test for warning
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%.1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-31 Father Chrysostomos[perl #114410] Reset utf8 pos cache on get
2012-08-31 Father Chrysostomosutf8cache.t: Skip only the XS-dependent test
2012-08-31 Father Chrysostomostest.pl: Add skip_without_dynamic_extension
2012-08-31 Father ChrysostomosBreak s//3}->{3/e
2012-08-31 Father ChrysostomosFix two minor s//.../e parsing bugs
2012-08-31 Father Chrysostomostoke.c: PL_in_eval purge
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: comments, comments
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Merge similar code
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Remove incorrect part of comment
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Merge two adjacent #ifdefs
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: Remove unnecessary assignment
2012-08-31 Father Chrysostomostoke.c:scan_heredoc: less pointer fiddling; one less SV
2012-08-31 Father Chrysostomostoke.c:S_scan_heredoc: put the croaking code in one...
2012-08-31 Father ChrysostomosMake eval "s//<<END/e" slightly faster
2012-08-31 Father Chrysostomoslex.t: Mangle obscenity (albeit euphemistic)
2012-08-31 Father ChrysostomosFix here-doc body extraction in eval 's//<<END/'
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-31 Father Chrysostomostoke.c:S_scan_heredoc: Put stream-based parser in else...
2012-08-31 Father ChrysostomosAvoid uninit warning for qq|${\<<FOO}|
2012-08-31 Father Chrysostomostoke.c: S_scan_heredoc: prune dead code
2012-08-30 Nicholas ClarkRefactor t/op/die.t to re-use the same $SIG{__DIE__...
2012-08-30 Colin KuskieRefactor t/op/die.t to use test.pl instead of making...
2012-08-30 Jerry D. HeddenFix Cygwin build warnings
2012-08-29 Nicholas ClarkRemove a no-longer needed lexical from t/op/lop.t
2012-08-29 Colin KuskieDocument the last five tests of t/op/lop.t
2012-08-29 Colin KuskieUpdate t/op/lop.t to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/uni/case.pl to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/porting/checkcase.t to use test.pl instead...
2012-08-29 Colin KuskieRefactor t/re/no_utf8_pt.t to use test.pl instead of...
2012-08-29 Nicholas ClarkAdd /\.gif\z/ files to the non-Pod exceptions in t...
2012-08-29 Nicholas Clarkt/porting/podcheck.t now passes no_chdir to File::Find...
2012-08-29 Nicholas Clarkt/porting/dual-life.t now passes no_chdir to File:...
2012-08-29 Nicholas Clarkt/porting/exec-bit.t isn't using File::{Basename,Find...
2012-08-29 Nicholas Clarkt/porting/checkcase.t now passes no_chdir to File:...
2012-08-29 Nicholas ClarkRefactor t/porting/filenames.t to shrink the code and...
2012-08-28 Karl Williamsonregexec.c: White-space only
2012-08-28 Karl WilliamsonAvoid duplicate table look ups.
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-28 Karl Williamsonregexec.c: Remove no longer needed comments
2012-08-28 Steve Hayperldelta for 43ddfa5614 and 39b80fd98d.
2012-08-28 Steve HayRevert File::Copy::copy() to fail when copying a file...
2012-08-28 Steve HayFix File::Copy test failure on Windows
2012-08-28 Father Chrysostomosnote CPAN pod link target; regen pod issues
2012-08-28 Father Chrysostomosperldtrace.pod: typo
2012-08-28 Father Chrysostomosperldtrace.pod: Remove a stray =item
2012-08-28 Father ChrysostomosAdd another address for Shawn Moore to checkAUTHORS.pl
2012-08-28 Father ChrysostomosAdd t/run/dtrace.pl to MANIFEST
2012-08-28 Shawn M Moore"loading-file" and "loaded-file" DTrace probes
2012-08-28 Shawn M Moore"op-entry" DTrace probe
2012-08-28 Father Chrysostomosop.c: Two more boolean %hash optimisations
2012-08-28 Father ChrysostomosUse PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)
2012-08-28 Father Chrysostomoscaller.t: Fix ‘Caller’ test
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
next