platform/upstream/perl.git
2010-11-11 Jerry D. Hedden[perl #78964] Fix ext/XS-APItest/t/overload.t
2010-11-11 Father Chrysostomosperldelta up to 8ff3250783
2010-11-11 Tim BunceTest for [perl #78586]
2010-11-11 Father Chrysostomosmake regen_perly
2010-11-11 Zefram[perl #78586] Bleadperl eae48c89 breaks TIMB/Devel...
2010-11-11 Father Chrysostomosundef *glob should update isa(rev)
2010-11-11 Father ChrysostomosIncrease threads’ version
2010-11-11 Father ChrysostomosCorrect note about dir handles in threads.pm
2010-11-11 Nicholas ClarkInline sv_cmp() and sv_cmp_locale() as macros wrapping...
2010-11-11 Nicholas ClarkConvert the flags argument for Perl_sv_{eq,cmp,cmp_loca...
2010-11-11 Father ChrysostomosFix memory leaks in mro_package_moved
2010-11-11 Craig A. BerryRename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.
2010-11-10 Florian RagwitzFix compilation with old xsubpps
2010-11-10 Peter John... RT ticket #43694: as_int/as_number lose precision
2010-11-10 Craig A. BerryMake the buffer size for the perlio layer a macro.
2010-11-09 Florian RagwitzMove ExtUtils-Command from cpan/ to dist/
2010-11-09 Florian RagwitzMove ExtUtils-Manifest from cpan/ to dist/
2010-11-09 David GoldenCorrected date of death for Randy Kobes
2010-11-09 Florian RagwitzRemove an unused variable
2010-11-09 Florian RagwitzDisable bitwise operators
2010-11-09 Nicholas ClarkIn S_check_type_and_open() call PerlIO_openn() directly...
2010-11-09 Nicholas ClarkChange S_doopen_pm() and S_check_type_and_open() to...
2010-11-09 David Goldenperldelta: note passing of Randy Kobes
2010-11-09 AbigailOne more typo, reported by H.Merijn Brand
2010-11-09 AbigailSome typo fixes reported by Tom Christiansen
2010-11-09 Nicholas ClarkTest that Opcode loads without warnings.
2010-11-09 Nicholas ClarkTidy up ext/Opcode/t/Opcode.t.
2010-11-09 Nicholas ClarkConvert ext/Opcode/t/Opcode.t to Test::More.
2010-11-09 Nicholas ClarkFix error in tryAMAGICunDEREF() introduced in 25a9ffce1...
2010-11-09 Tom Christiansenauthorial perlipc edit
2010-11-09 Father ChrysostomosDelete paragraphs from mro.pm’s pod
2010-11-09 Father Chrysostomos[perl #75176] Symbol::delete_package does not free...
2010-11-09 Chris 'BinGOs... Update CGI.pm to CPAN version 3.50
2010-11-08 Florian RagwitzCorrect Math::BigInt::FastCalc version in perldelta
2010-11-08 Florian RagwitzUpgrade Math::BigInt to version 1.98
2010-11-08 Father ChrysostomosAdd Fingle Nark to AUTHORS
2010-11-08 Jerry D. HeddenExcluding tests in sub-dirs
2010-11-08 Fingle Narktypos in comments/pod
2010-11-08 Nicholas ClarkAvoid a declaration after statement, accidentally added...
2010-11-08 Nicholas ClarkIn B.xs, remove the now unused first argument from...
2010-11-08 Nicholas ClarkIn B.xs, use PPCODE rather than a typemap for output...
2010-11-08 Nicholas ClarkB::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864
2010-11-08 Nicholas ClarkIn B.xs refactor cc_opclassname() to make_op_object().
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{io,warnings} using...
2010-11-08 Nicholas ClarkIn B.xs, refactor make_warnings_object() to take a...
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{filegv,stash}...
2010-11-08 Nicholas ClarkMerge the implementation of B::COP::{file,stashpv}...
2010-11-08 Nicholas ClarkMerge the implementation of B::BM::TABLE with B::PV...
2010-11-08 Nicholas ClarkRemove unneeded PREFIXes from B.xs.
2010-11-08 Nicholas ClarkMerge the implementation of B::PV::PVBM with PVX and...
2010-11-08 Nicholas ClarkMerge the implementation of B::PV::{PVX,PV} using ALIAS.
2010-11-08 Nicholas ClarkRefactor B::PV::PV to use newSVpvn_flags() for both...
2010-11-08 Nicholas ClarkMerge the implementation of B::REGEXP::{REGEXP,precomp...
2010-11-08 Nicholas ClarkIn B::REGEX::precomp, use newSVpvn_flags() instead...
2010-11-08 Nicholas ClarkIn B.xs, move the version dependant regexp code to...
2010-11-08 Nicholas ClarkMove the aliasing of B::IV::RV as B::PV::RV from XS...
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-08 Karl Williamsonregexec.c: change variable name to its purpose
2010-11-08 Karl Williamsonutf8.c: Add function to create inversion of swash
2010-11-08 Karl Williamsonutf8.c: extract code into separate subroutine
2010-11-08 Karl Williamsonutf8.c: Add comments
2010-11-07 Chris 'BinGOs... Update File-Fetch to CPAN version 0.28
2010-11-07 Zeframrefactor GRAMPROG grammar slightly
2010-11-07 Niko TyniFix an out of bounds write in Data-Dumper with malforme...
2010-11-07 Florian RagwitzCorrect grouping in S_reginclass
2010-11-07 Florian RagwitzAdd Peter John Acklam to AUTHORS
2010-11-07 Peter John... RT ticket #61812: digit($n) with $n "out of range"
2010-11-07 Peter John... RT ticket #62643: typos in POD and code comments
2010-11-07 Peter John... RT ticket #62101: as_int() returns NaN for inf
2010-11-07 Peter John... RT ticket #61845: from_bin() documentation error
2010-11-07 Florian RagwitzStructure dist/Math-BigInt-FastCalc like the CPAN dist
2010-11-07 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.66
2010-11-07 Florian RagwitzSynchronise Math::BigInt{,::FastCalc} with CPAN
2010-11-07 Chris 'BinGOs... Update File-Fetch to CPAN version 0.26
2010-11-06 Florian RagwitzFix a compiler warning
2010-11-06 David Goldenlocalize $@ during binmode (RT#78844)
2010-11-06 Craig A. BerryAdd Nicolas Kaiser to AUTHORS.
2010-11-06 Nicolas KaiserRT 78836: vms/vms.c: dubious expressions
2010-11-06 Rafael Garcia... Add new ops in Opcode, so it does not warn at compilation
2010-11-06 Niko TyniG_VOID, G_SCALAR, and G_ARRAY are not separate bits...
2010-11-06 David GoldenAdded test for RT#78844
2010-11-06 Father ChrysostomosEliminate a few more $op->private calls in Deparse
2010-11-06 Father ChrysostomosMake Deparse work with y/å/ø/
2010-11-06 Father ChrysostomosTest y///r with B::Deparse
2010-11-06 Father ChrysostomosAvoid a run-time miniperl check every time SWASHNEW...
2010-11-06 Tom HukinsRemove details that changed over seven years ago.
2010-11-06 Tom HukinsClarify wording.
2010-11-06 Tom HukinsRefer to other documents more specifically
2010-11-06 Tom HukinsLink to perlbug's POD
2010-11-05 Karl Williamsonutf8_heavy.pl: Make callable during Perl's compilation
2010-11-05 Nicholas ClarkA hack for t/harness to restore the ability to run...
2010-11-05 Nicholas ClarkTweak the test from 98517ccb8d5e8751 to work with PERL_...
2010-11-05 Niko TyniDocument that the -Ci, -Co, and -CD options have file...
2010-11-05 Nicholas ClarkAvoid creating lots of mortals in B::walkoptree()
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2010-11-04 Father ChrysostomosStop B from crashing on y/å/ø/
2010-11-04 brian d foyRT 78818 Sync the description of \E in perlop with...
2010-11-04 brian d foyRT 78814 perlfunc/open(): four items are not a triple
2010-11-04 Nicholas ClarkSome tests for B::walkoptree.
2010-11-04 Nicholas ClarkCreate &B::{IV,PV}::as_string using typeglob assignment...
next