This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-12-07 Father Chrysostomosop.c:newMETHOP: Remove op_next check
2014-12-07 Father Chrysostomosop.c:newUNOP_AUX: Rmv fold_constants/op_integerize
2014-12-07 Father Chrysostomosop.c:newUNOP_AUX: Remove op_next check
2014-12-07 Father Chrysostomosop.c: Typo in docs for op_convert_list
2014-12-07 Father Chrysostomosop.c: Clarify newLISTOP docs
2014-12-07 Shlomi FishConvert tabs to spaces and remove trailing space.
2014-12-07 Father ChrysostomosFix method assertion failures
2014-12-07 Father ChrysostomosTweak Deparse-core.t after the last two commits
2014-12-07 Father ChrysostomosDeparse goto foo() correctly
2014-12-07 Father ChrysostomosDeparse require(foo()) correctly
2014-12-07 Father ChrysostomosDeparse.pm:pp_entereval: Redundant func call
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-07 David Mitchellext/B/Makefile.PL: spot hex defines
2014-12-07 David MitchellPerl_op_sibling_splice(): update OPf_KIDS
2014-12-07 David Mitchelladd S_deb_padvar() to dump.c
2014-12-07 David Mitchelladd S_op_clear_gv() to op.c
2014-12-07 David Mitchellcreate S_check_hash_fields() function
2014-12-07 Father ChrysostomosIncrease $arybase::VERSION to 0.09
2014-12-07 sybergv_fetchmeth_sv now supports SV shared hashes
2014-12-07 James RaspassTweak sv_pos_b2u_flags check in pp_index
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-12-07 Father Chrysostomosform_scope.t: Diagnostics for test 13
2014-12-07 Daniel DraganWin32 Intel C is always C99 now
2014-12-07 Father Chrysostomosdeparse-skips.txt: Note why comp/parser.t fails
2014-12-07 Father Chrysostomosdeparse-skips.txt: comp/proto.t now passes
2014-12-07 Father ChrysostomosDeparse & calls with scalar() where necessary
2014-12-07 Father ChrysostomosDeparse.pm:pp_entersub: Refactor repetition away
2014-12-07 Jarkko HietaniemiInitialize ab_op_info before use.
2014-12-06 Jarkko HietaniemiAdd a comment explaining what to do if this test fails.
2014-12-06 Jarkko Hietaniemithreads.pm version bump for 0c87ebb8.
2014-12-06 Jarkko HietaniemiFollowup 3f39ca90: those functions need no prototypes...
2014-12-06 Jarkko Hietaniemig++ groks __attribute__((unused)) at least since 4...
2014-12-06 Jarkko HietaniemiIf no lchown, not using the args.
2014-12-06 Jarkko HietaniemiVariables possibly clobbered by longjmp/vfork.
2014-12-06 Jarkko HietaniemiThese functions are not used with ext/re.
2014-12-06 Father ChrysostomosB::Deparse: Escape non-ASCII printable chars
2014-12-06 Father ChrysostomosDeparse.pm: Don’t call maybe_parens for sv_undef
2014-12-06 Father ChrysostomosRemove comp/opsubs.t from deparse-skips.txt
2014-12-06 Father ChrysostomosRemove comp/hints.t from deparse-skips.txt
2014-12-06 Father Chrysostomosdeparse-skips.txt: Note some skip reasons
2014-12-06 Father ChrysostomosRemove comp/form_scope.t from deparse-skips.txt
2014-12-06 Father ChrysostomosDeparse formats in the right spot
2014-12-06 Father ChrysostomosAvoid extraneous ‘();’ when deparsing just subs
2014-12-06 Father Chrysostomosop.c: use GV_NOTQUAL in newATTRSUB_x
2014-12-06 Daniel Dragan1 exit path for returning ptr in Perl_safesysmalloc...
2014-12-06 Father ChrysostomosIncrease $NDBM_File::VERSION to 1.14
2014-12-06 Father ChrysostomosIncrease $mro::VERSION to 1.17
2014-12-06 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.155
2014-12-06 Daniel Dragandont test for bootstrap file twice in XSLoader
2014-12-06 Daniel Dragancleanup logic in S_sv_uncow
2014-12-06 Father ChrysostomosRevert "toke.c: Remove redundant PL_expect check"
2014-12-06 Father ChrysostomosTest bug #123372
2014-12-06 Jarkko HietaniemiInitialize possibly uninitialized.
2014-12-06 Jarkko HietaniemiUnused expression + variable.
2014-12-06 Jarkko HietaniemiSome versions of gcc -Wextra are too paranoid about...
2014-12-06 Jarkko HietaniemiPOSIX math potentially unused vars.
2014-12-06 Jarkko Hietaniemigcc thinks it can see how 'entry' can be accessed unini...
2014-12-06 Jarkko HietaniemiPOSIX nan: declaring s always potentially unused.
2014-12-06 Jarkko HietaniemiUnused hv_store() result.
2014-12-06 Jarkko HietaniemiUnused var.
2014-12-06 Jarkko Hietaniemiprintf type-matching continues. again.
2014-12-05 Father ChrysostomosDeparse PVMG stubs
2014-12-05 Father ChrysostomosDeparse predeclared prototyped subs
2014-12-05 Steffen MuellerRevert "Remove branch seemingly untaken"
2014-12-05 Steffen MuellerRemove branch seemingly untaken
2014-12-05 Father ChrysostomosRestore profile dump under PERL_DESTRUCT_LEVEL
2014-12-05 Father ChrysostomosCorrect dependencies for charclass_invlists.h
2014-12-05 Father Chrysostomosop.c:fold_constants: Remove OP_RV2GV/newGVOP
2014-12-05 Father Chrysostomosop.c:fold_constants: Simplify OP_STRINGIFY logic
2014-12-05 Father ChrysostomosReturn fresh scalar from join(const,const)
2014-12-05 Chris 'BinGOs... Locale-Maketext 1.26 is now on CPAN
2014-12-04 Todd RinaldoSyncing back Changelog to be consistent with CPAN release
2014-12-04 Chris 'BinGOs... Update Encode to CPAN version 2.67
2014-12-04 Father ChrysostomosDon’t deparse formats with #line directives
2014-12-04 Father Chrysostomosdump.c: Don’t dump CvOUTSIDE SV when there is none
2014-12-04 Father Chrysostomos[perl #123357] Fix deparsing of $; at stmt end
2014-12-04 Father ChrysostomosDeparse.pm: Remove temp pre-PADNAME code
2014-12-04 Father ChrysostomosDeparse.pm: Remove special \0 marker
2014-12-04 Craig A. BerryUnescape directory portion of path in unixify.
2014-12-04 Father ChrysostomosAdd checksum to regcharclass.h
2014-12-04 Father ChrysostomosAdd checksum to charclass_invlists.h
2014-12-04 Father ChrysostomosDeparse $x =~ (1?/$a/:0) under taint mode
2014-12-04 Shlomi Fishperlfork.pod: convert "\t"s to spaces.
2014-12-04 Shlomi FishRemove trailing whitespace.
2014-12-04 Shlomi FishConvert "\t"s to spaces in perlref.pod.
2014-12-04 Aristotle Pagaltzisperldata: document corrected list slicing behaviour
2014-12-04 Father Chrysostomos[perl #114498] lslice returning empty vs undef
2014-12-04 Father Chrysostomos[Merge] Deparse regexp code blocks
2014-12-03 Father ChrysostomosDeparse s/// with code blocks
2014-12-03 Father ChrysostomosDeparse.pm: Fold some logic into sub code_list
2014-12-03 Father ChrysostomosDeparse qr// and m// with code blocks and vars
2014-12-03 Father ChrysostomosDeparse regexp code blocks in m// and split //
2014-12-03 Father ChrysostomosDeparse.t: Put a line break after the test code
2014-12-03 Father ChrysostomosDeparse qr/(?{code_blocks})/ with no interpolation
2014-12-03 Father ChrysostomosDeparse FOO =~ y///r correctly
2014-12-03 Father ChrysostomosTo-do tests for deparsing regexp code blocks
2014-12-03 Father ChrysostomosFix deparsing of $lexical =~ //
2014-12-03 Father ChrysostomosDeparse: matchop: Remove double method+function call
next