This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchellre_intuit_start(): eliminate checked_upto var
2014-03-16 David Mitchellre_intuit_start(): fix a comment about overlap
2014-03-16 David Mitchellre_intuit_start(): trivial reorg of stclass code
2014-03-16 David Mitchellre_intuit_start(): always initialise start_shift
2014-03-16 David Mitchellre_intuit_start(): swap BmUSEFUL + stclass blocks
2014-03-16 David Mitchellre_intuit_start(): de-duplicate condition
2014-03-16 David Mitchellre_intuit_start(): swap two blocks, delete label
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): remove redundant assertion
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): swap if/else blocks
2014-03-16 David Mitchellre_intuit_start(): eliminate one label
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-03-16 David Mitchellre_intuit_start(): eliminate debug-only var
2014-03-16 David Mitchellre_intuit_start(): eliminate t from stclass code
2014-03-16 David Mitchellre_intuit_start(): reduce use of s in stclass code
2014-03-16 David Mitchellre_intuit_start(): remove if(check)
2014-03-16 David Mitchellre_intuit_start(): use check_ix for efficiency
2014-03-16 David Mitchellre_intuit_start(): stclass: use rx_origin more
2014-03-16 Nicholas ClarkOn OS X, allow Configure to override $ld with -Dld=...
2014-03-16 H.Merijn BrandConfigure misdetects strlcpy et al. with gcc -flto...
2014-03-15 Aaron CraneUpdate perldelta for core changes to this point
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2014-03-13 Karl Williamsonlib/locale.t: Update $variable name
2014-03-13 Karl WilliamsonPATCH: [perl #121340] lib/locale.t noisy+complaining...
2014-03-13 Karl Williamsonlib/locale.t: Fix broken test
2014-03-13 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.92
2014-03-12 Jerry D. HeddenUpgrade to Thread::Queue 3.04
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-03-12 Karl Williamsonregcomp.c: Make SSC node clone safe
2014-03-12 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-12 Karl Williamsonregen/regcharclass.pl: Generate correct macro instead...
2014-03-12 Chris 'BinGOs... Update ExtUtils-Install Changes file
2014-03-12 Chris 'BinGOs... Make the ExtUtils-Install tests parallelisable
2014-03-12 H.Merijn BrandBackport/genererate work from cross-port
2014-03-11 Aristotle Pagaltzisperlfunc: layout getpw*&c return values as a table
2014-03-11 Aristotle Pagaltzisperldiag: Clarify that lexicals do not trigger "used...
2014-03-10 Chris 'BinGOs... ExtUtils-Install-1.62 has been released to CPAN
2014-03-10 Daniel Draganremove a redundant SvTIED_mg from S_do_smartmatch
2014-03-10 Daniel Dragandon't repeatedly call HvUSEDKEYS
2014-03-10 Craig A. BerryHandle "no versions" feature in fileify and tovmsspec.
2014-03-10 Chris 'BinGOs... Don't rely on IPC::Cmd in ExtUtils-Install tests
2014-03-10 Paul JohnsonIt is and always will be safe to delete the most recent...
2014-03-08 Chris 'BinGOs... Incorporate changes from CPAN release of ExtUtils-CBuilder
2014-03-08 Jerry D. HeddenUpgrade to Thread::Queue 3.03
2014-03-07 David Mitchellmake core safe against HvAUX() realloc
2014-03-07 David Mitchellsv.h: add some more flag usage commentary
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2014-03-07 Steffen MuellerFilter::Simple update/changelog and version bump
2014-03-07 Steffen MuellerAttribute::Handlers update/changelog and version bump
2014-03-07 Craig A. BerrySmarter handling of escaped semicolons in vmsify.
2014-03-06 Steve HayUpdate META files and remove blead customizations follo...
2014-03-06 Steve HayUpgrade CPAN::Meta from version 2.140630 to 2.140640
2014-03-06 Ricardo Signesofficially discourage the use of threads
2014-03-06 Ricardo Signesnote that the ~~ operator is experimental
2014-03-05 Steffen MuellerMaintainers.pl: Refer to recent EU::ParseXS release
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-03-05 Steve HayTemporary fixes for test failures after (Parse::)CPAN...
2014-03-05 Steve HayUpgrade Locale-Codes from version 3.29 to 3.30
2014-03-05 Steve HayUpdate META files following previous two commits
2014-03-05 Steve HayUpgrade Parse-CPAN-Meta from version 1.4413 to 1.4414
2014-03-05 Steve HayUpgrade CPAN-Meta from version 2.133380 to 2.140630
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-03-05 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2014-03-04 David Mitchell[perl #121362] overload optimisation added a SEGV
2014-03-03 Chris 'BinGOs... Bump Carp to version 1.33
2014-03-03 Chris 'BinGOs... Bump autouse version to 1.08
2014-03-03 Craig A. BerryRefactor and reduce VMS-specific workarounds in POSIX.xs.
2014-03-02 Craig A. Berrytbuffer_t no longer exists on VMS.
2014-03-02 Nicholas ClarkMerge changes to make_ext.pl that build simple extensio...
2014-03-02 Nicholas ClarkOn VMS, lib is lib.DIR, etc. make_ext.pl needs to accou...
2014-03-02 Nicholas ClarkDescribe the improvements to make_ext.pl in perldelta.
2014-03-02 Nicholas ClarkGenerate fallback shell cleanup code for the extensions...
2014-03-02 Nicholas Clarkmake_ext.pl can handle 4 extensions in dist/ which...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas ClarkFor simple extensions make_ext.pl can emulate the entir...
2014-03-02 Nicholas ClarkChange the test to use itself as test file, instead...
2014-03-02 Nicholas ClarkExtract fallback_cleanup() to hold the code that writes...
2014-03-02 Nicholas Clarkmake_ext.pl should validate exactly which clean targets...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Forbid non-safe macros for multi...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-03-02 Karl Williamsonperluniprops: Show property name without braces
2014-03-02 Karl Williamsonregen/regcharclass.pl: White-space; comment nits only
2014-03-02 Karl Williamsonregen/regcharclass.pl: Simplify generated safe macros
2014-03-02 Karl WilliamsonUnicode/UCD.t: Fix broken test
2014-03-02 Karl Williamsonmktables: Allow Unicode Unihan files to compile
2014-03-02 Karl Williamsonregen/regcharclass.pl: Warn that macros are internal...
2014-03-01 Nicholas ClarkNo need for code conditional on S_IFMT being defined...
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-03-01 Nicholas ClarkCommit 5c85b638cb45ea2b inadvertently broke the -DDEBUG...
2014-02-28 David Mitchell[MERGE] tweak in-place branch of SAVEt_CLEARSV
2014-02-28 David MitchellSAVEt_CLEARSV: only clear-in-place if RC==1
2014-02-28 David MitchellSAVEt_CLEARSV: handle SvOOK() specially
2014-02-28 David MitchellSAVEt_CLEARSV: expand SvOK_off() macro
next