This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-12-13 Craig A. BerryRemove VAXC special cases from ExtUtils::CBuilder.
2014-12-13 Father ChrysostomosAllow OPf_SPECIAL on OP_GV
2014-12-13 Father ChrysostomosDon’t call FETCH multiple times on int $inf
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-13 Father ChrysostomosRemove obsolete comment from lib/sort.t
2014-12-13 Father Chrysostomosdump.c: Make static functions static
2014-12-13 Father ChrysostomosUse STATIC_ASSERT in B::PADNAME::FLAGS
2014-12-13 Father ChrysostomosDeparse require vstring without parens
2014-12-13 David Mitchellrename S_print_gv_name() to S_append_gv_name()
2014-12-13 Father Chrysostomosdeparse-skips.t: array.t now passes
2014-12-13 Father ChrysostomosDeparse $#{1} with braces
2014-12-13 Father Chrysostomosdeparse-skips.t: opbasic tests are passing
2014-12-13 Father Chrysostomosdeparse-skips.t: Note reason for re/rxcode.t
2014-12-13 Father Chrysostomosdeparse-skips.t: More passing re tests
2014-12-13 Father Chrysostomosdeparse-skips.t: Note ticket num for re/reg_fold.t
2014-12-13 Father Chrysostomosdeparse-skips.t: re/reg_eval_scope.t passes
2014-12-13 Father Chrysostomosdeparse-skips.t: Note ticket num for re/pat_advanced.t
2014-12-13 Father Chrysostomosdeparse-skips.t: Note reasons for re/pat_rt_report.t
2014-12-13 Father ChrysostomosDeparse /@{-}/ with braces
2014-12-13 Father ChrysostomosDeparse /@a/ as regexp
2014-12-13 Father Chrysostomosdeparse-skips.t: re/pat_re_eval.t passes
2014-12-13 Chad GranumTest-Simple Version Bump, 1.301001_087 (RC7)
2014-12-13 Jarkko HietaniemiTru64: tgamma in libm but broken.
2014-12-12 David MitchellStorable/t/canonical.t: don't pollute STDERR
2014-12-12 David MitchellXS-Typemap/t/Typemap.t: avoid close warnings
2014-12-12 David Mitchellstop T_IN/OUT/INOUT/STDIO typemaps leaking
2014-12-12 David MitchellSys/Hostname.xs: add prototyping behaviour
2014-12-12 Father ChrysostomosDeparse: Introduce subs after they are defined
2014-12-12 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.053
2014-12-12 Father ChrysostomosB::PADNAMELIST::REFCNT can be an ALIAS
2014-12-12 Father ChrysostomosSquash some B::PADNAME methods together
2014-12-12 Father ChrysostomosSort perldiag
2014-12-12 Father Chrysostomosdiag.t: Ignore trailing whitespace
2014-12-12 Father Chrysostomos[perl #123410] sort CORE::fake bizarre behaviour
2014-12-12 Father Chrysostomosdeparse-skips.t: Note reason for re/pat.t
2014-12-12 Father ChrysostomosIgnore proxies in HTTP::Tiny tests
2014-12-12 Daniel DraganSvREFCNT_dec_NN in SDBM
2014-12-12 Daniel DraganPerl_croak->Perl_croak_nocontext in core typemap +...
2014-12-12 Father ChrysostomosDeparse: Emit package before use
2014-12-11 Chad GranumTest-Simple Version Bump, 1.301001_084 (RC4)
2014-12-11 Chris 'BinGOs... Update Pod-Escapes to CPAN version 1.07
2014-12-11 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.052
2014-12-11 Karl WilliamsonAdd test that to/from native character set works
2014-12-11 Karl Williamsont/run/locale.t: Don't operate on iffy locales
2014-12-11 Karl Williamsont/loc_tools.pl: Add optional parameter to find_locales()
2014-12-11 Karl WilliamsonPerlIO::encoding:fallback.t: properly skip tests
2014-12-11 Karl Williamsonperluniintro: Vertically stack ternarys
2014-12-11 Karl Williamsont/op/utfhash.t: Clarify comment
2014-12-11 Karl Williamsonperldiag: Add missing entry
2014-12-11 Karl Williamsont/run/locale.t: Nit in comment
2014-12-11 Karl Williamsont/re/reg_eval_scope.t: Don't stress memory limit
2014-12-11 Karl Williamsont/re/pat_rt_report.t: Skip a test on os390
2014-12-11 Karl WilliamsonDelete: t/lib/1_compile.t, t/lib/compmod.pl
2014-12-11 Karl Williamsontoke.c: Use mnemonic rather than numeric
2014-12-11 Karl Williamsontoke.c: \v is a legal C89 mnemonic.
2014-12-11 Karl Williamsongenerate_uudmap.c: Clarify comment
2014-12-11 Karl WilliamsonStop errorneous warnings for C locale
2014-12-11 Karl Williamsont/run/locale.t: Rmv duplicate closing of STDERR
2014-12-11 H.Merijn BrandAdd pthread to libswanted
2014-12-11 Hugo van der... make the EXACTF_invlist only when SCF_DO_STCLASS
2014-12-11 Father ChrysostomosDon’t do string overloading for numeric pack fmts
2014-12-11 Father ChrysostomosDon’t do string overloading for printf int formats
2014-12-11 Father ChrysostomosDon’t call string overloading in chr
2014-12-11 Father Chrysostomossv.c: Note that sv_2num does not do get-magic
2014-12-11 Father Chrysostomossv.c: Remove reference to bogus SvNUM macro
2014-12-10 Chris 'BinGOs... Update DB_File to CPAN version 1.834
2014-12-10 Father ChrysostomosEscape Latin-1 chars in deparsed strings
2014-12-10 David Mitchellfix spurious 'Use of reference' warning
2014-12-10 Father ChrysostomosConsistent spaces after docs in perlfunc.pod
2014-12-10 David Mitchellporting/utils.t: explain what caused failures
2014-12-10 David Mitchellunop_aux_stringify(): remove redundant assignment
2014-12-10 Father ChrysostomosAllow multideref with ($a[0])->[0]
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
2014-12-10 Father ChrysostomosFix up OUTSIDE pointers for saved BEGIN blocks
2014-12-10 Father ChrysostomosEviscerate concise-xs.t
2014-12-10 Jarkko HietaniemiLabel conditionally unused.
2014-12-10 Jarkko Hietaniemistdize_locale not used in POSIX.
2014-12-10 Jarkko HietaniemiPossibly uninitialized.
2014-12-10 Jarkko HietaniemiThe format is not a literal but well defined.
2014-12-10 Jarkko HietaniemiIf no strtoul, the args are unused.
2014-12-10 Tony Cookperldelta for fcaef4dc8ca9, fb9282c3ccd3
2014-12-10 Tony Cook[perl #123245] avoid a panic in sv_chop() in formats
2014-12-10 Tony Cook[perl #123245] tests for format crashes
2014-12-10 Father Chrysostomosperlpolicy: Be explicit wrt crashing bug policy
2014-12-09 Chris 'BinGOs... Update DB_File to CPAN version 1.833
2014-12-09 Father ChrysostomosExtend read-only ops to most special blocks
2014-12-09 Father ChrysostomosDon’t deparse BEGIN blocks as __ANON__
2014-12-09 Father ChrysostomosDB_File.xs: Fix strict C89 compilation failure
2014-12-09 Karl Williamsonperly.c: Fix EBCDIC bug
2014-12-09 Karl Williamsontoke.c: Generalize trace for non-ASCII platform
2014-12-09 Karl Williamson-Dp does work on EBCDIC.
2014-12-09 Chris 'BinGOs... Update IO-Compress to CPAN version 2.067
2014-12-09 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.067
2014-12-09 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.067
2014-12-09 Chris 'BinGOs... Update DB_File to CPAN version 1.832
2014-12-09 Father Chrysostomosop.c: Temporary fix for bad read
2014-12-09 Father ChrysostomosUnify format and named-sub pad weakref code
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-09 David Mitchellmake xs_version_bootcheck() appear only in util.c
2014-12-09 Father ChrysostomosFix assertion failure with ($_[0])->{$_}
next