This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING
2012-05-22 Father Chrysostomoscoreamp.t: rename badly-named tests
2012-05-22 Father Chrysostomosop.c:ck_glob: Don’t do gv_fetchpv("CORE::GLOBAL::glob")
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_require
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from ck_glob
2012-05-22 Father Chrysostomosop.c: Remove a redundant ck_subr call from dofile
2012-05-22 Father Chrysostomosop.c:ck_glob: Check PL_globhook before loading File...
2012-05-22 Father ChrysostomosTest <> ovrld with glob override
2012-05-22 Father Chrysostomoscproto.t: Add tests for BEGIN, etc.
2012-05-22 Father ChrysostomosMake cproto.t more stringent
2012-05-22 Father ChrysostomosMake pos(@array) and pos(%hash) into errors
2012-05-22 Eric Brine[perl #112692] perlfunc: waitpid takes two args
2012-05-22 Father Chrysostomos[Merge] Update overload caches properly
2012-05-22 Father ChrysostomosCorrect Peek.t to account for flag changes
2012-05-22 Father ChrysostomosCheck HvNAME in Gv_AMG
2012-05-22 Father Chrysostomosoverload.pm: Allow :: in method names
2012-05-22 Father Chrysostomosoverload.t: Make the undef %overload:: test useful
2012-05-22 Father Chrysostomosoverload.t: Translate a comment into English :-)
2012-05-22 Father Chrysostomosoverload.t: Move a test
2012-05-22 Father Chrysostomosoverload.pm: This warning exists now
2012-05-22 Father ChrysostomosUpdate overload docs
2012-05-22 Father ChrysostomosConsign magic_setamagic to oblivion
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-05-22 Father ChrysostomosDon’t magicalise %OVERLOAD
2012-05-22 Father Chrysostomossv.c: Don’t do SvAMAGIC_off in newSVrv
2012-05-22 Father Chrysostomossv.c: Don’t do SvAMAGIC_off in sv_setsv_flags
2012-05-22 Father Chrysostomossv.c: Don’t fiddle with AMAGIC in sv_bless
2012-05-22 Father ChrysostomosMake ‘no overload’ also warn about invalid args
2012-05-22 Father Chrysostomosoverload.pm: Don’t touch %OVERLOAD’s dummy entry
2012-05-22 Father ChrysostomosMake overloaded classes inherit fallback
2012-05-22 Father Chrysostomosoverload.t: Tests for no overload "fallback"
2012-05-22 Father ChrysostomosCorrect comment typo in overload.t
2012-05-22 Father ChrysostomosIncrease $overload::VERSION to 1.19
2012-05-22 Father ChrysostomosMake @ISA changes update overloadedness
2012-05-22 Father Chrysostomosoverload.t: Move some tests above ‘keep last’ test
2012-05-22 Father Chrysostomos[perl #112708] Update overloadedness with ‘use overload’
2012-05-22 Father Chrysostomosoverload.t: Another to-do test for isa changes
2012-05-22 Father Chrysostomosgv.c: Check overload tables when overloading is used
2012-05-22 Father Chrysostomossv.h: define SvAMAGIC in terms of HvAMAGIC
2012-05-22 Father Chrysostomossv.h: Turn off AMAGIC flag in Gv_AMG
2012-05-22 Father Chrysostomossv.h: Add HvAMAGIC macros
2012-05-22 Father ChrysostomosDon’t incr PL_amagic_generation in universal.c
2012-05-22 Father ChrysostomosDon’t check PL_amagic_generation in Gv_AMG
2012-05-22 Father ChrysostomosMove SvAMAGIC flag from object to stash
2012-05-22 Father ChrysostomosTo-do tests for method/isa/overload updates and overloading
2012-05-22 jkeenanCorrect spelling error reported by rrt.
2012-05-22 Moritz Lenz[perlfunc] fix usage of wait
2012-05-22 Tony Cookdocument the return value of pipe()
2012-05-22 Tony Cook[perl #111638] fix -p on File::stat objects
2012-05-22 Tony Cook[perl #111638] TODO for -p on a File::stat object
2012-05-22 Father ChrysostomoscheckAUTHORS.pl: Another address for Matthew Horsfall
2012-05-22 Father Chrysostomosperldiag: Rewrap symref error for better splain output
2012-05-22 SmylersMake symbolic references diagnostic less cryptic
2012-05-22 Lukas Maidocument behavior of duplicate keys in hash assignment
2012-05-22 Matthew Horsfall... Fix --authors to work and fix documentation as well.
2012-05-22 Tony Cook[rt #111730] don't use I32 for offsets in vec()
2012-05-22 Tony Cook[rt #111730] TODO tests for vec() with large offsets
2012-05-22 Tony Cook[rt #100514] regression test for read() with a 2Gib...
2012-05-22 Tony Cookadd a directory of tests to run with large available...
2012-05-22 Tony Cook[rt #111640] warn on the right -X operators used on...
2012-05-22 Tony Cook[rt #111640] TODO tests for warnings from -X on File...
2012-05-21 Father ChrysostomosDon’t stringify GV in numeric cx outside warnings scope
2012-05-21 Father Chrysostomosfeature.pl: Make 5.even bundle imply 5.odd
2012-05-21 Father ChrysostomosDon’t let method-BLOCK read beyond the stack
2012-05-21 jkeenanDocument hashref_locked() and hashref_unlocked(). ...
2012-05-21 Father ChrysostomosCorrect comment typo in op.h
2012-05-21 Father ChrysostomosDosGlob.pm: Fix pod syntax
2012-05-21 Father ChrysostomosRemove obsolete comment from DosGlob.pm
2012-05-21 Father ChrysostomosIncrease $File::DosGlob::VERSION to 1.07
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2012-05-21 Father Chrysostomosscope.c: Simplify and clarify comment
2012-05-21 Dagfinn Ilmari... Don't warn about "ambiguous without parens" for ctrl...
2012-05-21 Father Chrysostomos[perl #112418] Fix POD paragraph formatting
2012-05-21 Father ChrysostomosIncrease $Hash::Util::VERSION to 0.12
2012-05-21 jkeenanAdd subroutines hash_locked() and hashref_locked()...
2012-05-21 Father ChrysostomosFile::Find: typo
2012-05-21 jkeenanIndividual files may appear in list of directories...
2012-05-21 jkeenanIndividual files may appear in list of directories...
2012-05-21 Father ChrysostomosIncrease $File::Find::VERSION to 1.21
2012-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
2012-05-21 Father ChrysostomosIncrease $Storable::VERSION to 2.35
2012-05-21 Father ChrysostomosRemove todo for UTF8 source filters
2012-05-21 Father Chrysostomos[perl #112184] Handle $^N in Perl_magic_set
2012-05-21 Father Chrysostomosperldata: Consistent spaces after dots
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-05-21 Father Chrysostomos[perl #111000] Let hv_store work on hint hashes
2012-05-21 Father Chrysostomosmg.c:magic_clearhint: remove redundant PERL_UNUSED_ARG
2012-05-21 Father ChrysostomosXS-APItest/t/hash.t: comment typo
2012-05-21 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.39
2012-05-21 Father Chrysostomospp_ctl.c:pp_goto: Don’t repeat yourself
2012-05-21 Father ChrysostomosProduce the right error for goto "\0"
2012-05-21 Father Chrysostomos[perl #111794] Make goto "" like goto ${\""}
2012-05-21 Father ChrysostomosTeach B::Concise about UTF8 labels
2012-05-21 Father ChrysostomosIncrease $B::Concise::VERSION to 0.90
2012-05-21 Father ChrysostomosCorrections to AUTHORS should go to perlbug
2012-05-21 Father Chrysostomosregen/opcodes: Rmv evalonce comment
2012-05-21 Father Chrysostomospp_hot.c:pp_entersub: Rmv comment about setting PL_compcv
2012-05-21 Alan Haggai... Removed a redundant 'once'
2012-05-21 Father ChrysostomosFix non-GCC compilation
2012-05-21 Father Chrysostomos[Merge] Filetest refactoring
next