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
dont use a 64 bit constant for a 32 bit value
[perl5.git]
/
pad.c
2015-05-19
Daniel Dragan
dont use a 64 bit constant for a 32 bit value
blob
|
commitdiff
2015-05-05
David Mitchell
null ptr deref in Perl_cv_forget_slab
blob
|
commitdiff
|
diff to current
2015-05-05
Tony Cook
[perl #124187] don't call pad_findlex() on a NULL CV
blob
|
commitdiff
|
diff to current
2015-04-24
Karl Williamson
perlapi: Wrap long verbatim lines to 79 columns
blob
|
commitdiff
|
diff to current
2015-03-23
Dagfinn Ilmari Man...
Replace common Emacs file-local variables with dir...
blob
|
commitdiff
|
diff to current
2015-02-24
David Mitchell
silence some compiler warnings.
blob
|
commitdiff
|
diff to current
2015-01-12
Father Chrysostomos
Confused cloning of nested state subs
blob
|
commitdiff
|
diff to current
2015-01-06
Father Chrysostomos
pad.c: Remove unused context params
blob
|
commitdiff
|
diff to current
2015-01-04
Father Chrysostomos
pad.c: Obsolete comment
blob
|
commitdiff
|
diff to current
2015-01-04
Father Chrysostomos
Fix CvOUTSIDE for state subs in predeclared subs
blob
|
commitdiff
|
diff to current
2014-12-17
Father Chrysostomos
Fix bad read in pad.c:cv_undef
blob
|
commitdiff
|
diff to current
2014-12-15
Father Chrysostomos
Don’t set PadlistMAXNAMED for single-char entries
blob
|
commitdiff
|
diff to current
2014-12-09
Father Chrysostomos
Unify format and named-sub pad weakref code
blob
|
commitdiff
|
diff to current
2014-12-09
Father Chrysostomos
Fix OUTSIDE for named subs inside predeclared subs
blob
|
commitdiff
|
diff to current
2014-12-08
Father Chrysostomos
Change OP_SIBLING to OpSIBLING
blob
|
commitdiff
|
diff to current
2014-12-07
Jarkko Hietaniemi
Use cBOOL.
blob
|
commitdiff
|
diff to current
2014-12-07
Father Chrysostomos
Revert ‘Used pad name lists for pad ids’
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c: Various doc updates
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
[perl #123223] Make PADNAME a separate type
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:padlist_dup
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:pad_push
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:cv_clone_pad
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:do_dump_pad
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:pad_tidy
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:pad_leavemy
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:intro_my
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c: Don’t mk temp SVs for unavailable warnings
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:S_unavailable
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:pad_check_dup
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:pad_alloc
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in pad.c:cv_undef_flags
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c apidocs: Note the separate state for state
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
‘Subroutine (not var) "&x" will not stay shared’
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c: Use UTF8f for ‘will not stay shared’
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Make pad names always UTF8
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c:padlist_dup: Remove refcnt check
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Make PADNAMELIST a separate type
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
pad.c: Remove encoding handling
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Mathomise pad_compname_type
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in the source
blob
|
commitdiff
|
diff to current
2014-11-29
Lukas Mai
make more use of NOT_REACHED
blob
|
commitdiff
|
diff to current
2014-11-24
Father Chrysostomos
Fix UTF8 lex sub names
blob
|
commitdiff
|
diff to current
2014-11-21
Father Chrysostomos
Remove context param from set_padlist
blob
|
commitdiff
|
diff to current
2014-11-21
Karl Williamson
Make a function to get PL_encoding's value
blob
|
commitdiff
|
diff to current
2014-11-21
Karl Williamson
Make testing for PL_encoding into a macro
blob
|
commitdiff
|
diff to current
2014-11-17
Father Chrysostomos
Manually revert ‘Remove SvREADONLY_on from op.c:op_cons...
blob
|
commitdiff
|
diff to current
2014-11-15
Father Chrysostomos
Put PL_cop_seqmax++ code in one spot
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
pad.c:cv_clone_pad: Avoid copying sv
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Account for string eval when const-izing sub(){$x}
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Inline op_const_sv into cv_clone
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Make sub () { 0; 3 } inlinable once more
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Deprecate inlining sub(){$x} if $x is changed elsewhere
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
pad.c: Move constant closure code
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
pad.c: Have S_cv_clone_pad return the CV
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
pad.c:S_cv_clone: Add assertion
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Update comments about sub(){$x} consting
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Preserve :method in sub:method(){$outer_lex}
blob
|
commitdiff
|
diff to current
2014-11-08
Daniel Dragan
add xs_handshake API
blob
|
commitdiff
|
diff to current
2014-11-07
Father Chrysostomos
[perl #77452] Deparse BEGIN blocks in the right place
blob
|
commitdiff
|
diff to current
2014-10-31
Daniel Dragan
free up CvPADLIST slot for XSUBs for future use
blob
|
commitdiff
|
diff to current
2014-10-29
Daniel Dragan
refactor Perl_cv_undef_flags
blob
|
commitdiff
|
diff to current
2014-10-29
Father Chrysostomos
[perl #122829] Flip-flop under recursion
blob
|
commitdiff
|
diff to current
2014-10-25
Lukas Mai
APIfy block_start/block_end/intro_my
blob
|
commitdiff
|
diff to current
2014-09-26
Father Chrysostomos
[perl #122845] Crash in recursion with ‘our’ vars
blob
|
commitdiff
|
diff to current
2014-09-25
Father Chrysostomos
Remove most uses of PADMY
blob
|
commitdiff
|
diff to current
2014-09-25
Father Chrysostomos
Stop setting PADMY; renumber PADSTALE
blob
|
commitdiff
|
diff to current
2014-09-24
Father Chrysostomos
Add flags to cv_name; allow unqualified retval
blob
|
commitdiff
|
diff to current
2014-09-23
Father Chrysostomos
Stop flip from returning the same scalar each time
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:padlist_clone: Don’t bother with IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:pad_push: Don’t bother with IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:cv_clone_pad: Don’t bother with IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:pad_tidy: Remove IS_PADCONST and another IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:pad_tidy: Remove redundant IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-18
Father Chrysostomos
pad.c:pad_alloc: Remove redundant IS_PADGV
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
Stop undef &foo from temporarily anonymising
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
pad.c: Avoid struct name followed by colon
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
pad.c:cv_name: Reword docs for future extensibility
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
Avoid reifying GVs in rv2cv
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
pad.c: Document cv_name
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
sv_cathek
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
cv_name
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
Turn on CVf_LEXICAL for lexical subs
blob
|
commitdiff
|
diff to current
2014-09-08
Jarkko Hietaniemi
The recent pad changes needed dVAR love.
blob
|
commitdiff
|
diff to current
2014-09-08
Father Chrysostomos
op.c: Calculate hash for CvNAME_HEK
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c: pad_reset comments
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c: Remove BROKEN from USE_BROKEN_PAD_RESET
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c:pad_free: Don’t reset PL_padix if using pad_reset
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c:pad_findmy_pvn: Skip ‘our’ hack for subs
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c: Use PadnamelistMAXNAMED in another place
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
Split PL_padix into two variables
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c:pad_free: Don’t turn off the PADTMP flag
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c: More clearly separate targ/constant allocation
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c:pad_reset: Also make sure the thing is not PADMY
blob
|
commitdiff
|
diff to current
2014-08-28
Father Chrysostomos
pad.c:pad_reset: check the name
blob
|
commitdiff
|
diff to current
2014-08-26
Father Chrysostomos
Typo in pad.c apidocs
blob
|
commitdiff
|
diff to current
2014-07-25
Jarkko Hietaniemi
Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
blob
|
commitdiff
|
diff to current
2014-06-25
Jarkko Hietaniemi
Remove or downgrade unnecessary dVAR.
blob
|
commitdiff
|
diff to current
2014-06-24
Daniel Dragan
fix multi-evals problems in pad name list api
blob
|
commitdiff
|
diff to current
2014-06-13
Jarkko Hietaniemi
Remove MAD.
blob
|
commitdiff
|
diff to current
2014-06-12
Brian Fraser
Cast %p arguments to (void*)
blob
|
commitdiff
|
diff to current
next