2010-02-23 |
Jan Dubois |
Symbol S_no_symref_sv should be static (local to the... |
blob | commitdiff |
2010-02-14 |
Nicholas Clark |
Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla... |
blob | commitdiff | diff to current |
2010-02-14 |
Nicholas Clark |
Remove a vestigial STRLEN case and convert a label... |
blob | commitdiff | diff to current |
2010-02-14 |
Eric Brine |
Removes 32-bit limit on substr arguments. The full... |
blob | commitdiff | diff to current |
2010-01-18 |
Rafael Garcia-Suarez |
Revert "[perl #62646] Maximum string length with substr" |
blob | commitdiff | diff to current |
2010-01-16 |
Craig A. Berry |
A fig leaf for calling sv_pos_u2b with IV* where it... |
blob | commitdiff | diff to current |
2010-01-15 |
Zefram |
[perl #62646] Maximum string length with substr |
blob | commitdiff | diff to current |
2009-12-03 |
Nicholas Clark |
Another C<return NORMAL> needed post bb4c52e023e0,... |
blob | commitdiff | diff to current |
2009-11-25 |
Gerard Goossen |
Add assertions that pp_padav and pp_padhv push scalars... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Inline PL_no_symref_sv into its users. Deprecate the... |
blob | commitdiff | diff to current |
2009-11-14 |
Karl Williamson |
add code for Unicode semantics for non-utf8 latin1... |
blob | commitdiff | diff to current |
2009-11-13 |
Jerry D. Hedden |
Fix compiler warning: |
blob | commitdiff | diff to current |
2009-11-12 |
Gerard Goossen |
Add ENTER_with_name and LEAVE_with_name to automaticly... |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit |
Optimize reversing an array in-place |
blob | commitdiff | diff to current |
2009-11-08 |
Vincent Pit |
SvREFCNT_dec already checks if the SV is non-NULL ... |
blob | commitdiff | diff to current |
2009-11-06 |
Gerard Goossen |
move JMPENV_JUMP to die_where and mark it as "noreturn" |
blob | commitdiff | diff to current |
2009-11-05 |
Vincent Pit |
SvREFCNT_dec already checks if the SV is non-NULL |
blob | commitdiff | diff to current |
2009-10-31 |
Father Chrysostomos |
[perl #69875] Slow down split in scalar context :-) |
blob | commitdiff | diff to current |
2009-10-28 |
Eric Brine |
Avoid adding magic with rvalue $#a |
blob | commitdiff | diff to current |
2009-10-26 |
Yves Orton |
add an elipses to string/ref warnings when str longer... |
blob | commitdiff | diff to current |
2009-10-22 |
Rafael Garcia-Suarez |
Fix built-in prototype of each, keys, and values |
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-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-04 |
Vincent Pit |
Apply the same policy for the value returned by push... |
blob | commitdiff | diff to current |
2009-09-22 |
chromatic |
push in Void Context |
blob | commitdiff | diff to current |
2009-09-13 |
Bo Borgerson |
split: Improve performance in scalar context |
blob | commitdiff | diff to current |
2009-09-13 |
Bo Borgerson |
split: Remove implicit split to @_ |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Introduce "delete local" |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Use the new SAVEHDELETE() macro wherever possible |
blob | commitdiff | diff to current |
2009-05-14 |
Vincent Pit |
pp.c and time64.c don't need to be executable |
blob | commitdiff | diff to current |
2009-01-25 |
Jerry D. Hedden |
Code refs aren't lockable |
blob | commitdiff | diff to current |
2008-12-28 |
Vincent Pit |
On scope end, delete localized array elements that... |
blob | commitdiff | diff to current |
2008-12-28 |
Vincent Pit |
Introduce SvCANEXISTDELETE in pp.h, which simplify... |
blob | commitdiff | diff to current |
2008-11-25 |
Luke Ross |
Re: [perl #59280] perlbug AutoReply: PUSH on tied array... |
blob | commitdiff | diff to current |
2008-11-17 |
Chip Salzenberg |
Re: [perl #59998] [PATCH] crypt() returns tainted data... |
blob | commitdiff | diff to current |
2008-11-13 |
Chip Salzenberg |
Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}... |
blob | commitdiff | diff to current |
2008-11-12 |
Chip Salzenberg |
Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {.... |
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 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
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 |
Nicholas Clark |
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
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 |
Eliminate (AV *) casts in *.c. |
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 |
As Perl_cv_const_sv() now takes a const CV *, use that... |
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-06-28 |
Ben Morrow |
Some more missing isGV_with_GP()s |
blob | commitdiff | diff to current |
2008-06-01 |
Bram |
[perl #36875] [PATCH] scalar reverse undef does not... |
blob | commitdiff | diff to current |
2008-04-14 |
Rafael Garcia-Suarez |
Revert change #33676, likely to break atan(-0,0) on... |
blob | commitdiff | diff to current |
2008-04-14 |
Rafael Garcia-Suarez |
Make atan2(0,0) return undef |
blob | commitdiff | diff to current |
2008-03-31 |
Vincent Pit |
Double magic with substr |
blob | commitdiff | diff to current |
2008-03-25 |
Rafael Garcia-Suarez |
Use sv_setpvs() like a few lines before since change... |
blob | commitdiff | diff to current |
2008-03-25 |
Vincent Pit |
Re: [PATCH] Double warning with perl -we 'my $a; substr... |
blob | commitdiff | diff to current |
2008-02-14 |
Robin Barker |
use svtype |
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-02-01 |
Nicholas Clark |
In pp_split(), eliminate most (all?) of the conditional... |
blob | commitdiff | diff to current |
2008-01-28 |
Rafael Garcia-Suarez |
Make lc/uc/lcfirst/ucfirst warn when passed undef. |
blob | commitdiff | diff to current |
2008-01-13 |
Nicholas Clark |
Re-order so that the !SvOK() case is last (which should... |
blob | commitdiff | diff to current |
2008-01-12 |
Nicholas Clark |
For 5.12: saner behaviour for `length` |
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 |
Replace all reads of RXf_UTF8 with RX_UTF8(). |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Possible future bugs found by the creation of newSVpvn_... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
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 |
Nicholas Clark |
Change Perl_av_iter_p() to return IV* rather than I32... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Take code that occurs in three places to take a scalar... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Eliminate SVt_RV, and use SVt_IV to store plain references. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark |
Swap SVt_RV and SVt_NV in the SV ordering. |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Implement each @array. |
blob | commitdiff | diff to current |
2007-10-21 |
Rick Delaney |
Re: overload64.t failures |
blob | commitdiff | diff to current |
2007-10-19 |
Jerry D. Hedden |
Fix overloading for 64-bit ints (revised) |
blob | commitdiff | diff to current |
2007-10-11 |
Jerry D. Hedden |
pp_int should treat refs as UVs (not IVs) |
blob | commitdiff | diff to current |
2007-10-08 |
Rick Delaney |
Re: [perl #46011] [RESOLVED] overload "0+" doesn't... |
blob | commitdiff | diff to current |
2007-10-07 |
Rick Delaney |
Re: [perl #46011] overload "0+" doesn't handle integer... |
blob | commitdiff | diff to current |
2007-09-07 |
Rafael Garcia-Suarez |
Remove the 'err' keyword |
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-31 |
Brandon Black |
Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-08-30 |
Jarkko Hietaniemi |
misc blead stuff |
blob | commitdiff | diff to current |
2007-08-12 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Optimize split // |
blob | commitdiff | diff to current |
2007-08-09 |
Ævar Arnfjörð Bjar... |
Optimize split // |
blob | commitdiff | diff to current |
2007-06-14 |
Rafael Garcia-Suarez |
Fix [perl #43207] lc() or uc() inside sort affect the... |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark |
Where possible, use SvIV instead of SvIVX, SvNV instead... |
blob | commitdiff | diff to current |
2007-04-20 |
Patrick Dugnolle |
[perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with... |
blob | commitdiff | diff to current |
2007-04-15 |
Dave Mitchell |
fix casting warning in pp_ord() |
blob | commitdiff | diff to current |
2007-04-12 |
Nicholas Clark |
Change 18797 (Patch for [perl #9402], known also as... |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark |
Turn op_pmreplroot in struct pmop into a real union. |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-03-29 |
Rafael Garcia-Suarez |
Back out changes 30762 and 30763 |
blob | commitdiff | diff to current |
2007-03-27 |
Jarkko Hietaniemi |
stop the cargo cult of (MEM_SIZE)~0 |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-26 |
Rafael Garcia-Suarez |
Nit to change 30762 by Gisle. |
blob | commitdiff | diff to current |
2007-03-26 |
Yitzchak Scott-Tho... |
Re: substr($megabytes, 30) = |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-10 |
Nicholas Clark |
These casts to GV are no longer needed. |
blob | commitdiff | diff to current |
next |