This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-06 David Goldenperlvar: revise $] and $^V with less bias
2015-02-06 Chris 'BinGOs... Update Encode to CPAN version 2.70
2015-02-06 Matthew Horsfall... [perl #123748] - Add test case for possible getenv...
2015-02-06 Dagfinn Ilmari... Fix setenv() replacement documentation in perlclib
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-02-05 Karl Williamsonext/re/re.pm: Fix comment
2015-02-05 Karl Williamsonre.pm: White-space only
2015-02-05 Father Chrysostomostoke.c: Remove redundant PL_lex_stuff null checks
2015-02-05 Father ChrysostomosLocalise PL_lex_stuff (crash fix)
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2015-02-05 Father Chrysostomostoke.c: Use SvREFCNT_dec_NN in one spot
2015-02-05 David Goldenperlop: document use of fc() for case-insensitive compa...
2015-02-05 Jarkko HietaniemiPOSIX version bump
2015-02-05 Jarkko HietaniemiPOSIX math: if long double, long double the math consts
2015-02-05 Jarkko HietaniemiPOSIX math: tgamma/lgamma logic
2015-02-05 Jarkko HietaniemiAIX long double lies about many math APIs.
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-05 Jarkko Hietaniemiinfnan: more NV_SNAN/NV_QNAN
2015-02-04 Karl WilliamsonMake 'no re' work
2015-02-04 Karl Williamsonext/re/t/re.t: Use variable instead of constants
2015-02-04 Karl Williamsonre.pm: Bump version to 0.31
2015-02-04 Jarkko HietaniemiPrefer NV instead of long double.
2015-02-04 Jarkko Hietaniemiinfnan: in case NaN is broken by being zero, avoid...
2015-02-04 Tony Cookperldelta for 5fe499a8e262
2015-02-04 Tony Cook[perl #123218] "preserve" $/ if set to a bad value
2015-02-04 James E KeenanLukas Mai has two email addresses.
2015-02-04 Lukas Maistatic_assert workaround for AIX/xlc
2015-02-03 Jarkko Hietaniemiinfnan: fixup for 02e75e52
2015-02-03 David Mitchellfix B.xs on win builds
2015-02-03 James E Keenanperldelta for 41c9461801eb6e56138478ad9229a3337b4da2b2
2015-02-03 James E KeenanUpdate POSIX version number.
2015-02-03 Jarkko HietaniemiUse HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL
2015-02-03 Jarkko HietaniemiConfigure: lrintl, lroundl, llrintl, llroundl
2015-02-03 Tony Cookperldelta for 76e83594d2dc
2015-02-03 James E KeenanReverse 'const static' to avoid 'old-style-declaration...
2015-02-02 Jarkko Hietaniemiinfnan: define NV_QNAN and NV_SNAN if feasible
2015-02-02 Jarkko Hietaniemiinfnan: comment tweak, IS_NUMBER_NOT_INT also if saw...
2015-02-02 Jarkko Hietaniemiinfnan: define NV_NAN (and NV_QNAN, NV_SNAN) if sunmath
2015-02-02 Jarkko HietaniemiAdd NV_MANT_REAL_DIG.
2015-02-02 Jarkko HietaniemiAdd NV_IMPLICIT_BIT define.
2015-02-02 Jarkko HietaniemiAdd NV_MIX_ENDIAN define.
2015-02-02 Jarkko HietaniemiAdd NV_LITTLE_ENDIAN and NV_BIG_ENDIAN defines.
2015-02-02 Jarkko HietaniemiWrong ifdef guard.
2015-02-02 Jarkko HietaniemiAdd DOUBLE_BIG_ENDIAN define.
2015-02-02 Jarkko HietaniemiMove the endianness defines from sv.c to perl.h
2015-02-02 Father Chrysostomostoke.c: Simplify \N{U+...} code
2015-02-02 David Mitchelladd $B::OP::does_parent variable
2015-02-02 Karl Williamson"A" =~ '\N{U+41}' (partial) should be true on all platforms
2015-02-02 Karl Williamsonregcomp.c: Fix typos in variable name
2015-02-01 Father Chrysostomos[perl #123711] Fix crash with 0-5x-l{0}
2015-02-01 David Goldenperlmodstyle: point people to PrePAN, not modules list
2015-02-01 Father ChrysostomosTicket number for bitops in perlexperiment
2015-02-01 Father Chrysostomos[Merge] [perl #123466] New experimental bitops
2015-02-01 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.33
2015-02-01 Father Chrysostomosoverload.pm: Document fifth arg for &|^~
2015-02-01 Father Chrysostomos5th arg to indicate numeric bitwise overloading
2015-02-01 Father Chrysostomosoverload.pm: Typo
2015-02-01 Father Chrysostomospp_hot.c: Note that amagic_call calls pp_pushmark
2015-02-01 Father ChrysostomosMention experimental bitops in perlexperiment
2015-02-01 Father Chrysostomosfeature.pm: Document the bitwise feature
2015-02-01 Father ChrysostomosDocument string- and number-specific bitops in perlop
2015-02-01 Father Chrysostomosoverload.t: Test experimental bitops
2015-02-01 Father Chrysostomosgv.c: Make &.= overloading work
2015-02-01 Father Chrysostomosoverload.pm: Document &. etc.
2015-02-01 Father ChrysostomosIncrease $overload::VERSION to 1.25
2015-02-01 Father Chrysostomosoverload.pm: Add string-specific bitops
2015-02-01 Father ChrysostomosTest new string- and num-specific bitops
2015-02-01 Father ChrysostomosTest predecence warning on new bitops
2015-02-01 Father ChrysostomosTest experimental bitop warning
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosDeparse new bitops
2015-02-01 Father ChrysostomosParse and compile string- and num-specific bitops
2015-02-01 Father ChrysostomosAdd OP_IS_INFIX_BIT
2015-02-01 Father ChrysostomosDeparse.t: Account for new warnings category
2015-02-01 Father ChrysostomosAdd experimental::bitwise warnings category
2015-02-01 Father ChrysostomosIncrease $feature::VERSION to 1.40
2015-02-01 Father ChrysostomosAdd bitwise feature feature
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-02-01 Father ChrysostomosAdd overload types for string-specifc bitops
2015-02-01 Father ChrysostomosRemove context param from sv_get_backrefs
2015-02-01 Steve HayAdd epigraph for 5.20.2-RC1
2015-02-01 Craig A. BerryInitialize RMS structs at clone time in dl_vms.xs.
2015-02-01 Steve HayRMG - Update local_patches[] code snippet with current...
2015-01-31 Steve HayPerl 5.20.2-RC1 today
2015-01-31 Steve HayRMG - Module::CoreList's CAVEATS is no longer updated...
2015-01-31 Steve HayUpdate Module-CoreList for 5.20.2
2015-01-31 Chad GranumTest-Simple Version Bump, 1.301001_098 (RC18)
2015-01-31 Father ChrysostomosSort perldiag
2015-01-31 Steve HayBump Encode::Unicode $VERSION
2015-01-31 Steve HayBump $Encode::encoding::VERSION
2015-01-31 Steve HayBump VMS::Stdio $VERSION
2015-01-31 Steve HayBump Pod::PlainText $VERSION
2015-01-31 Steve HayBump some CPAN $VERSIONs
2015-01-31 Steve HayPorting/cmpVERSION.pl - Show $VERSION of failing modules
2015-01-31 Steve HayRMG - Remove a trailing space
2015-01-31 Steve HayRMG - Put all version-bump related information about...
2015-01-31 Steve HayRMG - Consistent four-space indent; wrap all lines...
2015-01-31 Steve HayRMG - Module/CoreList.pod is no longer updated, since...
2015-01-31 Steve HayRMG - Show correct Porting/corelist-perldelta.pl comman...
next