2009-11-06 |
Gerard Goossen | Add a line directive to op.c and perl.c such that error... |
blob | commitdiff |
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 |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-09-13 |
Vincent Pit | Re: [5.8] Change 33727 (op.c) breaks constant folding... |
blob | commitdiff | diff to current |
2008-09-08 |
Vincent Pit | Re: 'if not / unless' optimization change makes my... |
blob | commitdiff | diff to current |
2008-09-07 |
Vincent Pit | Re: unless(...) terser than if(!...) |
blob | commitdiff | diff to current |
2008-06-17 |
Rafael Garcia-Suarez | Rename the new macro clear_errsv() from last patch... |
blob | commitdiff | diff to current |
2008-06-17 |
Bram | [perl #51370] length($@)>0 for empty $@ if utf8 is... |
blob | commitdiff | diff to current |
2008-05-18 |
Bram | [perl #38955] exists(): error message on wrong argument... |
blob | commitdiff | diff to current |
2008-04-30 |
Vincent Pit | Double magic/warnings with binmode $fh, undef |
blob | commitdiff | diff to current |
2008-04-18 |
Rafael Garcia-Suarez | Fix the line-number-in-elsif longstanding bug. |
blob | commitdiff | diff to current |
2008-04-15 |
Rafael Garcia-Suarez | Call cop_free on nullified cops too |
blob | commitdiff | diff to current |
2008-04-15 |
Reini Urban | invalid cop_free of nullified cop. How to fix? |
blob | commitdiff | diff to current |
2008-04-14 |
Andy Dougherty | Re: Solaris build warnings |
blob | commitdiff | diff to current |
2008-04-07 |
Nicholas Clark | Split out S_refcounted_he_new_common() from |
blob | commitdiff | diff to current |
2008-04-07 |
Nicholas Clark | Eliminate cop_label from struct cop by storing a label... |
blob | commitdiff | diff to current |
2008-03-10 |
Gerard Goossen | Re: [PATCH] MAD fix p55 $[ |
blob | commitdiff | diff to current |
2008-02-25 |
Nicholas Clark | Ensure that constant folding runs with IN_PERL_RUNTIME... |
blob | commitdiff | diff to current |
2008-02-25 |
Nicholas Clark | Two break; statements that aren't (yet) needed, but... |
blob | commitdiff | diff to current |
2008-02-25 |
Jim Cromie | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros |
blob | commitdiff | diff to current |
2008-02-23 |
Vincent Pit | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not... |
blob | commitdiff | diff to current |
2008-02-20 |
Nicholas Clark | Eliminate ck_lengthconst. |
blob | commitdiff | diff to current |
2008-02-16 |
Rafael Garcia-Suarez | Fix macro name in comment |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Dubois | Silence compiler warnings on Win32/VC6 |
blob | commitdiff | diff to current |
2008-02-14 |
Rafael Garcia-Suarez | Make the new warning report undef constants as undef |
blob | commitdiff | diff to current |
2008-02-14 |
Rafael Garcia-Suarez | Fix leak when issuing new warning implemented by #33305 |
blob | commitdiff | diff to current |
2008-02-14 |
Steve Hay | Fix linker error introduced by #33305 |
blob | commitdiff | diff to current |
2008-02-14 |
Rick Delaney | Show constant in "Useless use of a constant in void... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-28 |
Robin Barker | FW: [PATCH] RE: [PATCH] volatile, avoid clobbered |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark | Eliminate the OP_SETSTATE, which had been disabled... |
blob | commitdiff | diff to current |
2008-01-11 |
Nicholas Clark | Pack the recycled pad offsets into an SV at PL_regex_pa... |
blob | commitdiff | diff to current |
next |