platform/upstream/perl.git
2012-05-22 Father Chrysostomosperldelta for vec w/2GB offsets
2012-05-22 Father Chrysostomosperldelta for File::stat -r warning
2012-05-22 Father Chrysostomosperldelta for method{}
2012-05-22 Father Chrysostomosperldelta for CORE:: and TARG
2012-05-22 Father Chrysostomosperldelta for undef *^H non-ambiguity
2012-05-22 Father Chrysostomosperldelta for Hash::Util changes
2012-05-22 Father Chrysostomosperldelta for modding $_[0] in STORABLE_freeze
2012-05-22 Father Chrysostomosperldelta for setting $^N
2012-05-22 Father Chrysostomosperldelta for copying call checkers to closures
2012-05-22 Father Chrysostomosperldelta for hvstore and %^H
2012-05-22 Father Chrysostomosperldelta for goto "\0"
2012-05-22 Father Chrysostomosperldelta for goto ""
2012-05-22 Father ChrysostomosIncrease $Pod::Functions::VERSION to 1.06
2012-05-22 Father ChrysostomosRemove double space from Pod::Functions descr
2012-05-22 Father ChrysostomosConsistent spaces after dots in CORE.pod
2012-05-22 Father Chrysostomosop.c: Remove redundant assignment
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-05-22 Father ChrysostomosTest that ‘require v5’ ignores sub named v5
2012-05-22 Father ChrysostomosMake while(each ...) imply defined($_ = ...)
2012-05-22 Father Chrysostomosoverride.t: Remove obsolete comment
2012-05-22 Father Chrysostomosrequire_errors.t: Test <> error
2012-05-22 Father ChrysostomosAllow require_errors.t to be run from the top level
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING from B::Concise
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...
next