2010-04-13 |
Rafael Garcia-Suarez |
when(scalar) without argument should be a syntax error... |
blob | commitdiff |
2010-04-02 |
Rafael Garcia-Suarez |
For evals, op_targ carry hint flags, which are pretty... |
blob | commitdiff | diff to current |
2010-03-27 |
David Leadbeater |
[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not... |
blob | commitdiff | diff to current |
2010-02-20 |
Marcus Holland-Moritz |
Add some missing dVAR's |
blob | commitdiff | diff to current |
2010-01-12 |
Rafael Garcia-Suarez |
The new lvalue warning should not be turned on by default |
blob | commitdiff | diff to current |
2010-01-10 |
Gerard Goossen |
Retain builtin attributes from pre-declaration. Fixes... |
blob | commitdiff | diff to current |
2010-01-10 |
Gerard Goossen |
Ignore a lvalue attribute after the subroutine has... |
blob | commitdiff | diff to current |
2009-12-20 |
Rafael Garcia-Suarez |
Make eval {} compile directly to OP_ENTERTRY |
blob | commitdiff | diff to current |
2009-12-14 |
Father Chrysostomos |
[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70... |
blob | commitdiff | diff to current |
2009-12-08 |
Gerard Goossen |
proper error on "grep $x (1,2,3)". Solves [perl #37314] |
blob | commitdiff | diff to current |
2009-11-29 |
Rafael Garcia-Suarez |
Make split warn in void context |
blob | commitdiff | diff to current |
2009-11-21 |
Gerard Goossen |
Force OP_REQUIRE to scalar context at the end of ck_req... |
blob | commitdiff | diff to current |
2009-11-20 |
Rafael Garcia-Suarez |
Missing static storage class for some new static functions |
blob | commitdiff | diff to current |
2009-11-16 |
Gerard Goossen |
add op class assertions to newXXXOP functions |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Make the style of pad_add_name's flags consistent with... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Convert pad_check_dup() to static linkage, and call... |
blob | commitdiff | diff to current |
2009-11-13 |
Jerry D. Hedden |
Fix compiler warning: |
blob | commitdiff | diff to current |
2009-11-12 |
Nicholas Clark |
As our $_; is forced into main::, it should warn as... |
blob | commitdiff | diff to current |
2009-11-11 |
Vincent Pit |
Make diag.t skip the warning I just fixed |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit |
Fix misformed UVxf format in op.c |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit |
Optimize reversing an array in-place |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit |
Factor the "is this an in-place array operator construc... |
blob | commitdiff | diff to current |
2009-11-10 |
Sisyphus |
Add mingw64 support |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_add_name(). |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_check_dup(). |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_allocmy(). |
blob | commitdiff | diff to current |
2009-11-08 |
Nicholas Clark |
Tweak the GV downgrading of f7461760 to avoid free... |
blob | commitdiff | diff to current |
2009-11-08 |
Vincent Pit |
SvREFCNT_inc already checks if the SV is non-NULL |
blob | commitdiff | diff to current |
2009-11-08 |
Zefram |
Bareword sub lookups |
blob | commitdiff | diff to current |
2009-11-07 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_findmy(... |
blob | commitdiff | diff to current |
2009-11-06 |
Gerard Goossen |
Add a line directive to op.c and perl.c such that error... |
blob | commitdiff | diff to current |
2009-10-28 |
Rafael Garcia-Suarez |
$#array should be accepted as a lvalue sub return value. |
blob | commitdiff | diff to current |
2009-10-24 |
Nicholas Clark |
Make defined %hash on a non-lexical (also) generate... |
blob | commitdiff | diff to current |
2009-10-22 |
Brad Gilbert |
Bare readdir in while loop now sets $_ |
blob | commitdiff | diff to current |
2009-10-16 |
Nicholas Clark |
Enable deprecation warnings by default. |
blob | commitdiff | diff to current |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Remove category 'syntax' from 5 warnings that should... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-08 |
Rafael Garcia-Suarez |
Disable strictures while setting $VERSION in a "package... |
blob | commitdiff | diff to current |
2009-10-08 |
Rafael Garcia-Suarez |
Merge branch 'feature/package-name-version' into blead |
blob | commitdiff | diff to current |
2009-10-08 |
Rafael Garcia-Suarez |
Simplify code that sets $VERSION on the "package" line |
blob | commitdiff | diff to current |
2009-10-08 |
Rafael Garcia-Suarez |
Properly return a syntax error instead of segfaulting... |
blob | commitdiff | diff to current |
2009-10-06 |
David Golden |
Add 'package NAME VERSION' syntax |
blob | commitdiff | diff to current |
2009-09-28 |
Josh ben Jore |
Fix when( scalar ... ) bug |
blob | commitdiff | diff to current |
2009-09-13 |
Bo Borgerson |
split: Remove implicit split to @_ |
blob | commitdiff | diff to current |
2009-09-06 |
Zefram |
Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR... |
blob | commitdiff | diff to current |
2009-09-04 |
Bo Borgerson |
Reduce #ifdefs in Perl_ck_shift |
blob | commitdiff | diff to current |
2009-08-30 |
Chip Salzenberg |
finish more implementing -DB vs. -Dx |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg |
Merge branch 'blead' of ssh://perl5.git.perl.org/perl... |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg |
New debugging flag -DB now dumps subroutine definitions, |
blob | commitdiff | diff to current |
2009-08-26 |
Rafael Garcia-Suarez |
Use less constness in MAD code |
blob | commitdiff | diff to current |
2009-08-22 |
Nicholas Clark |
In Perl_newATTRSUB(), refactor the calls to gv_fetch... |
blob | commitdiff | diff to current |
2009-08-22 |
Nicholas Clark |
In Perl_newATTRSUB(), we know the lengths, so can avoid... |
blob | commitdiff | diff to current |
2009-08-15 |
Jan Dubois |
Explain that the load_module() import list must be... |
blob | commitdiff | diff to current |
2009-08-07 |
Father Chrysostomos |
[perl #68108] : also fix if/else constant folding |
blob | commitdiff | diff to current |
2009-08-04 |
Vincent Pit |
Promote blocks resulting from constant folding to first... |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Introduce "delete local" |
blob | commitdiff | diff to current |
2009-07-11 |
David Mitchell |
[perl #61520] Segfault in debugger with tr// and UTF8 |
blob | commitdiff | diff to current |
2009-07-08 |
Vincent Pit |
Add a pluggable hook in op_free() |
blob | commitdiff | diff to current |
2009-06-27 |
James Mastros |
Add test to make sure everything that outputs an except... |
blob | commitdiff | diff to current |
2009-05-28 |
Alex Vandiver |
Fix [RT#66098] -- stricter checking on SvIVX exposed... |
blob | commitdiff | diff to current |
2009-05-13 |
Rafael Garcia-Suarez |
Merge branch 'smartmatch' into blead |
blob | commitdiff | diff to current |
2009-05-12 |
Rafael Garcia-Suarez |
Remove proposed (but unimplemented) $foo ~~ Range smart... |
blob | commitdiff | diff to current |
2009-05-11 |
Vincent Pit |
Allow typed arrays and hashes |
blob | commitdiff | diff to current |
2009-05-05 |
Rafael Garcia-Suarez |
Merge branch 'blead' into smartmatch |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2009-04-09 |
Nicholas Clark |
Don't SEGV while warning about redefining the format... |
blob | commitdiff | diff to current |
2009-04-07 |
Rafael Garcia-Suarez |
Deprecate assignment to $[ |
blob | commitdiff | diff to current |
2009-03-29 |
Nicholas Clark |
Change Perl_newCONSTSUB() so that a NULL sv generates... |
blob | commitdiff | diff to current |
2009-03-20 |
Vincent Pit |
Revert the op.c part of 3049cdab to enable shared hask... |
blob | commitdiff | diff to current |
2009-03-13 |
Rafael Garcia-Suarez |
Make eval{} (entertry) trappable by Safe |
blob | commitdiff | diff to current |
2009-03-06 |
Rafael Garcia-Suarez |
Make the "..." flip-flop operator work in scalar contex... |
blob | commitdiff | diff to current |
2009-03-04 |
Rafael Garcia-Suarez |
Make // behave like || in when clauses |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Add get_cvs() as a shortcut for STR_WITH_LEN() and... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Change 28063 should have removed the call to savepvn... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Note where (nearly) all the other private non-static... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Just s/Perl_/S_/ isn't good enough - you also need... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
pmtrans() and refkids() can be static in op.c. |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
force_list(), fold_constants() and gen_constant_list... |
blob | commitdiff | diff to current |
2008-11-26 |
Vincent Pit |
Addendum to bug #38809: fix assertion failure, more... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
listkids() can be static in op.c |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Following on from change 34918, scalarkids() and scalar... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
"If it's not private, it's public somehow." states... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Replace Perl_my() with a small shell script. er. macro. |
blob | commitdiff | diff to current |
2008-11-25 |
Vincent Pit |
[perl #38809] return do { } : take 3 (or 4...) |
blob | commitdiff | diff to current |
2008-11-25 |
reneeb |
[perl #7911] no warning for useless /d in tr/0-9//d |
blob | commitdiff | diff to current |
2008-11-18 |
Nicholas Clark |
Rename PL_breakable_sub_generation to PL_breakable_sub_... |
blob | commitdiff | diff to current |
2008-11-17 |
Nicholas Clark |
Fix the bug introduced with MRO, whereby the internals... |
blob | commitdiff | diff to current |
2008-11-07 |
Marcus Holland-Moritz |
Revert SvPVX() to allow lvalue usage, but also add a |
blob | commitdiff | diff to current |
2008-11-03 |
Tim Bunce |
Re: @{"_<$filename"} is unreasonably tied to use of... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Robin Barker |
explicit empty while loops |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Perl_cv_const_sv() takes a const CV *const cv argument. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
next |