This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-10-11 Father Chrysostomoslvref.t: do-block err msg is no longer to-do
2014-10-11 Father ChrysostomosMake \( ?: ) assignment work
2014-10-11 Father Chrysostomoslvref.t: Remove unnecessary evals
2014-10-11 Father ChrysostomosGet basic $cond ? \$a : \$b = ... working
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father Chrysostomoslvref is actually a baseop/unop
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father Chrysostomoslvref.t: Tests for localised arrays and hashes
2014-10-11 Father Chrysostomoslvref.t: Test assigning non-array to array
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomoslvref.t: To-do tests for hashes
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvref.t: To-do tests for array ref assignment
2014-10-11 Father Chrysostomospp.c: Fold SvIV into S_localise_aelem_lval
2014-10-11 Father Chrysostomospp.c: Some branch prediction hints
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father Chrysostomospp.c: Consolidate some local aelem code
2014-10-11 Father Chrysostomospp.c:pp_lvrefslice: Unused var
2014-10-11 Father Chrysostomos\local $a[$ix] assignment
2014-10-11 Father Chrysostomos\@array[@slice] assignment
2014-10-11 Father Chrysostomospp.c: Dodge compiler warning
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father Chrysostomos\local $scalar assignment
2014-10-11 Father ChrysostomosMake \($x,$y) assignment work
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosFix assertion failure with ... ? \$a : \$b = ...
2014-10-11 Father Chrysostomosop.c: Apply spair optimisation to \% \@ \&
2014-10-11 Father ChrysostomosUse ‘Can’t modify reference to...’ for refassign, too
2014-10-11 Father Chrysostomosop.c: diag_listed_as for ‘Can't modify ref’
2014-10-11 Father Chrysostomoslvref.t: Test ‘Can't modify reference to...’
2014-10-11 Father ChrysostomosList assignment to package scalar ref
2014-10-11 Father ChrysostomosCapitalise magic descriptions consistently
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father Chrysostomoslvref.t: More parenthesized scalar ref tests
2014-10-11 Father Chrysostomoslvref.t: Some assignments with mixed lhs
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father Chrysostomoslvref.t: Test \$foo = \*bar
2014-10-11 Father Chrysostomoslvref.t: To-do tests for foreach \
2014-10-11 Father Chrysostomoslvret.t: To-do tests for \local $scalar=
2014-10-11 Father ChrysostomosWhen making lex alias, don’t free old var too soon
2014-10-11 Father Chrysostomoslvref.t: To-do test for PADSTALE handling
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father Chrysostomoslvref.t: Tests for error massages
2014-10-11 Father Chrysostomoslvref.t: Remove to-do and eval from passing test
2014-10-11 Father Chrysostomoslvref.t: To-do tests for closures
2014-10-11 Father ChrysostomosDocument lvalue ref diagnostics
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-11 Father Chrysostomosop.c: In newBINOP, set up op_last before CHECKOP
2014-10-11 Father ChrysostomosIncrease $Opcode::VERSION to 1.29
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-11 Father Chrysostomosop.c:ck_spair: Remove redundant checks
2014-10-11 Father ChrysostomosTo-do tests for scalar lvalue refs
2014-10-11 Father ChrysostomosIncrease $warnings::VERSION to 1.27
2014-10-11 Father ChrysostomosAdd experimental::lvalue_refs warnings category
2014-10-11 Father ChrysostomosIncrease $feature::VERSION to 1.38
2014-10-11 Father ChrysostomosAdd lvalue_refs feature feature
2014-10-11 Shlomi FishRemove trailing space from perlipc.pod.
2014-10-11 Shlomi Fishremove trailing whitespace.
2014-10-10 Steve HayUpdate libnet to version 3.02
2014-10-10 Steve HayUpdate EXCLUDED files list for libnet following 2e1731446c
2014-10-10 Daniel Draganmove dMY_CXT in dlutils.c closer to first use
2014-10-10 Father ChrysostomosSet PERL_MM_USE_DEFAULT in make_ext.pl
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-10 Father Chrysostomostoke.c:S_parse_opt_lexvar: Don’t use null terminator
2014-10-10 Father Chrysostomosop.c:allocmy: Remove obsolete cmnts and assert
2014-10-10 Father Chrysostomosop.c:allocmy: Don’t depend on null termination
2014-10-10 Father ChrysostomosDeparse local our LIST
2014-10-10 Chris 'BinGOs... Update libnet to CPAN version 3.01
2014-10-10 Chris 'BinGOs... Update Socket to CPAN version 2.016
2014-10-10 Chris 'BinGOs... Update JSON-PP to CPAN version 2.27300
2014-10-10 Daniel Draganfix WinCE build
2014-10-10 Tony Cookperldelta for 11f610b5c537
2014-10-10 Daniel Draganremove dl_nonlazy global if unused in Dynaloader
2014-10-09 Petr Písařt/op/crypt.t: Perform SHA-256 algorithm if default...
2014-10-09 Tony Cookperldelta for 2c2d7daa9519, a6d695237c4c
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-09 Tony Cook[perl #122445] test for overload assigned to $DB::single
2014-10-08 Jarkko HietaniemiSpecial test preambles needed for these.
2014-10-08 Jarkko Hietaniemipod_rules.t needs special preamble.
2014-10-08 Jarkko HietaniemiVersion bump for e6425454.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-08 Jarkko HietaniemiAdd various *BSD O_ constants.
2014-10-08 Jarkko HietaniemiTru64: the socket API defines must come early.
2014-10-08 Father Chrysostomosattrs.t: Test that attr handlers can see prototypes
2014-10-07 Tony Cookperldelta for ff5314c5aa54
2014-10-07 Reini Urbanfix attributes memcmp without len<6 (asan catch)
2014-10-07 Jarkko HietaniemiTru64: does have sa_len.
2014-10-07 Jarkko HietaniemiTru64: _SOCKADDR_LEN is good.
2014-10-07 Ævar Arnfjörð... t/io/eintr.t: Make this pass on my ppc64 box
next