This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-07-19 Karl Williamsonlocale.c: Add some debugging statements
2016-07-18 David Mitchellperlop: clarify that entries aren't in prec order
2016-07-18 Steve HayUpgrade Math-BigInt from version 1.999724 to 1.999726
2016-07-18 Steve HayAdd epigraphs for 5.22.3-RC1 and 5.24.1-RC1
2016-07-17 Father ChrysostomosFix failing uninit test on 64-bit-int builds
2016-07-17 Father Chrysostomosperldelta for 6fe925b92 / my\
2016-07-17 Father Chrysostomosperlref: Wrap pod
2016-07-17 Father ChrysostomosNote in perlvar that ${^ENCODING} is removed
2016-07-17 Father ChrysostomosAdd Filter::Encoding to the known links
2016-07-17 Father Chrysostomosperldelta for a9cb10c37 (${^ENCODING} removal)
2016-07-17 Father Chrysostomosperldelta for a2637ca0a / #128597
2016-07-17 Father Chrysostomosperldelta for 63aab7e / #128532
2016-07-17 Father Chrysostomosperldelta for 08e3451 and a651dcdf6
2016-07-17 Father Chrysostomosperldelta for #128508 / b3dd0aba3
2016-07-17 Father Chrysostomosperldelta for #128478 / d9d2b74c
2016-07-17 Father Chrysostomosperldelta for #128238
2016-07-17 David Mitchellbump feature.pm $VERSION
2016-07-17 David Mitchellfix build on clang plus -DPERL_GLOBAL_STRUCT
2016-07-17 Jarkko HietaniemiVAX: one more VAX fp doc tweakage
2016-07-17 Father Chrysostomos[Merge] declared_refs feature allowing my\$x
2016-07-17 Father Chrysostomosdecl_refs.t: Finish adding tests for declared_refs
2016-07-17 Father ChrysostomosTests for declared_refs err/warn messages
2016-07-17 Father Chrysostomosperldiag entries for declared_refs
2016-07-17 Father ChrysostomosClearer declared_refs warning msg
2016-07-17 Father ChrysostomosUpdate docs for declared_refs
2016-07-17 Father ChrysostomosMake my\ experimental
2016-07-17 Father ChrysostomosAdd declared_refs feature feature
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-07-17 Father ChrysostomosAllow my \$a
2016-07-17 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Steve Hay5.22.3-RC1 and 5.24.1-RC1 today
2016-07-17 Jarkko HietaniemiVAX: further docs about the VAX fp formats
2016-07-17 Jarkko HietaniemiVAX: perl.h: document the VAX fp better/more
2016-07-17 Jarkko HietaniemiVAX: Configure: the VAX fp not really little-endian
2016-07-17 Karl WilliamsonPATCH: [perl #128170] Assert fail in regcomp.c
2016-07-16 Karl WilliamsonMerge regcomp changes branch into blead
2016-07-16 Karl Williamsonregcomp.c: Change some append_range_to_invlist() calls
2016-07-16 Karl Williamsonregcomp.c: Reimplement add_range_to_invlist()
2016-07-16 Karl Williamsont/re/anyof.t: add tests for ranges
2016-07-16 Karl Williamsonregcomp.c: Refactor code dealing with m/[...]/d
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsont/re/pat.t: Add some tests
2016-07-16 Karl Williamsonregcomp.[ch]: Comments, White-space, only
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonanyof.t: Add tests for previous commit
2016-07-16 Karl WilliamsonFix -Dr output regression
2016-07-16 Karl WilliamsonAdd t/re/anyof.t
2016-07-16 Karl Williamsont/test.pl: Add fresh_perl() function
2016-07-16 Karl WilliamsonSSize_t instead of IV
2016-07-16 Karl Williamsonregcomp.h: Use #define mnemonic, not hard-coded number
2016-07-16 Father ChrysostomosGet regen to work before 5.10
2016-07-16 Jarkko Hietaniemi[PATCH] in 15899733 the condition was supposed to stay...
2016-07-15 Father Chrysostomos[perl #128621] #define PL_encoding
2016-07-15 Steve HayAdd epigraph for 5.22.2
2016-07-15 Ævar Arnfjörð... gv.c: Add a comment about what powers Foo->import|unimport
2016-07-15 Sawyer XSteve Hay will release next two maints on the 25th
2016-07-15 Sawyer XChad will be taking October, Sawyer December
2016-07-15 Dan CollinsConfigure: clarify "version-specific"
2016-07-14 Karl WilliamsonPATCH: [perl #128628] divide by 0 in locale.c
2016-07-13 Karl Williamsoncpan/Encode/encoding.pm: Fix typo in pod
2016-07-13 Aristotle Pagaltzisperlfunc: remove obsolete study docs
2016-07-13 David Mitchellop.c: explain op_next generation better
2016-07-13 Aristotle Pagaltzisperlfunc: fix seek/tell/sysseek byte offset note akwardness
2016-07-13 Aristotle Pagaltzisperlfunc: unrearrange sysseek doc to prepare next patch
2016-07-13 David Mitchellfix removal of PL_(lex_)encoding under threads
2016-07-13 Father Chrysostomos[Merge] Remove ${^ENCODING} functionality
2016-07-13 Father Chrysostomosconcat2.t: Remove encoding test
2016-07-13 Father ChrysostomosRemove t/uni/tr_?jis.t
2016-07-13 Father ChrysostomosIncrease $encoding::VERSION to 2.17_01
2016-07-13 Father ChrysostomosUpdate t/porting/customized.dat
2016-07-13 Father ChrysostomosRemove t/uni/chr.t
2016-07-13 Father ChrysostomosDisable encoding.pm’s default mode; update docs
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove PL_(lex_)encoding and all dependent code
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-07-13 Father ChrysostomosIncrease $encoding::warnings::VERSION to 0.13
2016-07-13 Father ChrysostomosMake encoding::warnings a no-op in 5.26
2016-07-13 Karl Williamsonregexec.c: Silence compiler warning
2016-07-13 Tony Cookdarwin was failing this test under PERLIO=stdio
2016-07-12 Lukas Maiperlfunc: clarify seek/sysseek documentation re byte...
2016-07-12 Aaron Cranepod/perldata.pod: fix tiny typo
2016-07-12 Steve HayUpgrade Test-Simple from version 1.302037 to 1.302040
2016-07-12 Steve HayUpgrade bignum from version 0.42 to 0.43
2016-07-12 Steve HayWe're in sync with XSLoader-0.22 (since ae635bbffa)
2016-07-12 Chris LambMake the build reproducible.
2016-07-12 Father Chrysostomos[perl #128597] Crash from gp_free/ckWARN_d
2016-07-11 Steffen MuellerUpdate Data::Dumper to 2.161
2016-07-11 Tony Cookmake Configure abort if both -Duselongdouble and -Duseq...
2016-07-11 Dan Collinst/re/regexp.t: Remove extra semicolons from output.
2016-07-11 Dan Collinst/re/regexp.t: Better formatting for test failures
2016-07-08 David MitchellRT #128255: Assert fail in S_sublex_done
2016-07-07 David MitchellSEGV in "Subroutine redefined" warning
2016-07-07 David Mitchellhandle magic in multideref "unit val" var names
2016-07-07 David Mitchellundeprecate hv_bucket_ratio()
2016-07-06 H.Merijn BrandMinor change after backpotinr
2016-07-06 Sébastien Aperghis... Synchronize blead with CPAN XSLoader 0.22
2016-07-05 H.Merijn Brand[perl #128538] [PATCH] Fix copy/paste error in Configure
2016-07-05 Jarkko HietaniemiThe 47918419 mistakenly made miniperl skippage uncondit...
2016-07-04 Chad GranumUpdate Test-Simple to 1.302037
next