This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-03 Jarkko HietaniemiUse DOUBLEKIND in S_hextract() setup.
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Jarkko HietaniemiForce LONG_DOUBLEKIND always to be probed for.
2014-11-02 Jarkko HietaniemiConfigure: 84e6cb05 left quadmath detritus to longdblki...
2014-11-02 Jarkko HietaniemiConfigure: echo the less common long double kinds.
2014-11-02 Jarkko HietaniemiConfigure: add doublekind for the format of double.
2014-11-02 Jarkko HietaniemiDefine my_rint() only when necessary.
2014-11-02 Chad GranumUpdate Test-Simple to alpha 071
2014-11-02 Karl Williamsonop/index.t: Fix tests for EBCDIC
2014-11-02 Karl Williamsonregen/ebcdic.pl: Allow making tables in hex
2014-11-02 Karl Williamsont/re/regexp.t: Properly handle \c?[ in regex_sets
2014-11-02 Yaroslav KuzminMakefile.SH: Fix so works in EBCDIC
2014-11-02 Karl Williamsont/uni/variables.t: Fix typo
2014-11-02 Karl Williamsonregcomp.c: Comment fixes
2014-11-01 Father Chrysostomosperlfunc: Mention map {;...} convention
2014-11-01 Shlomi Fish$a,$b deprecation in perlop.pod.
2014-11-01 Shlomi FishMove away from $a and $b for examples.
2014-11-01 Shlomi FishMove the POD away from $a and $b.
2014-11-01 Chad GranumUpdate Test-Simple to alpha 070
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-31 Craig A. BerryBump XSLoader version after 4821216b2814.
2014-10-31 Craig A. BerryBump POSIX version following a7ea4c68ecf.
2014-10-31 Craig A. BerryReplace Test::More with t/test.pl in DynaLoader.t.
2014-10-31 Brian FraserXS::APItest, svpeek.t: Test the correct thing
2014-10-31 Brian FraserXSLoader: Amend the mod2fname generation to detect...
2014-10-31 Brian FraserPOSIX/t/posix.t: Fix skip count for localeless systems
2014-10-31 Brian FraserPOSIX: C99 support exceptions on Android
2014-10-31 Brian FraserAndroid hints: No locales here, so undef d_lc_monetary_2008
2014-10-31 Brian Fraseroverload.pm: Removed an unused variable
2014-10-30 Chad GranumUpdate to Test-Simple Alpha 068
2014-10-30 Craig A. BerrySpecial handling of Cwd and List::Util in configure...
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-30 Craig A. BerryUnixify the new Test::Simple temp dir on VMS.
2014-10-30 Father Chrysostomost/base/lex.t: Dodge warning
2014-10-29 Daniel Draganrefactor Perl_cv_undef_flags
2014-10-29 Father ChrysostomosReduce the number of null ops for \$x=\$y
2014-10-29 Chad GranumUpdate Test-Simple to alpha 065
2014-10-29 Jarkko HietaniemiManual revert of 0f83c5a4.
2014-10-29 Tony Cooksemctl() on cygwin throws SIGSYS if the cygserver isn...
2014-10-29 James E KeenanDemonstrate that RT #121360 has been resolved.
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-29 Father Chrysostomos[perl #122829] Flip-flop under recursion
2014-10-29 Father Chrysostomossplit.t: More tests for perl #123057
2014-10-29 Father ChrysostomosConsistent spaces after dots in perlapi.pod
2014-10-28 Lukas Maitest line numbers in arity errors
2014-10-28 Lukas Maifix line numbers in arity errors [#121374]
2014-10-27 Father ChrysostomosRestore previous Test::More::skip functionality
2014-10-27 Chad GranumUpdate to Test::More alpha 064
2014-10-27 David Mitchellsilence new compiler warning
2014-10-27 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.93
2014-10-27 Chris 'BinGOs... Update experimental to CPAN version 0.013
2014-10-27 Tony CookPerlIO_list_push() accepts a non-const PerlIO_funcs...
2014-10-27 Father Chrysostomos[perl #123057] Allow split-to-array in lvalue context
2014-10-27 James E KeenanTest file fails to compile.
2014-10-26 Lukas Maifix type incompatibilities between format strings/args
2014-10-26 Lukas Mairename convert to op_convert_list and APIfy
2014-10-26 David Mitchell[MERGE] add t/perf/ hierarchy
2014-10-26 David Mitchellfix 't/TEST -benchmark'
2014-10-26 David Mitchelladd note about t/perf/ to t/README
2014-10-26 David Mitchelladd t/perf/benchmarks, t/perf/benchmarks.t
2014-10-26 David Mitchelladd t/perf/speed.t
2014-10-26 David Mitchellt/perf/optree.t: expand blurb
2014-10-26 David Mitchellrename t/op/opt.t -> t/perf/optree.t
2014-10-26 David Mitchelladd t/perf/, t/perf/opcount.t
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
2014-10-26 Father Chrysostomostoke.c: Report the proper type for assign ops
2014-10-26 Father ChrysostomosOptimise ($foo)x1 and ($foo)x0 in list cx
2014-10-26 Father ChrysostomosDeparse list repetition assignment properly
2014-10-26 Father ChrysostomosMake repeat op tree more consistent
2014-10-25 Doug Bellfix change description has incorrect proto
2014-10-25 Lukas MaiMove newDEFSVOP into the right perlapi.pod section
2014-10-25 Father Chrysostomosop.c: Fix C++-incompatible typo
2014-10-25 Lukas Maiunbreak threaded builds
2014-10-25 Father Chrysostomosperldata: Document list repetition assignment
2014-10-25 Father ChrysostomosAllow list assignment to list repetition
2014-10-25 Lukas MaiAPIfy block_start/block_end/intro_my
2014-10-25 Father ChrysostomosRemove redundant op_lvalue calls in perly.y
2014-10-25 Daniel Dragando not lock files when doing open() on :win32 layer
2014-10-25 Daniel Draganadd /dev/null support to :win32 io layer
2014-10-25 Daniel Draganrmv redundant PerlIO_find_layer from PerlIO_default_layers
2014-10-25 Daniel Dragancleanup perlio.c and doio.c
2014-10-25 Lukas MaiAPIfy newDEFSVOP
2014-10-25 Father ChrysostomosMake Deparse.t test just added less sensitive
2014-10-25 Father ChrysostomosDeparse stash subs stores as RVs
2014-10-24 Father ChrysostomosExtend void list optimisation to two lexicals
2014-10-24 Father ChrysostomosRevert "Update ExtUtils-MakeMaker to CPAN version 7.00"
2014-10-24 Karl Williamsonrecharclass: Corrections and nits
2014-10-24 Karl Williamsonperldelta for Unicode erratum fix
2014-10-24 Chris 'BinGOs... Fix a bug with customized.t when CUSTOMIZED is empty...
2014-10-24 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.00
2014-10-24 Chris 'BinGOs... Update Encode to CPAN version 2.63
2014-10-24 Chris 'BinGOs... Synchronise versions in Maintainers.pl for recent updates
2014-10-23 Father Chrysostomos[perl #122695] Fix line number for else{foo}
2014-10-23 Father Chrysostomospp.c:pp_repeat: Remove #if 0 code
2014-10-23 Father Chrysostomosrepeat.t: Remove to-do test for 20010809.028
2014-10-22 Tony Cook[perl #121159] use the updated win32_popenlist() even...
2014-10-22 Abigail5.21.5 has been ticked off
2014-10-22 Father Chrysostomos[perl #122680] Omit <-- HERE marker from (?=){3} warning
2014-10-22 Karl WilliamsonFix Unicode errata
2014-10-22 Tony Cookperldelta for 8334cae656b5
next