This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-25 Steve HayRMG - Remove out-of-date instruction about epigraph...
2014-09-25 Steve HayRMG - Even RCs these days generally get an epigraph
2014-09-25 Steve HayRMG - Note why it is that MAINT is version-bumped late...
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-25 Yves Ortonadd an assert that the length arg for UTF8f is non...
2014-09-25 Yves Ortonrestore color to debug diagnostics
2014-09-25 Yves Ortonrt 122283 - do not recurse into GOSUB/GOSTART when...
2014-09-25 Steve HayBump $Errno::VERSION for previous commits
2014-09-25 Steve HayErrno parsing: Skip expressions containing function...
2014-09-25 Steve HayErrno parsing: Don't match hex numbers in parts of...
2014-09-25 Steve HayTweak Errno parsing some more
2014-09-25 Steve HayImprove Errno parsing of Win32 output
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-25 Father ChrysostomosPeek.t should not expect PADMY under 5.21.5
2014-09-25 Father ChrysostomosStop setting PADMY; renumber PADSTALE
2014-09-25 Father ChrysostomosConsistent spaces after dots in perlmodstyle
2014-09-25 Father ChrysostomosLong verbatim lines in perlmodstyle
2014-09-25 Father ChrysostomosAdd Ed J to AUTHORS
2014-09-25 Ed Jperlmod and perlstyle improvements
2014-09-25 Jarkko HietaniemiUnify the nok setting for better optimizer chances.
2014-09-25 Ricardo Signesperlpolicy: clarify that bans related to RT as well...
2014-09-24 Jarkko HietaniemiThreaded fix, and logic cleanup.
2014-09-24 Jarkko HietaniemiIf we already know it's infnan, no need to Atof again.
2014-09-24 Jarkko Hietaniemiinfnan: more math tests, and make int(infnan) return...
2014-09-24 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.65
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-24 Father Chrysostomosembed.fnc: cv_name is documented
2014-09-24 Father ChrysostomosMention Data::Util in perl5220delta
2014-09-24 Craig A. BerryVMS does not have lc_monetary_2008 items in lconv.
2014-09-24 Father Chrysostomosperldelta: reword prev. commit’s entry for clarity
2014-09-24 Daniel Draganoptimize pp_length for simple PVs
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-23 Jarkko HietaniemiTighter space allocation for floating point stringify.
2014-09-23 Father Chrysostomosgv.h: Use PERL_BITFIELD32 for the bitfield
2014-09-23 Jarkko Hietaniemiinfnan: set POK for inf/nan, and don't use ~50 PV bytes...
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-23 Father ChrysostomosConsistent spaces after dots in perlop
2014-09-23 Father ChrysostomosAdd GPFLAGS and GPf_* to B
2014-09-23 Jarkko HietaniemiAIX doesn't set the length in getsockopt.
2014-09-23 Jarkko HietaniemiAvoid mixing Inf/NaN with IV/UV.
2014-09-23 Jarkko HietaniemiMove the VC6 "broken-nan" define from win32.h to perl.h.
2014-09-23 David Mitchellt/re/speed.t: adjust watchdog timeout
2014-09-23 Father ChrysostomosIncrease $B::VERSION to 1.52
2014-09-23 Father ChrysostomosStop flip from returning the same scalar each time
2014-09-23 Father Chrysostomosgv.h: Make gp_line and gp_flags into a bitfield
2014-09-23 Father ChrysostomosPeek.t: Drop 5.8 support
2014-09-23 Jarkko HietaniemiPOSIX math: add todo about the macro interface emulations.
2014-09-23 Jarkko HietaniemiFurther tweaking for bad skip() usage.
2014-09-23 Jarkko HietaniemiNo point in pack 'w' for inf/nan.
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-22 David Mitchellglobvar.sym: include PL_ prefix in names
2014-09-22 David Mitchellcreate t/re/speed.t, t/re/speed_thr.t
2014-09-22 David MitchellSvFLAGS: informally reserve a bit
2014-09-22 Craig A. BerryFix distclean for "pm_to_blib directly" extensions.
2014-09-22 Jarkko HietaniemiMissing "by" noticed by James Keenan.
2014-09-22 Jarkko HietaniemiNo re module if only miniperl built.
2014-09-22 Father ChrysostomosHook::LexWrap is a valid pod link
2014-09-22 Father ChrysostomosMention Hook::LexWrap in perl5220delta
2014-09-22 Father Chrysostomosregen pod issues
2014-09-21 Father ChrysostomosAdd perl5220delta.pod to Porting/
2014-09-21 Father Chrysostomospp.h: Remove SETsv and SETsvUN
2014-09-21 Jarkko HietaniemiComments on unpack 'D' and long doubles formats.
2014-09-21 Father ChrysostomosConsistent spaces after dots in perlapi
2014-09-21 Jarkko HietaniemiGuard against bad skip() arguments, swapped (15ed07b0...
2014-09-21 Jarkko HietaniemiNegation of "-e1" no more todo.
2014-09-21 Jarkko HietaniemiFix -"-e1".
2014-09-20 Craig A. BerryThe number to skip is the second argument to skip().
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Father Chrysostomosnegate.t: To-do tests for -"-e1"
2014-09-20 Craig A. BerryFix NaN double to long double conversion on VMS.
2014-09-20 Niko TyniDowngrade the optimization of regcomp.c on mips and...
2014-09-20 Father Chrysostomosregen pod issues
2014-09-20 Father ChrysostomosYet more Peek.t fix-ups
2014-09-20 Father ChrysostomosPeek.t: This read-only stuff came after 5.21.4
2014-09-20 Father ChrysostomosFix read-only flag checks in lvalue sub exit
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosMore Peek.t fix-ups
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-20 Father ChrysostomosAdd SVf_PROTECT
2014-09-20 Father ChrysostomosPeek.t fix-up
2014-09-20 Father ChrysostomosRenumber SVf_IsCOW
2014-09-20 Father ChrysostomosRevert "Revert "infnan: more tests.""
2014-09-20 Father Chrysostomos[perl #121983] #error with ro ops and no threads
2014-09-20 Father Chrysostomos[perl #122799] Always turn off CvNAMED in cvgv-set
2014-09-20 Daniel DraganPerl_scalarvoid remove duplicate SvNV call
2014-09-20 Daniel Draganmore factoring out in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out more in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out FP heavy code in utf8_mg_pos_cache_update
2014-09-20 Steve HayPrepare Module::CoreList for 5.21.5, expected on 2014...
2014-09-20 Steve HayModule::CoreList 5.20140920 is now on CPAN
2014-09-20 Steve HayRegen B::Op_private for 5.21.5
2014-09-20 Steve HayBump version to 5.21.5
2014-09-20 Steve HayCreate new perldelta for 5.21.5
2014-09-20 Steve HayAdd epigraph for 5.12.4
2014-09-20 Steve HayPerl 5.21.4 today v5.21.4
2014-09-20 Steve HayFinalize perldelta
2014-09-20 Steve HayUpdate Module::CoreList for 5.21.4
2014-09-20 Steve HayBlead is in sync with Data::Dumper 2.154
2014-09-20 Craig A. BerryDisable libquadmath in configure.com.
2014-09-20 Jarkko HietaniemiRevert "infnan: more tests."
next