This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-08-05 Father Chrysostomostoke.c: s/below/above/
2013-08-05 Father Chrysostomostoke.c:incline: Avoid duplicate symbol lookup
2013-08-05 Father Chrysostomostoke.c:incline: Don’t stringify a GV to look it up
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2013-08-05 Father Chrysostomostoke.c:incline: Move code into the block that uses it
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-04 Father ChrysostomosDon’t let list const modification affect future retvals
2013-08-04 Father Chrysostomos[perl #119043] Allow utf8 up/downgrade on ro COWs
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-08-04 Father ChrysostomosRevert "[perl #119043] Exempt shared hash key consts...
2013-08-02 Chris 'BinGOs... _perl_abs_path() symlink tests fail on QNX Neutrino
2013-08-02 Chris 'BinGOs... Resolve File::Spec test failures on QNX Neutrino
2013-08-02 Chris 'BinGOs... Add note about regenerating META files when updating...
2013-08-02 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.132140
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-08-02 Tony Cookprevent a precedence warning on clang
2013-08-01 Karl Williamsonregcomp.c: Silence clang compiler warning
2013-08-01 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.29
2013-08-01 Karl Williamsondump.c: White-space only
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-08-01 Steve Hayversion's test files are not excluded from blead
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-08-01 Steve HayUse undef rather than 'undef' for Devel::PPPort's UPSTR...
2013-08-01 Steve HayNote that three more test files are excluded from XSLoader
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-31 David Mitchellpp_match(): remove some superfluous braces
2013-07-31 David Mitchellpp_match(): only look up pos() magic once
2013-07-31 David Mitchellpp_match(): remove redundant condition
2013-07-31 Steve HayFix ordering of modules and pragmata in perldelta.pod
2013-07-31 Steve HayUpgrade parent from 0.225 to 0.226
2013-07-31 Father Chrysostomosperlsub: constant -> inlinable
2013-07-31 Nathan TrapuzzanoRemove semicolon from inline TYPEMAP in perlxstut example.
2013-07-31 Karl Williamsonregcomp.c: Fix yet another C89 problem
2013-07-30 Karl Williamsonregcomp.c: Properly declare variable with C89
2013-07-30 David MitchellRT #118213: handle $r=qr/.../; /$r/p properly
2013-07-30 Karl Williamsonregcomp.c: Remove extraneous debug info
2013-07-30 Karl Williamsonregcomp.c: White-space only
2013-07-30 Karl Williamsonregcomp.c: Remove redundant code
2013-07-30 Karl Williamsonregexec.c: Add, clarify comments
2013-07-30 Karl Williamsonregcomp.c: Change Debug output of char classes
2013-07-30 Karl Williamsonregcomp.c: Debug output clearer ranges
2013-07-30 Karl Williamsonregcomp.c: White-space only
2013-07-30 Karl Williamsonregcomp.c: Change debug output to use \t, etc instead...
2013-07-30 Karl Williamsonregcomp.c: Extract duplicated code into single fcn
2013-07-30 Karl WilliamsonRegen t/porting/known_pod_issues.dat.
2013-07-30 Karl Williamsonregcomp.c: Fix potential scalar leak
2013-07-30 Karl Williamsonregcomp.c: Change #ifdef
2013-07-30 Andy DoughertyMention the 'make clean' makefile target [perl #38307].
2013-07-30 Steve HayRemove four Module-Build files which were removed in...
2013-07-30 Steve HayUpgrade Config-Perl-V from 0.18 to 0.19
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-30 Steve HayNote that five new meta/pod tests are excluded from...
2013-07-30 H.Merijn BrandConfig-Perl-V 0.19 released
2013-07-30 Nicholas ClarkNo need to prefix $(LDLIBPTH) when running $(CC) to...
2013-07-30 Steve HayUpdate Socket from 2.010 to 2.011
2013-07-30 Tony Cook[perl #118525] make it work on threaded builds
2013-07-29 Tony Cookperldelta for 486b1e7f0
2013-07-29 Tony CookCvGV is no longer a simple struct member access
2013-07-29 James E KeenanDocument $DynaLoader::dl_dlext, per sisyphus++.
2013-07-29 Steve HayAdd Aristotle to the list of The Keepers of the Pumpkin
2013-07-29 Tony CookPhilip Boulain is now a perl AUTHOR, and bump a version
2013-07-29 Philip BoulainReap child in case where exception has been thrown
2013-07-29 Colin KuskieRefactor ext/Pod-Functions/Functions_pm.PL to use Test...
2013-07-29 Tony Cook[perl #52000] use PL_exit_flags in the test so it works...
2013-07-29 Tony Cook[perl #52000] Warn/abort on attempted perl exit
2013-07-29 Tony Cook[perl #52000] add perldiag entries for the new warnings
2013-07-29 Tony CookJohn Gardiner Myers is now a perl AUTHOR
2013-07-29 John Gardiner... [perl #52000] Warn/abort on attempted perl exit
2013-07-29 Tony Cook[perl #114964] Correct 'ref' func POD to fix bad behavi...
2013-07-29 Tony Cookmention reftype too
2013-07-29 Tony CookBrendan Byrd is now a perl AUTHOR
2013-07-29 Brendan ByrdCorrect 'ref' func POD to fix bad behavior around ...
2013-07-29 Daniel Dragancomments only, explain the different ONE_AT_A_TIME...
2013-07-28 Father Chrysostomosperldelta for 2f222bbd/#119051 (\&$glob crashing)
2013-07-28 Father Chrysostomos[perl #119055] Make qq with no vars read-only
2013-07-28 Father ChrysostomosExempt clang from -Wunused-value when run as cc
2013-07-28 Father Chrysostomos[perl #119043] Exempt shared hash key consts from ro
2013-07-28 Father Chrysostomos[perl #119045] Make list constant mutable again
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-28 David Mitchell[MERGE] refactor pp_match(), pp_subst(), regexec()
2013-07-28 David Mitchellregexec(): add quick-fail test for anchored \G
2013-07-28 David Mitchellregexec: swap ganch setting and gofs offsetting
2013-07-28 David Mitchellfix COW match capture optimisation
2013-07-28 David Mitchellregexec(): avoid uninit use of var
2013-07-28 David Mitchellfix /test_bootstrap.t under -DPERL_NO_COW
2013-07-28 David Mitchellfix build under -DPERL_NO_COW
2013-07-28 David Mitchellregexec(): access extflags directly
2013-07-28 David Mitchellregexec(): tidy up ganch-setting code
2013-07-28 David Mitchellregexec(): merge the 2 RXf_GPOS_SEEN setup blocks
2013-07-28 David Mitchellregexec(): simplify RXf_ANCH_GPOS pos calc
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellpp_subst: don't use REXEC_COPY_STR on 2nd match
2013-07-28 David Mitchellpp_subst: combine 3 small elsif blocks into 1
2013-07-28 David Mitchellpp_subst: remove one use of 'm' local var
2013-07-28 David Mitchellpp_subst: reduce scope of 'i' variable
2013-07-28 David Mitchellpp_subst: reduce scope of 'm' var
2013-07-28 David Mitchellpp_subst: set/use s,m vars near where they're used
next