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
pp.c:pp_negate: Move looks_like_number where it matters
2012-06-07
Father Chrysostomos
pp.c:pp_negate: Move looks_like_number where it matters
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
pp_negate: Support magic big ints as strings
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
pp_negate and the Unicode Bug
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Fix perl #57706 for magical vars: -"-10"
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
pp_negate: Don’t treat nummified str as num
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
[perl #109542] Make num ops treat $1 as "$1"
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make warn handle magic vars (fixes [perl #97480])
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make prototype call FETCH before checking CORE:: prefix
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make strict refs report $1 the same way as "$1"
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make open(... "<&", $fileno) respect magic
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_evil_fh: Report name w/initial null
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_evil_fh: Rmv redundant SvPOK
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_wrongway_fh: Report name w/initial null
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_evil_fh: Rmv redundant isGV check
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_wrongway_fh: Don’t create an SV
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
util.c:report_wrongway_fh: Rmv redundant isGV check
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make UNIVERSAL::can treats str and num the same way
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Use the same top format error for ""
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Get rid of ‘Not a format reference’
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Make setdefout accept only NN
commit
|
commitdiff
|
tree
2012-06-07
Father Chrysostomos
Assertion failure with $/=*foo; warn;
commit
|
commitdiff
|
tree
2012-06-06
Father Chrysostomos
pending-author.t: Skip for lack of config
commit
|
commitdiff
|
tree
2012-06-06
Father Chrysostomos
Make B::COP::stashpv respect utf8 and embedded nulls
commit
|
commitdiff
|
tree
2012-06-06
Father Chrysostomos
stash.t: 2 TODO tests I missed
commit
|
commitdiff
|
tree
2012-06-06
Father Chrysostomos
Fix version logic in B.xs
commit
|
commitdiff
|
tree
2012-06-06
Father Chrysostomos
Change B::COP::stashlen to stashoff
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a...
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Fix bad assertions in pp_ctl.c:pp_caller
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Do away with stashpv_hvname_match
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Say goodbye to SAVECOPSTASH
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Obliterate CopSTASH_free
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
stash.t: Un-TODO passing tests
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
[perl #78742] Store CopSTASH in a pad under threads
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Increase $B::VERSION to 1.36
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
pad.c: Remove obsolete comment
commit
|
commitdiff
|
tree
2012-06-05
Father Chrysostomos
Don’t localise CopSTASH(&PL_compiling) in newCONSTSUB
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
[Merge] Yank study
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
sv.h: Document the only use of SvSCREAM
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Delete two instance of SvSCREAM_off
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Use isGV_with_GP in util.c:fbm_compile
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Away with REXEC_SCREAM!
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Expunge study magic
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Gut screaminstr
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Remove most code conditional on SvSCREAM
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Correct apidoc varnames for util.c:fbm_instr
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Delete the contents of pp_study
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Don’t clone closures in rv2cv
commit
|
commitdiff
|
tree
2012-05-30
Father Chrysostomos
Remove ‘Runaway prototype’ warning
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
[Merge] More coresubs
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
bproto.t: Test pos(1,$b)
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Update CORE.pod to reflect the new coresubs
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Make &CORE::undef(\*_) undefine it properly
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
&CORE::undef should be an lvalue sub
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::undef
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::study
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::split
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::scalar
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::prototype
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::pos
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Make pos use ck_fun and OA_SCALARREF
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Make undef use ck_fun and OA_SCALARREF
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::glob
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
pp.c:pp_coreargs: use PL_op_desc instead of OP_DESC
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::exists
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::delete
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add &CORE::defined
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
coresubs.t: Explicitly skip all unsupported keywords
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
coreamp.t: Explicitly skip all unsupported keywords
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
gv.c: List all keywords with no coresubs
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Update perlfunc/prototype
commit
|
commitdiff
|
tree
2012-05-29
Father Chrysostomos
Add protos for positive keywords
commit
|
commitdiff
|
tree
2012-05-28
Father Chrysostomos
Add test for [perl #113400]
commit
|
commitdiff
|
tree
2012-05-28
Father Chrysostomos
perlfunc: two missing words
commit
|
commitdiff
|
tree
2012-05-26
Father Chrysostomos
File::Spec::Unix: Fix pod link
commit
|
commitdiff
|
tree
2012-05-26
Father Chrysostomos
Add Volker Schatz to AUTHORS
commit
|
commitdiff
|
tree
2012-05-26
Father Chrysostomos
Increase $File::Spec::Unix::VERSION to 3.39_03
commit
|
commitdiff
|
tree
2012-05-25
Father Chrysostomos
perldelta updates
commit
|
commitdiff
|
tree
2012-05-24
Father Chrysostomos
Add another address for Ronald Kimball to checkAUTHORS.pl
commit
|
commitdiff
|
tree
2012-05-24
Father Chrysostomos
Correct perldelta entry for fallback entry
commit
|
commitdiff
|
tree
2012-05-24
Father Chrysostomos
perldelta for PL_amagic_generation removal
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
[perl #113050] Put fallback back under "()"
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
Increase $ExtUtils::ParseXS::Utilities::VERSION to...
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
Increase $ExtUtils::ParseXS::VERSION to 3.17
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
ParseXS.pm: Only inc PL_amagic_generation before 5.9
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
Excise PL_amagic_generation
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
op.c: One less func call for newXS
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
perlfunc: long lines
commit
|
commitdiff
|
tree
2012-05-23
Father Chrysostomos
Add Igor Zaytsev to AUTHORS
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for undef *_, &CORE::time crash
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for while(each %h)
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for pos %foo
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for ‘no overload "invalid"’ warnings
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for overload fallback inheritance
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for overload caching bug fixes
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for changed AMAGIC table mechanism
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for File::stat’s -p
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for vec w/2GB offsets
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for File::stat -r warning
commit
|
commitdiff
|
tree
2012-05-22
Father Chrysostomos
perldelta for method{}
commit
|
commitdiff
|
tree
next