This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Tiny comment typo fix in handy.h
2011-06-25
Father Chrysostomos
Tiny comment typo fix in handy.h
commit
|
commitdiff
|
tree
2011-06-25
Father Chrysostomos
Correct comment that 903fd87c missed
commit
|
commitdiff
|
tree
2011-06-24
Robin Barker
cast unsigned to avoid warning
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
[perl #93454] Free deleted iterator when freeing hash
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Bypass a switch in gv_fetchpvn for 2-char symbols
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Update proto docs after prev commit
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Allow the \$ proto to accept any scalar lvalue [perl...
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Make Perl_op_lvalue_flags provide a no-croak option
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
op_lvalue .= _flags
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
proto.t: Test \$ with subcall()->[elem]
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Remove two tests from proto.t
commit
|
commitdiff
|
tree
2011-06-24
Father Chrysostomos
Make pp_leavesublv use S_return_lvalues
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Fix explicit return of pad var in list lv context
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Collapse the list context code in pp_leavesublv
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Remove now-redundant check from pp_ctl.c:S_return_lvalues
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Fix up some tests in sub_lval.t
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Make lvalue return make the same checks as leavesublv
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
pp_leavesublv: Put the deref code inside if(scalar)
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Make pp_leavesublv switch based on gimme
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Removed unused label from pp_leavesublv
commit
|
commitdiff
|
tree
2011-06-23
Father Chrysostomos
Copy PADTMPs explicitly returned from lv subs
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
Remove another CvLVALUE check from pp_leavesublv
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
Move pp_leavesublv from pp_hot.c to pp_ctl.c
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
Remove the CvLVALUE check from pp_leavesub
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
attrs.t: Test for something I almost broke
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
attributes.pm: warn & don’t apply :lvalue to defined...
commit
|
commitdiff
|
tree
2011-06-22
Father Chrysostomos
Increase $attributes::version to 0.15
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
podcheck.t: ignore buildtoc output
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Re-clarify the pod.lst instruction
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Stop ‘sub :lvalue :Foo’ from applying :lvalue to defined...
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Clarify the pod.lst instruction in rm guide
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Grrr! I always forget to add new files
commit
|
commitdiff
|
tree
2011-06-21
Eric Brine
[perl #78462] Don't warn for splice(@a,MAX_LEN)
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
create perldelta for 5.15.1
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Increase $Storable::VERSION to 2.29
commit
|
commitdiff
|
tree
2011-06-21
Father Chrysostomos
Add Sam Kimbrel to AUTHORS
commit
|
commitdiff
|
tree
2011-06-21
Sam Kimbrel
[perl #92432] Storable::nfreeze shouldn't stringify...
commit
|
commitdiff
|
tree
2011-06-20
Father Chrysostomos
Add Shigeya Suzuki’s new address to checkAUTHORS.pl
commit
|
commitdiff
|
tree
2011-06-20
Shigeya Suzuki
author email address change
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
perldelta template: who are -> who will be
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
perldelta: who are -> who will be
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
perl513*delta, perl5140delta: who are -> who will be
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
perldelta up to 5.12: who are -> who will be
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
another perldelta typo
commit
|
commitdiff
|
tree
2011-06-19
Father Chrysostomos
two perldelta fixes
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Forgot to run keywords.pl
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Typo in podcheck.t
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Deparse CORE::break
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Doc update for changes in 5.15.0 + tweaks
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Remove unnecessary code and tests
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Correct a bug number in perldelta
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Allow ‘sub x :lvalue’ to apply to XSUBs and stubs
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
perldelta update + typo fixes
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
[perl #81944] Non-lvalue subs do not copy return values
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Stop lvalue subs from copying read-only scalars
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Test ref(\pos) and ref(\vec...)
commit
|
commitdiff
|
tree
2011-06-17
Father Chrysostomos
Revert "pos in lvalue context now returns a PVMG instead...
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
"who be" should be "who are" in perldelta template
commit
|
commitdiff
|
tree
2011-06-16
Pau Amma
"who be" should be "who are" in perldelta.pod
commit
|
commitdiff
|
tree
2011-06-16
Pau Amma
"who be" should be "who are" in perl*delta.pod
commit
|
commitdiff
|
tree
2011-06-16
Pau Amma
"who be" should be "who are" in perl*delta.pod
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
perldelta: another CPAN breakage
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
Increase Pod::Perldoc’s version
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
Add another address for Shlomi Fish
commit
|
commitdiff
|
tree
2011-06-16
Shlomi Fish
Cleanup lib/perl5db.t
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
perldelta for breakpoints by file name
commit
|
commitdiff
|
tree
2011-06-16
Shlomi Fish
Break upon <filename>:<line>
commit
|
commitdiff
|
tree
2011-06-16
Shlomi Fish
Tests for #92906: perl -d has non-functional b command
commit
|
commitdiff
|
tree
2011-06-16
Father Chrysostomos
[perl #92906] perl -d has non-functional b command
commit
|
commitdiff
|
tree
2011-06-15
Father Chrysostomos
Make B::Deparse emit CORE::state, etc.
commit
|
commitdiff
|
tree
2011-06-14
Father Chrysostomos
Allow ‘continue;’ without feature.pm
commit
|
commitdiff
|
tree
2011-06-14
Father Chrysostomos
perldelta up to 571f0e8
commit
|
commitdiff
|
tree
2011-06-14
Father Chrysostomos
Make $$ writable, but still magical
commit
|
commitdiff
|
tree
2011-06-13
Father Chrysostomos
Move an XS::APItest var decl to PREINIT
commit
|
commitdiff
|
tree
2011-06-13
Father Chrysostomos
More perldelta entries
commit
|
commitdiff
|
tree
2011-06-13
Father Chrysostomos
Some perldelta updates
commit
|
commitdiff
|
tree
2011-06-12
Father Chrysostomos
Fix typo in perlmod
commit
|
commitdiff
|
tree
2011-06-12
Father Chrysostomos
Completely free hashes containing nulls
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
[perl #90130] Allow CORE::* without feature.pm
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Correct file references in switch.t
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Remove TODO markers from Devel::Peek tests
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Remove x bit from rt-16221.t
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Increase Math::BigInt’s version
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Increase Math::BigFloat’s version
commit
|
commitdiff
|
tree
2011-06-11
Ton Hospel
[perl #85026] Iterate hashes by hand during do_sv_dump
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Revert "Perl_do_sv_dump: alert when skipping elements"
commit
|
commitdiff
|
tree
2011-06-11
Salvador Fandino
allow features inside interactive debugger
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Add dist/Math-BigInt/t/rt-16221.t to MANIFEST
commit
|
commitdiff
|
tree
2011-06-11
Peter John Acklam
Fix Math::BigFloat->numify().
commit
|
commitdiff
|
tree
2011-06-11
Peter John Acklam
Fix objectify()'s handling of "foreign objects".
commit
|
commitdiff
|
tree
2011-06-11
Peter John Acklam
Add sign function bsgn() as a complement to babs().
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Remove another bug workaround
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Remove workaround for fixed bug
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Revert "Revert "Make untie check the FAKE flag on globs""
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Revert "Revert "[perl #77688] tie $scalar can tie a...
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Revert "Revert "[perl #77496] tied gets scalars and...
commit
|
commitdiff
|
tree
2011-06-11
Father Chrysostomos
Revert ‘Deprecate tie $handle without *’
commit
|
commitdiff
|
tree
2011-06-10
Father Chrysostomos
Revert "Regenerate known_pod_issues.dat"
commit
|
commitdiff
|
tree
2011-06-10
Father Chrysostomos
Correct example commit in release_managers_guide.pod...
commit
|
commitdiff
|
tree
2011-06-10
Father Chrysostomos
Regenerate known_pod_issues.dat
commit
|
commitdiff
|
tree
next