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
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cast to signed before negating, to avoid compiler warnings
[perl5.git]
/
pp_ctl.c
2011-10-07
Brian Fraser
Cast to signed before negating, to avoid compiler warnings
blob
|
commitdiff
2011-10-06
Brian Fraser
Make gv.c and pp_ctl.c warnings utf8-clean
blob
|
commitdiff
|
diff to current
2011-10-06
Brian Fraser
pp_ctl.c: pp_caller UTF8 cleanup.
blob
|
commitdiff
|
diff to current
2011-10-06
Brian Fraser
pp_ctl.c: pp_goto UTF8 cleanup.
blob
|
commitdiff
|
diff to current
2011-09-23
Brian Fraser
[perl #96008] use and require are affected by the open...
blob
|
commitdiff
|
diff to current
2011-09-21
Father Chrysostomos
[perl #93590] $tainted ~~ [...] failing
blob
|
commitdiff
|
diff to current
2011-09-17
Father Chrysostomos
Fix recursion warning for ‘no warnings; goto &sub’
blob
|
commitdiff
|
diff to current
2011-09-17
Father Chrysostomos
Make goto &CORE::sub use the right lexical scope
blob
|
commitdiff
|
diff to current
2011-09-09
Zefram
remove index offsetting ($[)
blob
|
commitdiff
|
diff to current
2011-09-06
David Mitchell
RT #4682: given() didn't scope $_ correctly
blob
|
commitdiff
|
diff to current
2011-09-01
Gerard Goossen
Use OPpDEREF for lvalue sub, such that the flags contai...
blob
|
commitdiff
|
diff to current
2011-08-27
Father Chrysostomos
&CORE::reset()
blob
|
commitdiff
|
diff to current
2011-08-26
Father Chrysostomos
&CORE::lock()
blob
|
commitdiff
|
diff to current
2011-08-26
Father Chrysostomos
&CORE::exit()
blob
|
commitdiff
|
diff to current
2011-08-25
Father Chrysostomos
&CORE::caller()
blob
|
commitdiff
|
diff to current
2011-08-25
Father Chrysostomos
[perl #93320] localising @DB::args leads to coredump
blob
|
commitdiff
|
diff to current
2011-08-24
Gerard Goossen
[perl #97088] Prevent double get-magic in various cases
blob
|
commitdiff
|
diff to current
2011-08-18
Father Chrysostomos
[perl #97020] Carp (actually caller) leaking memory
blob
|
commitdiff
|
diff to current
2011-08-18
Father Chrysostomos
&CORE::wantarray()
blob
|
commitdiff
|
diff to current
2011-08-11
Gerard Goossen
Move context propagation and finalize_optree from do_ev...
blob
|
commitdiff
|
diff to current
2011-07-28
Gerard Goossen
Add finalize_optree function which can take over all...
blob
|
commitdiff
|
diff to current
2011-07-22
Father Chrysostomos
Call get-magic on temp returned under recursion
blob
|
commitdiff
|
diff to current
2011-07-17
Father Chrysostomos
Rename store/fetch_cop_label as cop_*
blob
|
commitdiff
|
diff to current
2011-07-13
Florian Ragwitz
Fix a compiler warning
blob
|
commitdiff
|
diff to current
2011-07-10
Father Chrysostomos
Propagate (non-)lvalue context through nested calls
blob
|
commitdiff
|
diff to current
2011-07-09
Father Chrysostomos
S_return_lvalues: collapse duplicated code
blob
|
commitdiff
|
diff to current
2011-07-09
Father Chrysostomos
S_return_lvalues: microöptimisation
blob
|
commitdiff
|
diff to current
2011-07-09
Father Chrysostomos
Free temps on recursive scalar lvalue sub exit
blob
|
commitdiff
|
diff to current
2011-06-27
Vincent Pit
Fix context propagation below return()
blob
|
commitdiff
|
diff to current
2011-06-27
Vincent Pit
In leavewhen, put the SP back when returning
blob
|
commitdiff
|
diff to current
2011-06-27
Vincent Pit
Make sure break() resets the sp at its original level
blob
|
commitdiff
|
diff to current
2011-06-25
Vincent Pit
Correctly preserve the stack on an implicit break.
blob
|
commitdiff
|
diff to current
2011-06-25
Vincent Pit
Convert pp_leave() to adjust_stack_on_leave()
blob
|
commitdiff
|
diff to current
2011-06-25
Vincent Pit
Move pp_enter() and pp_leave() with their friends in...
blob
|
commitdiff
|
diff to current
2011-06-25
Vincent Pit
Factor stack adjustments on leave in a new static function
blob
|
commitdiff
|
diff to current
2011-06-24
Father Chrysostomos
Make pp_leavesublv use S_return_lvalues
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Fix explicit return of pad var in list lv context
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Collapse the list context code in pp_leavesublv
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Remove now-redundant check from pp_ctl.c:S_return_lvalues
blob
|
commitdiff
|
diff to current
2011-06-23
Nicholas Clark
Test studied scalars with s///ge.
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Make lvalue return make the same checks as leavesublv
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
pp_leavesublv: Put the deref code inside if(scalar)
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Make pp_leavesublv switch based on gimme
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Removed unused label from pp_leavesublv
blob
|
commitdiff
|
diff to current
2011-06-23
Father Chrysostomos
Copy PADTMPs explicitly returned from lv subs
blob
|
commitdiff
|
diff to current
2011-06-23
Nicholas Clark
For s///r, avoid copying the source early only to edit...
blob
|
commitdiff
|
diff to current
2011-06-22
Father Chrysostomos
Remove another CvLVALUE check from pp_leavesublv
blob
|
commitdiff
|
diff to current
2011-06-22
Father Chrysostomos
Move pp_leavesublv from pp_hot.c to pp_ctl.c
blob
|
commitdiff
|
diff to current
2011-06-17
Father Chrysostomos
Remove unnecessary code and tests
blob
|
commitdiff
|
diff to current
2011-06-17
Father Chrysostomos
[perl #81944] Non-lvalue subs do not copy return values
blob
|
commitdiff
|
diff to current
2011-06-08
Father Chrysostomos
Remove unnecessary TAINT_NOT
blob
|
commitdiff
|
diff to current
2011-06-08
Father Chrysostomos
[perl #92290, #92406] Returning a pad var from lv sub
blob
|
commitdiff
|
diff to current
2011-06-06
David Mitchell
[perl #90006] out of memory during thread clone
blob
|
commitdiff
|
diff to current
2011-06-04
Father Chrysostomos
[perl #7946] Lvalue subs do not autovivify
blob
|
commitdiff
|
diff to current
2011-06-03
Father Chrysostomos
Follow-up to d34a6664
blob
|
commitdiff
|
diff to current
2011-06-03
Father Chrysostomos
Move the lvalue code from pp_return into a separate...
blob
|
commitdiff
|
diff to current
2011-05-31
Father Chrysostomos
Make explicit return in lvalue subs work under recursion
blob
|
commitdiff
|
diff to current
2011-05-30
Father Chrysostomos
[perl #91880] $_ refcounting problems in @INC filters
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
formats: allow > 256 decimal places
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
Allow formats with lines >64K
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: handle growing better
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: keep linemark consistent
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: make FF_ITEM use FF_LINEGLOB code
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: make FF_LITERAL use FF_LINEGLOB code
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: don't overgrow PL_formtarget
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: no need to *t = '\0' until end
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: FF_LINEGLOB: always SvCUR_set
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: don't set itemsize in FF_LINEGLOB
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: make FF_LITERAL use item_is_utf8 flag
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: don't do get mg on PL_formtarget
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: split FF_LINEGLOB into two blocks
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: FF_LINEGLOB: hoist 2 vars to fn scope
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: reduce indent in FF_LINEGLOB
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: restruture FF_LINEGLOB
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
pp_formline: combine two similar code chunks
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
stop ~ in format modifying format string
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
better document format code
blob
|
commitdiff
|
diff to current
2011-05-29
David Mitchell
RT #91032: formline: bugs with non-string formats
blob
|
commitdiff
|
diff to current
2011-05-27
Father Chrysostomos
[perl #72724] explicit return doesn’t work with lvalue...
blob
|
commitdiff
|
diff to current
2011-05-19
Robin Barker
unused variables in pp_ctl.c
blob
|
commitdiff
|
diff to current
2011-05-18
Eric Brine
given wasn't calling set magic [RT#84526]
blob
|
commitdiff
|
diff to current
2011-05-18
Nicholas Clark
In S_doparseform(), don't force the pattern to a string...
blob
|
commitdiff
|
diff to current
2011-05-18
Nicholas Clark
Store the compiled format in mg_ptr instead of after...
blob
|
commitdiff
|
diff to current
2011-05-18
Nicholas Clark
S_doparseform() should return void, not OP*, as it...
blob
|
commitdiff
|
diff to current
2011-05-11
Father Chrysostomos
Make ‘require func()’ work with .pm abs path
v5.14.0-RC3
blob
|
commitdiff
|
diff to current
2011-04-19
David Mitchell
dispatch signals when leaving an eval
blob
|
commitdiff
|
diff to current
2011-04-03
Father Chrysostomos
[perl #87064] eval no longer shares filters
blob
|
commitdiff
|
diff to current
2011-02-18
David Mitchell
pp_regcomp: don't unset RXf_TAINTED
blob
|
commitdiff
|
diff to current
2011-02-18
David Mitchell
taint REGEX SVs as well as refs to them
blob
|
commitdiff
|
diff to current
2011-02-16
David Mitchell
document how tainting works with pattern matching
blob
|
commitdiff
|
diff to current
2011-02-16
David Mitchell
fix many s/// tainting bugs
blob
|
commitdiff
|
diff to current
2011-01-17
Karl Williamson
CH] Change usage of regex/op common to common names
blob
|
commitdiff
|
diff to current
2011-01-09
Nicholas Clark
Generate pp_* prototypes in pp_proto.h, and remove...
blob
|
commitdiff
|
diff to current
2011-01-07
Peter J. Acklam...
Fix typos (spelling errors) in Perl sources.
blob
|
commitdiff
|
diff to current
2010-12-31
David Mitchell
standardise amagic method naming
blob
|
commitdiff
|
diff to current
2010-12-11
Father Chrysostomos
[perl #68712] caller() filenames broken by "use"
blob
|
commitdiff
|
diff to current
2010-12-08
Father Chrysostomos
[perl #66104] Bugs in extended regexp features
blob
|
commitdiff
|
diff to current
2010-12-06
Zefram
stopgap hack for $@ as unwinding reason indicator
blob
|
commitdiff
|
diff to current
2010-11-26
Father Chrysostomos
Avoid redundant hv_delete call in pp_entereval
blob
|
commitdiff
|
diff to current
2010-11-26
Father Chrysostomos
Stop eval "BEGIN{die}" from leaking
blob
|
commitdiff
|
diff to current
next