platform/upstream/perl.git
2013-03-23 David Mitchelladd descriptions to require.t test output
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-03-23 Ricardo Signesfix a missed s/deprecated/experimental/ for my $_
2013-03-23 Craig A. BerryRestore errno after VMS hack in S_sv_gets_read_record.
2013-03-22 Chris 'BinGOs... constant is 1.27 on CPAN
2013-03-22 Chris 'BinGOs... Module-CoreList is 2.85 on CPAN
2013-03-22 Max MaischeinBump version to5.17.11
2013-03-22 Max MaischeinNew perldelta
2013-03-22 Max MaischeinMerge branch 'release-5.17.10' into blead
2013-03-21 Max MaischeinRemove empty POD sections, fix link in pod
2013-03-21 Max Maischeinadd new release to perlhist
2013-03-21 Max MaischeinUpdate corelist for 5.17.10
2013-03-21 Max MaischeinUpdate perldelta for 5.17.10
2013-03-21 Max MaischeinBump version number in INSTALL
2013-03-21 Max Maischein Update Net::Ping from 2.40 to 2.41
2013-03-21 Patrik HägglundPATCH [perl #106212] Add PL_perlio_mutex to atfork_lock...
2013-03-21 Karl WilliamsonAdd Patrik Hägglund to AUTHORS
2013-03-21 Nicholas ClarkMerge in the changes that deprecate the use of @*,...
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkAdditional tests for the deprecation warnings when...
2013-03-21 Nicholas ClarkChange tie_fetch_count.t to use *] instead of **.
2013-03-21 Nicholas ClarkChange B::Deparse's test to test interpolation of ...
2013-03-20 David Goldenupdate Perl::OSType from 1.002 to 1.003
2013-03-20 Nicholas ClarkRe-order intrpvar.h to minimise holes in the interprete...
2013-03-20 Brad GilbertMake utf8 downgrading in constant.pm, version dependent
2013-03-20 Aaron TrevenaI18N-Langinfo/Langinfo.pm: Pod nit
2013-03-20 Karl WilliamsonAdd Aaron Trevena to AUTHORS
2013-03-19 Paul GreenEnsure only DOSish builds force O_BINARY=1 in the open...
2013-03-19 Paul GreenUpdate copyright statement for the Stratus VOS port
2013-03-19 Paul GreenUpdate pod/perlpord.pod to reflect recent VOS port...
2013-03-19 Paul GreenUpdate README.vos to reflect recent changes
2013-03-19 Paul GreenUpdate VOS hints file to use dynamic linking and 64...
2013-03-19 Paul GreenAssume that the host and target have the same executabl...
2013-03-19 Paul GreenRemove VOS floating-point workaround; VOS bug long...
2013-03-19 Shirakata KentaroPATCH: [perl #117181] pod: nitpick
2013-03-19 Karl Williamsonpod/perlfunc: Tweak new kill() wording
2013-03-19 Nicholas ClarkMerge in the changes that remove setjmp() from regcomp.c
2013-03-19 Nicholas ClarkDocument the uses of NULL returns in the regex parsing...
2013-03-19 Nicholas ClarkRevert "PATCH: regex longjmp flaws"
2013-03-19 Nicholas ClarkIn Perl_re_op_compile(), tidy up after removing setjmp().
2013-03-19 Nicholas ClarkReplace the longjmp()s in Perl_re_op_compile() with...
2013-03-19 Nicholas ClarkMove the longjmp() that implements REQUIRE_UTF8 up...
2013-03-19 Nicholas ClarkAdd a flag RESTART_UTF8 to the reg*() routines in regcomp.c
2013-03-19 Nicholas ClarkIn S_regclass(), create listsv as a mortal, claiming...
2013-03-19 Nicholas ClarkDocument when and why S_reg{,branch,piece,atom,class...
2013-03-19 Nicholas ClarkReturn orig_emit from S_regclass() when ret_invlist...
2013-03-19 Nicholas ClarkTest that UTF-8 in the look-ahead of (?(?=...)...)...
2013-03-19 Nicholas ClarkTest that S_grok_bslash_N() copes if S_reg() restarts...
2013-03-19 Nicholas ClarkRemove unreachable duplicate (?#...) parsing code from...
2013-03-19 Nicholas ClarkPerl_sv_uni_display() needs to be aware of RX_WRAPPED()
2013-03-19 Ricardo Signesperldelta for debugger changes
2013-03-19 Ricardo Signesbump version on perl5db.pl
2013-03-19 Kent Fredriclib/perl5db.pl: Workaround rt#116771 by putting DB...
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116771, autotrace...
2013-03-19 Kent Fredriclib/perl5db.t: Add test for bug #116769, Frame=2 crashe...
2013-03-19 Kent Fredriclib/perl5db.pl: refactor all calls to IO::Handle via...
2013-03-18 Tony Cookbump Tie-File's test version to match the module version
2013-03-18 Yves Ortondetect each() after insert and produce warnings when...
2013-03-18 Yves Ortonensure that inserting into a hash causes its hash itera...
2013-03-18 Yves Ortonperturb insertion order and update xhv_rand during...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-18 Yves Ortonrework ROTL definitions (and add ROTL_UV)
2013-03-18 Yves Ortondefault to PERL_FUNC_ONE_AT_A_TIME_HARD for all builds
2013-03-18 Yves Ortonsilence signed mistmatch in comparison warning in Murmu...
2013-03-18 Yves Ortonadd a hardened one-at-a-time hash variant
2013-03-18 Yves OrtonSplit out hash functions into new file and turn into...
2013-03-18 Yves Ortonadd a "hash quality score" to Hash::Util::bucket_stats()
2013-03-18 Yves Ortonupdate ExtUtils-MakeMaker to github v6.65_01
2013-03-18 Lukas Maiemphasize signal names over numbers in kill() docs
2013-03-18 Karl WilliamsonAdd Felipe Gasper to AUTHORS
2013-03-18 Karl Williamsondist/bignum/lib/bignum.pm: Fix broken pod link
2013-03-18 Karl Williamsonext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod...
2013-03-18 Karl Williamsondist/bignum/lib/bigrat.pm: Fix broken pod link
2013-03-18 Karl Williamsondist/bignum/lib/bigint.pm: Fix broken pod link
2013-03-18 Karl WilliamsonMath/BigRat.pm: Fix some broken pod links
2013-03-18 Karl Williamsonlibnetcfg.PL: Fix broken pod link
2013-03-18 Karl WilliamsonMath-BigInt: Fix some broken links
2013-03-18 Karl WilliamsonTie/File.pm: Fix pod broken link typo
2013-03-18 Karl Williamsonpodcheck.t: Note existence of some CPAN modules
2013-03-18 Karl Williamsonconstant.pm: Rmv ref in pod to non-existent module
2013-03-18 Karl Williamsonpod/perldiag: Document some regex messages
2013-03-18 Karl Williamsonpod/perldiag: Document new messages for qr/(?[ ])/
2013-03-18 Karl Williamsonperldiag: Nits
2013-03-18 Karl Williamsonpod/perlre: Italicize text to indicate non-literal
2013-03-18 Karl Williamsonperldiag.pod: Fix broken link
2013-03-18 David Mitchellfix a segfault in run-time qr//s with (?{})
2013-03-16 Chris 'BinGOs... Update Getopt-Long to CPAN version 2.39
2013-03-15 James E KeenanEliminate duplication.
2013-03-15 Brian Frasertoke.c, S_scan_ident: Ignore whitespace on both sides...
2013-03-15 Steve PetersUpgrade to Net::Ping 2.40. This should silence much...
2013-03-15 Chris 'BinGOs... Data-Dumper on CPAN is sync'd with blead
2013-03-15 Steffen MuellerData::Dumper version bump and changelog for release
2013-03-15 Steffen MuellerData::Dumper test compatibility fixes for older Perls
2013-03-15 Steffen MuellerAdd security warning about eval'ing DD output
2013-03-14 Chris 'BinGOs... Update File-Temp to CPAN version 0.23
2013-03-14 Karl WilliamsonAllow Data::Dumper to work on older Perls
2013-03-14 Chris 'BinGOs... Maintainers.pl needs sync for Net-Ping
2013-03-14 James E KeenanApply two POD corrections supplied by SHIRAKATA Kentaro++.
next