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
Remove select’s prototype
[perl5.git]
/
op.c
2011-08-14
Father Chrysostomos
Remove select’s prototype
blob
|
commitdiff
2011-08-12
Father Chrysostomos
Change (l)stat’s prototype from * to ;*
blob
|
commitdiff
|
diff to current
2011-08-12
Father Chrysostomos
Revert "[perl #95550] Remove prototypes from (l)stat"
blob
|
commitdiff
|
diff to current
2011-08-11
Gerard Goossen
Move bareword checking from the peephole optimizer...
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-08-09
Father Chrysostomos
Make prototype("CORE::CORE") die once more.
blob
|
commitdiff
|
diff to current
2011-08-08
Gerard Goossen
Only warn about "Statement unlikely to be reached"...
blob
|
commitdiff
|
diff to current
2011-08-08
Gerard Goossen
Change aassign_common_vars to check using the optree...
blob
|
commitdiff
|
diff to current
2011-08-08
Gerard Goossen
Move aassign common var detection to a separate function.
blob
|
commitdiff
|
diff to current
2011-08-06
Father Chrysostomos
Remove comment from ck_glob that is no longer relevant
blob
|
commitdiff
|
diff to current
2011-08-02
Father Chrysostomos
Remove Perl_mod
blob
|
commitdiff
|
diff to current
2011-07-31
Gerard Goossen
Call finalize_optree on optree generated by newFORM.
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-26
Father Chrysostomos
[perl #95550] Remove prototypes from (l)stat
blob
|
commitdiff
|
diff to current
2011-07-26
Father Chrysostomos
core_prototype: Remove special cases for lock and tie
blob
|
commitdiff
|
diff to current
2011-07-26
Father Chrysostomos
core_prototype: Eliminate the special mkdir case
blob
|
commitdiff
|
diff to current
2011-07-26
Father Chrysostomos
Add core_prototype; make pp_prototype use it
blob
|
commitdiff
|
diff to current
2011-07-21
Father Chrysostomos
[perl #81290] assertion failure with lock &lvsub
blob
|
commitdiff
|
diff to current
2011-07-18
Vincent Pit
Transform the loop in rpeep that handles the undeferred ops
blob
|
commitdiff
|
diff to current
2011-07-18
David Mitchell
Perl_rpeep: undo tail recursion optimisation
blob
|
commitdiff
|
diff to current
2011-07-17
Father Chrysostomos
Rename store/fetch_cop_label as cop_*
blob
|
commitdiff
|
diff to current
2011-07-15
David Mitchell
ensure SVs_PADTMP and SVs_PADTMP not both on
blob
|
commitdiff
|
diff to current
2011-07-14
David Mitchell
fully short-circuit &&, ||, //
blob
|
commitdiff
|
diff to current
2011-07-14
David Mitchell
make peep optimiser recurse mostly only shallowly
blob
|
commitdiff
|
diff to current
2011-07-13
Brian Fraser
This cleans the "Can't localize lexical variable" error.
blob
|
commitdiff
|
diff to current
2011-07-13
Brian Fraser
Handling of the flag parameter in Perl_allocmy, instead...
blob
|
commitdiff
|
diff to current
2011-07-13
Zefram
APIify pad functions
blob
|
commitdiff
|
diff to current
2011-07-11
Gerard Goossen
use a flag to signal a stacking filetests instead of...
blob
|
commitdiff
|
diff to current
2011-07-10
Father Chrysostomos
Propagate (non-)lvalue context through nested calls
blob
|
commitdiff
|
diff to current
2011-06-28
David Mitchell
RT 64804: tainting with index() of a constant
blob
|
commitdiff
|
diff to current
2011-06-27
Vincent Pit
Fix context propagation below return()
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-24
Father Chrysostomos
Allow the \$ proto to accept any scalar lvalue [perl...
blob
|
commitdiff
|
diff to current
2011-06-24
Father Chrysostomos
Make Perl_op_lvalue_flags provide a no-croak option
blob
|
commitdiff
|
diff to current
2011-06-24
Father Chrysostomos
op_lvalue .= _flags
blob
|
commitdiff
|
diff to current
2011-06-21
Father Chrysostomos
Stop ‘sub :lvalue :Foo’ from applying :lvalue to define...
blob
|
commitdiff
|
diff to current
2011-06-17
Father Chrysostomos
Allow ‘sub x :lvalue’ to apply to XSUBs and stubs
blob
|
commitdiff
|
diff to current
2011-06-12
Nicholas Clark
Split OP_AELEMFAST_LEX out from OP_AELEMFAST.
blob
|
commitdiff
|
diff to current
2011-06-10
Father Chrysostomos
Scalar keys assignment through lvalue subs
blob
|
commitdiff
|
diff to current
2011-06-09
Father Chrysostomos
Fix my + attrs + list assignment
blob
|
commitdiff
|
diff to current
2011-06-04
Father Chrysostomos
[perl #7946] Lvalue subs do not autovivify
blob
|
commitdiff
|
diff to current
2011-06-01
Father Chrysostomos
Make empty lvalue subs work correctly
blob
|
commitdiff
|
diff to current
2011-06-01
Father Chrysostomos
Allow rvalue syntax in expr returned from lvalue sub
blob
|
commitdiff
|
diff to current
2011-05-25
Hojung Yoon
[perl #90888] each(ARRAY) on scalar context should...
blob
|
commitdiff
|
diff to current
2011-05-19
Michael Witten
Perl_ck_split: Avoid unnecessary assignment
blob
|
commitdiff
|
diff to current
2011-05-19
Nicholas Clark
In Perl_op_clear(), uncomment the call to mad_free()
blob
|
commitdiff
|
diff to current
2011-05-19
Nicholas Clark
In S_fold_constants() under MAD, need to copy the SV...
blob
|
commitdiff
|
diff to current
2011-05-19
Nicholas Clark
Under ithreads, convert SVOPs stored in MADPROPs to...
blob
|
commitdiff
|
diff to current
2011-05-19
Nicholas Clark
Allocate MADPROPs using PerlMemShared_malloc()
blob
|
commitdiff
|
diff to current
2011-04-19
Father Chrysostomos
Make keys $scalar an lvalue
blob
|
commitdiff
|
diff to current
2011-04-19
Father Chrysostomos
Make keys/value/each $scalar accept only unblessed...
blob
|
commitdiff
|
diff to current
2011-04-18
Father Chrysostomos
Make push/shift $scalar accept only unblessed aryrefs
blob
|
commitdiff
|
diff to current
2011-04-03
Father Chrysostomos
[perl #87064] eval no longer shares filters
blob
|
commitdiff
|
diff to current
2011-02-06
David Mitchell
allow wrap-around of PL_cop_seqmax
blob
|
commitdiff
|
diff to current
2011-01-21
David Mitchell
add GvCV_set() and GvGP_set() macros.
blob
|
commitdiff
|
diff to current
2011-01-20
Tony Cook
provide an explicit cast to the enum parameter for C++
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-16
Karl Williamson
Use multi-bit field for regex character set
blob
|
commitdiff
|
diff to current
2011-01-16
Karl Williamson
.pm: rename variables to reflect expanded usage
blob
|
commitdiff
|
diff to current
2011-01-10
Karl Williamson
op.c: Remove unnecessary flag
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
2011-01-02
David Mitchell
make <expr> always overload if expr is overloaded
blob
|
commitdiff
|
diff to current
2011-01-02
David Mitchell
call pp_glob() even when its being skipped
blob
|
commitdiff
|
diff to current
2011-01-02
David Mitchell
ck_glob() - add a little code comment
blob
|
commitdiff
|
diff to current
2010-12-13
Zefram
mark blockhooks API as experimental
blob
|
commitdiff
|
diff to current
2010-12-09
Father Chrysostomos
[perl #68658] attributes turn "state" into "my"
blob
|
commitdiff
|
diff to current
2010-12-08
Father Chrysostomos
Avoid setting PL_cv_has_eval unnecessarily
blob
|
commitdiff
|
diff to current
2010-11-30
Father Chrysostomos
[perl #77762] Constant assignment warning
blob
|
commitdiff
|
diff to current
2010-11-29
Father Chrysostomos
[perl #63540] bizarre closure lossage
blob
|
commitdiff
|
diff to current
2010-11-27
Father Chrysostomos
[perl #79178] STORE/FETCH of tie()d hash get stringifie...
blob
|
commitdiff
|
diff to current
2010-11-26
Father Chrysostomos
[perl #78908] Reinstate mod for one more stable release
blob
|
commitdiff
|
diff to current
2010-11-26
Father Chrysostomos
Clarify op_lvalue’s docs
blob
|
commitdiff
|
diff to current
2010-11-26
Father Chrysostomos
[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
blob
|
commitdiff
|
diff to current
2010-11-25
Nicholas Clark
Make BEGIN {require 5.12.0} behave as documented.
blob
|
commitdiff
|
diff to current
2010-11-18
Nicholas Clark
Refactor newATTRSUB()'s logic for grafting a sub defini...
blob
|
commitdiff
|
diff to current
2010-11-17
Nicholas Clark
Convert newSUB() to a macro wrapping Perl_newATTRSUB()
blob
|
commitdiff
|
diff to current
2010-11-16
Nicholas Clark
Move Perl_cv_undef() from op.c to pad.c
blob
|
commitdiff
|
diff to current
2010-11-15
Florian Ragwitz
Zero new XOPs xop_desc will never be invalid
blob
|
commitdiff
|
diff to current
2010-11-15
Ben Morrow
Document the new custom op functions.
blob
|
commitdiff
|
diff to current
2010-11-15
Ben Morrow
Improve custom OP support.
blob
|
commitdiff
|
diff to current
2010-11-03
Father Chrysostomos
y///r
blob
|
commitdiff
|
diff to current
2010-11-03
Father Chrysostomos
Don’t capitalise words in the middle of an error message
blob
|
commitdiff
|
diff to current
2010-11-01
David Golden
Allow push/pop/keys/etc to act on references
blob
|
commitdiff
|
diff to current
2010-10-27
Niko Tyni
Don't fold constants in sprintf() if locales are used
blob
|
commitdiff
|
diff to current
2010-10-27
Zefram
new API functions op_scope and op_lvalue
blob
|
commitdiff
|
diff to current
2010-10-26
Zefram
add CvSTASH_set() macro and make CvSTASH() rvalue only
blob
|
commitdiff
|
diff to current
2010-10-25
Zefram
stop passing line numbers into op constructor functions
blob
|
commitdiff
|
diff to current
2010-10-25
Zefram
refactor and regularise label/statement grammar
blob
|
commitdiff
|
diff to current
2010-10-24
Father Chrysostomos
[perl #77810] Scalars vs globs
blob
|
commitdiff
|
diff to current
2010-10-21
David Golden
Add single-term prototype
blob
|
commitdiff
|
diff to current
2010-10-21
Zefram
full API for cop hint hashes
blob
|
commitdiff
|
diff to current
2010-10-21
Father Chrysostomos
[perl #78072] use re '/xism';
blob
|
commitdiff
|
diff to current
2010-10-21
Zefram
add lex_start to the API
blob
|
commitdiff
|
diff to current
2010-10-21
Zefram
remove filter inheritance option from lex_start
blob
|
commitdiff
|
diff to current
2010-10-19
David Golden
fix indentation for prototype switch statements
blob
|
commitdiff
|
diff to current
2010-10-12
Ben Morrow
Add LINKLIST to the API.
blob
|
commitdiff
|
diff to current
2010-10-12
Zefram
APIify op list constructors
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Morrow
Remove some excess cleverness from the Bhk macros.
blob
|
commitdiff
|
diff to current
2010-10-11
Zefram
plugin mechanism to rewrite calls to a subroutine
blob
|
commitdiff
|
diff to current
next