This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-05-25 David Steinbrunnertypo fixes for Benchmark
2013-05-25 David Steinbrunnertypo fix for File::Find
2013-05-24 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.029
2013-05-24 Chris 'BinGOs... Update Module-Build to CPAN version 0.4005
2013-05-24 Chris 'BinGOs... Update Pod-Perldoc to CPAN version 3.20
2013-05-24 Chris 'BinGOs... Update Pod-Usage to CPAN version 1.62
2013-05-24 Nicholas ClarkEnsure that the IV in struct pmop (for ithreads) is...
2013-05-24 Chris 'BinGOs... Update to CPAN-Meta means META.* need regenerating
2013-05-24 Chris 'BinGOs... Update File-Temp to CPAN version 0.2301
2013-05-24 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.130880
2013-05-24 Chris 'BinGOs... Updated Module-Metadata to CPAN version 1.000014
2013-05-24 Chris 'BinGOs... Update File-Fetch to CPAN version 0.42
2013-05-24 Chris 'BinGOs... Update perlfaq to CPAN version 5.0150043
2013-05-24 Chris 'BinGOs... Update Encode to CPAN version 2.51
2013-05-24 Chris 'BinGOs... Update Config-Perl-V version in Maintainers.pl
2013-05-24 H.Merijn BrandUpdate Config-Perl-V to version 0.18
2013-05-24 H.Merijn BrandAdd NO_TAINT_SUPPORT to S_Internals_V ()
2013-05-24 David Steinbrunnertypo fixes for porting scripts
2013-05-24 David Steinbrunnertypo fixes for version pod
2013-05-24 David GoldenTry to avoid nesting F<$F<...>> in generated Config.pm
2013-05-24 David Goldenfix various podcheck nits
2013-05-24 David Goldenfix various Pod line length warnings
2013-05-24 David Goldenhelp t/podcheck.t skip duplicate pod in utils
2013-05-24 David Goldenstop t/podcheck.t from flagging blockquotes
2013-05-24 David GoldenMake t/podcheck.t less sensitive
2013-05-24 David Steinbrunnertypo fixes for porting modules
2013-05-23 David Steinbrunnertypo fixes for porting pod note optimiser
2013-05-23 David Steinbrunnermaking DOS stand out in dosify
2013-05-23 David Steinbrunnertypo fix for os2 module
2013-05-23 David Steinbrunnertypo fix for util script
2013-05-23 David Steinbrunnertypo fixes for win32 scripts
2013-05-23 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl
2013-05-23 Nicholas ClarkRefactor autodoc.pl to read MANIFEST line by line,...
2013-05-23 Nicholas Clarkautodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
2013-05-23 Nicholas ClarkRefactor autodoc.pl to use regen_lib.pl to generate...
2013-05-23 Nicholas ClarkIn regen/regen_lib.pl, add 'Pod' as a third supported...
2013-05-23 Nicholas Clarkt/porting/diag.t now uses regen/embed_lib.pl to parse...
2013-05-23 Nicholas ClarkIn t/porting/diag.t, use TestInit to chdir and set...
2013-05-23 Nicholas ClarkAvoid VMS running autodoc.pl twice for no reason.
2013-05-23 Nicholas ClarkRefactor the "check categories and severity" logic...
2013-05-23 James E KeenanProvide alternate email address for jkeenan.
2013-05-23 James KeenanCorrect known_pod_issues.dat.
2013-05-23 David Steinbrunnertypo fix for vms script
2013-05-22 David Steinbrunnertypo fixes for regen scripts
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-05-22 Karl Williamsonperldiag: Describe \g syntax error
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-22 Karl WilliamsonUnicode::UCD Clarifications in pod
2013-05-22 Karl WilliamsonUnicode::UCD: Move function in file.
2013-05-22 Karl WilliamsonUnicode::UCD: Correct wrong pod info
2013-05-22 Ricardo Signesremove a spurious space
2013-05-22 Nicholas ClarkSome more comments describing the slab allocator.
2013-05-22 Nicholas ClarkAdd comments describing the operation of S_scan_ident().
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-05-21 Max MaischeinFix typo in Porting/sync-with-cpan
2013-05-21 Max MaischeinEliminate external call to tar executable in favour...
2013-05-21 Chris 'BinGOs... Add new Module::CoreList::Utils to MANIFEST
2013-05-21 Chris 'BinGOs... Merge branch 'smoke-me/coreutils' into blead
2013-05-21 Nicholas ClarkRemove 2 superfluous use lines from ExtUtils::CBuilder.
2013-05-21 Nicholas ClarkRefactor 3 tests so that they avoid clearing %:: via...
2013-05-21 Nicholas ClarkTest that caller does not SEGV when the current package...
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2013-05-21 Nicholas ClarkMerge the refactoring of x2p's Makefile to blead.
2013-05-20 Nicholas ClarkSimplify x2p's Makefile.
2013-05-20 Nicholas ClarkRemove rules to delete *.loadmap and *.prelmap files...
2013-05-20 Nicholas ClarkAdd x2p/Makefile.SH to the *.SH files processed by...
2013-05-20 Nicholas ClarkRemove the now unused 'shlist' Makefile targets.
2013-05-20 Nicholas ClarkProgrammatically generate dependencies for all *.SH...
2013-05-20 Nicholas ClarkAdd runtests.SH to the code that generates the targets...
2013-05-20 Nicholas ClarkEliminate x2p/cflags.SH. x2p's Makefile can use .....
2013-05-20 Nicholas ClarkPass in to makedepend the name(s) of files that all...
2013-05-20 Nicholas ClarkIn the Makefile, generate the value of shextract progra...
2013-05-20 Nicholas ClarkDefer running makedepend in x2p/ until it's needed.
2013-05-20 Nicholas ClarkAdd x2p/makefile to the dependencies for targets within...
2013-05-20 Nicholas ClarkRemove vestigial *.SH code which can link the extracted...
2013-05-20 Nicholas ClarkMerge the pack refactoring to blead.
2013-05-20 Nicholas ClarkNotes in perldelta for the tiny XS-visible changes...
2013-05-20 Nicholas ClarkAnnotate the "cold" paths in pp_pack.c with UNLIKELY().
2013-05-20 Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2013-05-20 Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2013-05-20 Nicholas ClarkWhen endian-swapping in pack, simply copy the bytes...
2013-05-20 Nicholas ClarkPass 'needs_swap' as a parameter to SHIFT_BYTES.
2013-05-20 Nicholas ClarkWhen endian-swapping in unpack, simply copy the bytes...
2013-05-20 Nicholas ClarkFold the implementation of DO_BO_UNPACK into SHIFT_BYTE...
2013-05-20 Nicholas ClarkRe-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_B...
2013-05-20 Nicholas ClarkRefactor the two uses of SHIFT{16,32} not followed...
2013-05-20 Nicholas ClarkRemove the now unused 'type' argument from the macros...
2013-05-20 Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2013-05-20 Nicholas ClarkMerge the identical definitions of DO_BO_UNPACK and...
2013-05-20 Nicholas ClarkSwap byte order in DO_BO_(UN)?PACK based on a variable...
2013-05-20 Nicholas ClarkDO_BO_{UN,}PACK can use my_swabn() directly.
2013-05-20 Nicholas ClarkUse DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_le...
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof...
2013-05-20 Nicholas ClarkRefactor macros in pp_pack.c, removing support for...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-20 Nicholas ClarkRemove buggy loop-based byte swapping code.
next