This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-10-02 Chris 'BinGOs... The Module-CoreList on CPAN is now 5.20141002
2014-10-02 Chris 'BinGOs... There's no need to rewrite the Module-CoreList pod now
2014-10-02 Chris 'BinGOs... Make the CAVEAT entry in Module-CoreList pod sane
2014-10-02 Chris 'BinGOs... Update Module-CoreList Changes file for 5.20141002...
2014-10-02 Ricardo Signescorelist: import v5.18.3 and v5.18.4 data
2014-10-02 Ricardo Signesperlhist: bring in 5.18.3 and 5.18.4 release dates
2014-10-02 Ricardo Signesimport latest epigraphs from maint-5.18
2014-10-01 Father ChrysostomosMaintainers.pl: Include all Deparse-*.t files in _PERLLIB
2014-10-01 Father ChrysostomosSort MANIFEST properly
2014-10-01 Father ChrysostomosCorrect and update sv.c’s string copy comments
2014-10-01 Father Chrysostomos[perl #122870] Fix B::Deparse–DDS compatibility
2014-10-01 Rafael Garcia... Add tests for overriding <> versus rcatline
2014-10-01 Rafael Garcia... New <<>> tests
2014-09-30 Chris 'BinGOs... Upstream a patch from pkgsrc for NetBSD hints
2014-09-30 Rafael Garcia... Forgot to update SKIP count after last patch
2014-09-30 Rafael Garcia... Add a test for <<>> failing on the second file
2014-09-30 Rafael Garcia... Add tests for empty strings in @ARGV
2014-09-30 Rafael Garcia... Clarify the documentation for <<>>
2014-09-30 Rafael Garcia... Add tests for $ARGV
2014-09-30 Rafael Garcia... Add tests for the <<>> operator
2014-09-30 Peter MartiniAdded some documentation for while(<<>>)
2014-09-30 Rafael Garcia... Introduce the double-diamond operator <<>>
2014-09-29 Chris 'BinGOs... Added -x option to makerel to produce .xz tarballs
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl Williamsonregcomp.c: Move macro definition earlier in file
2014-09-29 Karl Williamsonregcomp.c: Use strnEQ instead of series of tests
2014-09-29 Chris 'BinGOs... Tick that v5.21.4 got a release in the schedule
2014-09-29 Karl Williamsonop_reg_common.h: Get blead to build in Jenkins
2014-09-29 Aaron CraneEliminate unused BACK regnode
2014-09-29 Karl Williamsonregcomp.c: Properly dereference a ptr
2014-09-29 Karl WilliamsonSuppress some Solaris warnings
2014-09-29 Karl Williamsonop_reg_common.h: Update comment
2014-09-29 Karl WilliamsonB/Makefile.PL: Allow constants to be long/unsigned
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-29 Karl Williamsontoke.c: Clarify comment
2014-09-29 Karl Williamsonop_reg_common.h: White-space only
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-29 Karl Williamsonop_reg_common.h: #define in terms of more basic one
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2014-09-29 Karl Williamsonregcomp.c: Add assertions
2014-09-29 Karl Williamsonregcomp.c: Add a function and use it
2014-09-29 Karl Williamsonregcomp.sym: ANYOF nodes have an argument
2014-09-29 Karl Williamsonregcomp.h: Add comment
2014-09-29 Karl Williamsonregcomp.c: Outdent line to align with neighbors
2014-09-29 Karl Williamsonregcomp.h: Remove obsolete #defines
2014-09-29 Karl Williamsonregcomp.h: Use existing macro instead of reinventing
2014-09-29 Karl Williamsonregcomp.c: Extract duplicated code to fcn
2014-09-29 Karl Williamsonregcomp.c: Move some statements
2014-09-29 Karl Williamsonop.h: Move flag bits; comment shared-bit scheme
2014-09-29 Karl Williamsonregexp.h: Comment shared-pool free bits scheme
2014-09-29 Karl Williamsonregexp.h: Make tentative division of free-bit space
2014-09-29 Karl Williamsonregexp.h: Define flag bit directly, not indirectly
2014-09-29 Karl Williamsonregexp.h Remove unused bit placeholders
2014-09-29 Karl Williamsonregexp.h: Move regex flag bit positions.
2014-09-29 Jarkko HietaniemiForward port of the backport of mentioning -fstack...
2014-09-29 Jarkko HietaniemiRetroactive mention of -fstack-protector-strong.
2014-09-29 Chris 'BinGOs... Regen Makefile.SH for CPAN-Meta update
2014-09-29 Chris 'BinGOs... Regen META files following update of CPAN-Meta
2014-09-29 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.142690
2014-09-29 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.050
2014-09-29 Chris 'BinGOs... Update experimental to CPAN version 0.011
2014-09-29 Chris 'BinGOs... Sync version for ExtUtils-CBuilder
2014-09-29 AbigailRemarks specialness of [A-Z] and [a-z].
2014-09-29 Jarkko HietaniemiMention that freeware gdbm might be obsolete.
2014-09-29 Jarkko HietaniemiIrix: the explicit <fcntl.h> is needed
2014-09-29 Jarkko HietaniemiIRIX 6.5 (cc 7.4) needs -c99 to compile without whining.
2014-09-29 Craig A. BerryFix start-of-string error in tovmsspec.
2014-09-28 Father Chrysostomosperldelta: Move an entry to the right section
2014-09-28 Father Chrysostomossv.c: Suppress compiler warning
2014-09-28 Daniel Draganfor storage of NVs, use "IV in sv_u in head no-body...
2014-09-28 Father Chrysostomossv.c: Remove redundant assignments
2014-09-28 Alberto SimõesAdds a missing 'use Config' on android.pm file.
2014-09-28 Yves OrtonAdd tests for a51d618a fix of RT #122283
2014-09-28 Vincent PitProperly set the phase for END blocks run at the end...
2014-09-28 Father ChrysostomosFix FETCH count for sprintf "...", $tied
2014-09-28 Father ChrysostomosFix double FETCH with pack "w"
2014-09-27 Ricardo Signesperlexperiment: add signatures to experimental features
2014-09-27 Father Chrysostomospp_pack.c: Actually fix threaded builds
2014-09-27 Father Chrysostomospp_pack.c: S_sv_check_inf =~ /$/nan/
2014-09-27 Father ChrysostomosOops. Fix threaded builds.
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-27 Chris 'BinGOs... Update IO-Compress to CPAN version 2.066
2014-09-27 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.066
2014-09-27 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.066
2014-09-27 George Greercpan/IO-Socket-IP: Skip a test that almost always fails...
2014-09-27 Craig A. BerryMake DB_File compile under clang++.
2014-09-26 Craig A. BerryA little help for clang++ in toke.c
2014-09-26 Craig A. BerrySome NV_TO_FV fixes following fdb7e3a630fea81.
2014-09-26 Father Chrysostomosperldiag typo
2014-09-26 Father ChrysostomosAlphabetise perldiag
2014-09-26 Father ChrysostomosConsistent spaces after dots in perldiag
2014-09-26 Jarkko HietaniemiTru64: introduce PERL_SYS_FPU_INIT, use it.
2014-09-26 Jarkko HietaniemiTru64: Floating-point rounding control.
2014-09-26 Jarkko HietaniemiTru64: Do not undef c99_isunordered.
2014-09-26 Jarkko HietaniemiTru64 nan() function broken.
2014-09-26 Jarkko HietaniemiTru64: NaN comparison quite broken.
2014-09-26 Jarkko HietaniemiTru64: Skip tests that for some reason grind Tru64...
2014-09-26 Father ChrysostomosMention Future in perl5220delta
2014-09-26 Father ChrysostomosAdd Data::Alias to known_pod_issues.dat
2014-09-26 Father ChrysostomosMention Data::Alias in perl5220delta
next