This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-08-21 Matthew HorsfallBump Module::CoreList version
2017-08-21 Matthew HorsfallUpdate INSTALL for 5.27.3
2017-08-21 Matthew HorsfallPrep perldetla for release
2017-08-21 Dagfinn Ilmari... Note B::Debug deprecation in perldelta and Porting...
2017-08-21 Dagfinn Ilmari... perldelta for 5997475bc5
2017-08-20 Matthew Horsfallmake-rmg-checklist - Be more helpful about file open...
2017-08-20 Lukas Maiperlop: fix documentation for s/// "false" return value
2017-08-19 Zeframdocument fileno(DIRHANDLE)
2017-08-18 Zeframadd sv_string_from_errnum()
2017-08-18 Karl WilliamsonImprove heuristic for UTF-8 detection in "$!"
2017-08-18 Zeframdocument dirhandles vs filehandles
2017-08-17 Dagfinn Ilmari... Add -Werror=pointer-arith by default
2017-08-17 Dagfinn Ilmari... Update perlhacktips about default gcc warning flags
2017-08-17 David MitchellS_opdump_indent(): avoid shift overflow
2017-08-17 Tony Cook(perl #131793) sanely handle PL_linestart > PL_bufptr
2017-08-14 Dagfinn Ilmari... Fix "floating pointer" typo in perldelta
2017-08-14 Tony Cookperldelta for 3cb4cde3dd4d
2017-08-14 Tony Cook(perl #124368) make /foo/o; /$null/ act consistently
2017-08-14 Tony Cookperldelta for adb0f5c46e10
2017-08-14 Tony Cook(perl #131725) ignore the exponent on a decimal float...
2017-08-13 Karl Williamsonlocale.c: Use strerror_l if platform has it
2017-08-13 Karl Williamsonlocale.c: Refactor some #if clauses
2017-08-13 Karl Williamsonlocale.c: Move some DEBUGGING code
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-08-13 Karl Williamsonlocales: Add #define; change how to override
2017-08-12 Karl Williamsonperllocale: Rmv links to obsolete documents
2017-08-12 Craig A. BerryUse temp files with extensions in rt131211.t on VMS.
2017-08-12 Craig A. BerryFix missing break in tovmsspec.
2017-08-10 Tony Cookperldelta for fa2e45943e2b
2017-08-10 Tony Cook(perl #131786) avoid a duplicate symbol error on _LIB_V...
2017-08-09 Karl Williamsonutf8.c: EBCDIC fix
2017-08-09 Tony CookAdd Ken Brown to AUTHORS
2017-08-09 Ken BrownConfigure: check for GCC 6 and 7
2017-08-08 Zeframtest cv_[gs]et_call_checker_flags()
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-08-08 Zeframadd cv_get_call_checker_flags()
2017-08-08 Nicholas ClarkBump ExtUtils::Constant version to 0.24.
2017-08-08 Karl WilliamsonExtUtils::Constant: Remove impediment to compiling...
2017-08-08 David MitchellEU::Constant: avoid 'uninit' warning
2017-08-08 Daniel DraganExtUtils::Constant - better machine code on threaded...
2017-08-08 Nicholas ClarkTypo fixes.
2017-08-08 Robin BarkerAvoid compiler warnings due to mismatched types in...
2017-08-08 David Mitchellregen/op_private: remove sassign special-casing
2017-08-08 Zeframfix parameter name in doc
2017-08-08 David MitchellRevert "Perl_sv_vcatpvfn_flags: skip IN_LC(LC_NUMERIC)"
2017-08-08 Tony Cook(perl #131646) make the test less fragile
2017-08-07 Karl Williamsonlib/locale.t: TODO some netbsd defective locales
2017-08-07 Karl Williamsonlib/locale.t: Add comments
2017-08-07 Karl Williamsonlib/locale.t: Canonicalize $^O into lowercase
2017-08-07 David Mitchellfix index(...) == -1 type optimisations
2017-08-06 Karl Williamsonutf8_to_uvchr() EBCDIC fix
2017-08-05 David Mitchellt/perf/opcount.t typo
2017-08-05 Craig A. BerryConsider magic %ENV as tied in hv_pushkv.
2017-08-05 David Mitchellextend index(...) == -1 optimisation
2017-08-05 David Mitchellt/op/index.t: automate a block of tests
2017-08-04 David Mitchellmerge Perl_ck_cmp() and Perl_ck_eq()
2017-08-04 David Mitchellset SVs_PADTMP flag on PL_sv_zero
2017-08-04 David MitchellPVLV-as-REGEXP: avoid PVX double free
2017-08-04 David Mitchellsv_dump(): display regex LEN and LV-as-RX regexp
2017-08-04 David MitchellPerl_reg_temp_copy(): rename args.
2017-08-04 David Mitchellpod/perltie.pod: mention SCALAR() for boolean keys
2017-08-04 David MitchellSvTRUE(): add code comment
2017-08-04 David Mitchellmake utf8::upgrade() of a REGEXP a NOOP
2017-08-04 David Mitchellfix RX_MATCH_UTF8_on() macro
2017-08-04 Steffen MuellerData::Dumper: Prevent XS deparse being used on old...
2017-08-03 Lukas Maiperlop: use <<~FOO construct in example of indented...
2017-08-03 Steffen MuellerFilter::Simple: Version bump to align with CPAN release
2017-08-03 Steffen MuellerSelfLoader: Version bump for CPAN sync
2017-08-01 David Mitchellfix ($lex = index(....)) == -1
2017-07-31 David Mitchellfix SvTRUE() cast (broke xor)
2017-07-31 Steffen MuellerEU::ParseXS: Version bump and changelog for CPAN release
2017-07-31 Steffen MuellerAdd SvPVCLEAR fallback definiton to Data::Dumper
2017-07-31 Chris 'BinGOs... ... And now for something completely different
2017-07-31 Zeframfix example code in wrap_op_checker() doc
2017-07-31 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Fix broken tests
2017-07-31 Karl WilliamsonAPItest/t/utf8.t: Fix broken test on EBCDIC
2017-07-30 Lukas Maiperlsub: don't recommend leaky code for recursive ...
2017-07-28 Tony Cookmake _GNU-ish function declarations visible on cygwin
2017-07-27 David Mitchellfix RX_MATCH_COPY_FREE() on win32
2017-07-27 Steve Hay[perl #131726] [Win32] perl.h remaps 'strtoll' and...
2017-07-27 David Mitchell[MERGE] various boolean-related optimisations
2017-07-27 David Mitchellt/perf/benchmarks: rename some keys() entries
2017-07-27 David Mitchellmake scalar(keys(%lexical)) less slow.
2017-07-27 David Mitchellhv_pushkv(): handle keys() and values() too
2017-07-27 David Mitchellt/op/tie.t: add tests for scalar(keys(%tied))
2017-07-27 David MitchellS_padhv_rv2hv_common(): reorganise code
2017-07-27 David MitchellS_padhv_rv2hv_common(): unroll hv_scalar() calls
2017-07-27 David Mitchellsimplify keys(%tied_hash) in boolean context.
2017-07-27 David MitchellS_pushav(): tail call optimise
2017-07-27 David Mitchellpp_padav(): use S_pushav()
2017-07-27 David Mitchellharmonise S_pushav() and pp_padav()
2017-07-27 David MitchellPerl_hv_pushkv(): unroll hv_iterkeysv()
2017-07-27 David Mitchellcreate Perl_hv_pushkv() function
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelladd S_padhv_rv2hv_common() function
2017-07-27 David Mitchellmove pp_padav(), pp_padhv() from pp.c to pp_hot.c
2017-07-27 David Mitchellpp_grepwhile: no need to extend the stack
2017-07-27 David Mitchellchange sv_setsv(sv,NULL) to sv_set_undef(sv)
2017-07-27 David Mitchellpp_iter(): jump directly to op after OP_AND
2017-07-27 David Mitchelloptimise (index() == -1)
next