This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-07-09 Karl Williamsonutf8.h: Add comment
2014-07-09 Steve HayUpdate which stable release series are now "officially...
2014-07-08 Aaron CraneFix typo in op.h
2014-07-08 David Mitchell[Merge] add support for ops to link to parent
2014-07-08 David Mitchellavoid adding two OP_HINTSEVAL ops
2014-07-08 David Mitchellminor fixups to new op_sibling work
2014-07-08 David MitchellImprove optree sanity checking code in finalize_op
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David MitchellEnsure that op_last always points to last sibling
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David MitchellDevel::Peek: test 2-arg form of Dump
2014-07-08 David Mitchellmacroise op_sibling in Perl_ck_fun()
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-08 David Mitchelllibperl.t + ASAN + -DPERL_GLOBAL_STRUCT_PRIVATE
2014-07-08 David Mitchellfaster constant hash key lookups ($hash{const})
2014-07-07 James E KeenanAdd description to tests lacking them.
2014-07-07 Ricardo Signesadd the standards of conduct to perlpolicy
2014-07-07 Tony Cookperldelta for e45636ee0875
2014-07-07 Daniel Draganstatic misc things in /dist/threads/threads.xs
2014-07-06 Chris 'BinGOs... Update experimental to CPAN version 0.008
2014-07-05 Karl Williamsonregcomp.c: Add assertion, remove case: statements
2014-07-05 Jarkko HietaniemiUpdates to the HP-UX compilation warning.
2014-07-05 Aaron Cranepod/perlre.pod: fix typo in example code
2014-07-04 David MitchellFilter::Simple: eliminate /\C/
2014-07-04 Chris 'BinGOs... Update IO-Socket-IP to CPAN version 0.30
2014-07-04 James E KeenanDon't add unnecessary linespace.
2014-07-04 James E KeenanSupply description for only test lacking one.
2014-07-03 Jarkko HietaniemiAvoid unused warnings from locale-less systems.
2014-07-03 David MitchellDeprecate /\C/
2014-07-03 Chris 'BinGOs... Update Pod-Usage to CPAN version 1.64
2014-07-03 Chris 'BinGOs... Sync Storable version for CPAN release
2014-07-03 Tony Cookperldelta for 3f7602fa4cd6
2014-07-03 Tony Cookextra tests for grok_number(_flags)()
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-07-03 Daniel Draganuniversal.c gv_stashpv -> gv_stashpvs
2014-07-02 David Mitchells///e on tainted utf8 strings got pos() messed up
2014-07-02 Jarkko HietaniemiEnable _FORTIFY_SOURCE only if optimizing, as specified.
2014-07-02 Abhijit Menon-SenUpdate ChangeLog before release
2014-07-02 Tony Cookpassthrough make options to make -s can speed up the...
2014-07-02 Tony Cookpass through -s if supplied, instead of defaulting...
2014-07-02 Tony Cookallow the build to specify verbose make_ext.pl
2014-07-02 Reini UrbanSupport faster make -s
2014-07-02 Daniel DraganModule::CoreList::TieHashDelta stop massive recursion
2014-07-02 Tony Cookallow test.pl tests to use C<< plan skip_all => $reason >>
2014-07-02 Tony Cookavoid an undefined value warning from libperl.t
2014-07-01 Tony Cookperldelta for 5afb921fc188
2014-07-01 Jarkko HietaniemiMake the "no name list" catcher more relaxed.
2014-07-01 Peter MartiniIf building with DTrace, the dtrace header is required.
2014-06-30 Jarkko HietaniemiSome more cppsymbols to scan.
2014-06-30 Jarkko HietaniemiANSI prototypes for Berkeley DB API testing.
2014-06-30 Jarkko HietaniemiIn nonblock test do not ignore the syscall returns.
2014-06-30 Jarkko Hietaniemi-D_FORTIFY_SOURCE is no more a todo.
2014-06-30 Jarkko HietaniemiMention -D_FORTIFY_SOURCE in perldelta.
2014-06-30 Jarkko HietaniemiAdd -D_FORTIFY_SOURCE=2 when applicable.
2014-06-30 Jarkko HietaniemiAssert before deref due to possible NULL.
2014-06-30 Peter MartiniCoverity 45351 - Refactor to skip a loop iteration
2014-06-30 Jarkko HietaniemiCosmetic consistency on "unimplemented function" deaths.
2014-06-29 Brian Fraserlibperl.t: Allow tetss to pass if perl was compiled...
2014-06-29 Karl Williamsonregcomp.c: Rewrite S_put_byte() which dumps regex []
2014-06-29 Karl Williamsontoke.c: White-space alignment, add comment
2014-06-28 Aaron Cranepod/.gitignore: delete entries for now-unsupported...
2014-06-28 Jarkko HietaniemiCapture the stderr of "nm libperl.a".
2014-06-28 Jarkko Hietaniemiskip works only with SKIP.
2014-06-28 James E KeenanIncrement to $VERSION in ext/Hash-Util/lib/Hash/Util.pm.
2014-06-28 Craig A. BerryFix like/is problem in perl5db.t.
2014-06-28 Jarkko HietaniemiGuard cur_curlyx at least with an assert.
2014-06-27 Jarkko Hietaniemihv can be left uninitialized.
2014-06-27 Jarkko Hietaniemiprintf formats are hard.
2014-06-27 Jarkko Hietaniemiassert(*p = '#'); /* Spot the oops. */
2014-06-27 Craig A. BerryTime functions in time64.c need thread context on VMS.
2014-06-27 Karl Williamsonregexec.c: Move some macro definitions around
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-27 Karl Williamsonregexec.c: Comments and white-space only
2014-06-27 Karl Williamsonregexec.c: Exchange 2 lines of code and add comments
2014-06-27 Karl Williamsonregexec.c: More cleaning of FBC macro/code interface
2014-06-27 Karl Williamsonregexec.c: Clean up macro/code interface slightly
2014-06-27 Karl Williamsonregexec.c: Change names of 4 macros
2014-06-27 Karl Williamsonregexec.c: Change MiXeD cAsE formal macro parameters
2014-06-26 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl for...
2014-06-25 Jarkko HietaniemiFollow-up to 51f14a05: not ignoring my_snprintf return...
2014-06-25 Brian FraserGlossary for d_ptrdiff_t
2014-06-25 Matthew HorsfallAdd a small test case for c445c5b
2014-06-25 Jarkko HietaniemiAdd t/porting/libperl.t
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Jarkko HietaniemiUnused snprintf results noticed by clang in Linux.
2014-06-25 Yves OrtonFix RT #122171, lookahead issues with .*
2014-06-25 Tony Cookperldelta for 0f9d28587772, cd293174fae5
2014-06-25 Tony Cookbump dist/Math-BigInt/ $VERSIONS to 1.9996
2014-06-25 Peter John... CPAN RT 96254 and 96329: Correct the handling of subcla...
2014-06-25 Matthew Horsfall... bump $XS::APItest::VERSION to 0.62
2014-06-24 Jarkko HietaniemiUnder GLOBAL_STRUCT mgvtbl-s are const, which angers...
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Jarkko HietaniemiDrop debugging, and handle HP-UX opt flags.
2014-06-24 Jarkko HietaniemiFurther hpux hints simplifying suggested by H.Merijn.
2014-06-24 Jarkko HietaniemiHP-UX release wider match; also drop gcc opt level.
2014-06-24 Matthew HorsfallRMG - Add comment that git clean -xdf after distclean...
2014-06-24 Peter MartiniDocument empty conditional in for/while
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-24 Daniel Draganfix multi-evals problems in pad name list api
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
next