2008-11-26 |
Nicholas Clark |
Note where (nearly) all the other private non-static... |
blob | commitdiff |
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 |
2008-01-11 |
Nicholas Clark |
REGEXPs are now stored directly in PL_regex_padav,... |
blob | commitdiff | diff to current |
2008-01-10 |
Nicholas Clark |
Real regexps are stored via RVs, IVs can only mean... |
blob | commitdiff | diff to current |
2008-01-10 |
Nicholas Clark |
Change 32899 missed undoing the reference count increas... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
With regexps stored as real RVs, we can eliminate SvREP... |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark |
Correct a long-standing ithreads reference counting... |
blob | commitdiff | diff to current |
2008-01-07 |
Rick Delaney |
Big slowdown in 5.10 @_ parameter passing |
blob | commitdiff | diff to current |
2008-01-07 |
Rafael Garcia-Suarez |
Let's remove the grep in void context warning. |
blob | commitdiff | diff to current |
2008-01-06 |
Michael G. Schwern |
Re: grep and smart match should warn in void context |
blob | commitdiff | diff to current |
2008-01-06 |
Nicholas Clark |
Enforce some type safety in PM_SETRE by adding PM_SETRE... |
blob | commitdiff | diff to current |
2008-01-06 |
Nicholas Clark |
Clarify the intent of the code in Perl_op_clear. Under... |
blob | commitdiff | diff to current |
2008-01-06 |
Marcus Holland-Moritz |
Fix compilation issues and warnings with exotic configu... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Make Perl_pregcomp() use SvUTF8() of the pattern, rathe... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Follow up on change #32680. This fixes compilation |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2007-12-29 |
Vincent Pit |
Typo in op.c |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Implement each @array. |
blob | commitdiff | diff to current |
2007-10-24 |
Rafael Garcia-Suarez |
Fix an off by one error, found by valgrind |
blob | commitdiff | diff to current |
2007-10-17 |
josh |
Fix a few segfaults and a when() bug |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark |
Perl_ck_smartmatch needs a dVAR too. |
blob | commitdiff | diff to current |
2007-10-12 |
Nicholas Clark |
Remove some strlen()s and replace one strlcpy() with... |
blob | commitdiff | diff to current |
2007-10-10 |
Dave Mitchell |
newCONTSUB() wasn't thread-safe ([perl #45053]) |
blob | commitdiff | diff to current |
2007-09-21 |
Rafael Garcia-Suarez |
Silence a load of "value computed is not used" warnings |
blob | commitdiff | diff to current |
2007-09-20 |
Nicholas Clark |
Get mad compiling as C++. (At least for me) |
blob | commitdiff | diff to current |
2007-09-12 |
Nicholas Clark |
Add the missing assignment to op_last that change 31798... |
blob | commitdiff | diff to current |
2007-09-09 |
Dave Mitchell |
state variables shouldn't be shared between anon subs |
blob | commitdiff | diff to current |
2007-09-08 |
Nicholas Clark |
For now, forbid all list assignment initialisation... |
blob | commitdiff | diff to current |
2007-09-08 |
Nicholas Clark |
Make 'state $$' etc report 'Can't use global $$ in... |
blob | commitdiff | diff to current |
2007-09-06 |
Rafael Garcia-Suarez |
state $foo if 0 shouldn't warn. Spotted by Abigail. |
blob | commitdiff | diff to current |
2007-09-06 |
Nicholas Clark |
Make state $zok = slosh(); behave as the Perl 6 design... |
blob | commitdiff | diff to current |
2007-08-30 |
Jarkko Hietaniemi |
misc blead stuff |
blob | commitdiff | diff to current |
2007-07-16 |
Dave Mitchell |
[perl #43425] local $[: fix scoping during parser... |
blob | commitdiff | diff to current |
2007-07-07 |
Gerard Goossen |
MAD: disable constant subs when PL_madskills |
blob | commitdiff | diff to current |
2007-06-28 |
Ævar Arnfjörð Bjar... |
Move the RXf_WHITE logic for split " " into the regex... |
blob | commitdiff | diff to current |
2007-06-25 |
Paul Johnson |
remove op_static |
blob | commitdiff | diff to current |
2007-06-15 |
Jarkko Hietaniemi |
miscellanea |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_multi_end into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable slurping assigned of split when PL_madskills |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable !a&&b, !b||a optimalization when PL_madskills |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen |
Disable operator target setting for 'my' variables... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
next |