2008-02-14 |
Robin Barker |
use svtype |
blob | commitdiff |
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 |
2007-01-25 |
Nicholas Clark |
The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-21 |
Nicholas Clark |
Refactor the common soft-reference code from pp_rv2sv... |
blob | commitdiff | diff to current |
2007-01-19 |
SADAHIRO Tomoyuki |
Re: [PATCH] fix unicode split /\s+/ |
blob | commitdiff | diff to current |
2007-01-19 |
Yves Orton |
fix unicode split /\s+/ |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton |
Let the regex parser decide if we have a special patter... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Regex Utility Functions and Substituion Fix (XML::Twig... |
blob | commitdiff | diff to current |
2006-11-07 |
Rafael Garcia-Suarez |
Forbid using tainted formats in printf and sprintf |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark |
assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-10-31 |
Rafael Garcia-Suarez |
Make readpipe() overridable (and also `` and qx//) |
blob | commitdiff | diff to current |
2006-10-19 |
Rafael Garcia-Suarez |
Make prototype("CORE::mkdir") work. That's a special... |
blob | commitdiff | diff to current |
2006-10-18 |
Rafael Garcia-Suarez |
Make prototype("CORE::foo") return prototypes with... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-20 |
Rafael Garcia-Suarez |
prototype() wasn't working to get the prototype of... |
blob | commitdiff | diff to current |
2006-09-12 |
Yves Orton |
Disable study() for utf-8 strings |
blob | commitdiff | diff to current |
2006-09-05 |
Robin Barker |
; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma... |
blob | commitdiff | diff to current |
2006-08-31 |
Nicholas Clark |
Change the generation of {} and [] from 3 ops to 1... |
blob | commitdiff | diff to current |
2006-08-04 |
Rick Delaney |
Re: [perl #39882] inconsistent list slice behaviour |
blob | commitdiff | diff to current |
2006-07-27 |
Steve Hay |
Clear up most of the VC6 compiler warnings in the follo... |
blob | commitdiff | diff to current |
2006-06-12 |
Andy Lester |
Proper use of enums |
blob | commitdiff | diff to current |
2006-06-07 |
SADAHIRO Tomoyuki |
Revert change #20462 (except the regression test), |
blob | commitdiff | diff to current |
2006-05-15 |
SADAHIRO Tomoyuki |
strange encodings upsets pp_chr |
blob | commitdiff | diff to current |
2006-05-05 |
Rafael Garcia-Suarez |
Implement state array and state hashes. Initialisation... |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester |
pp.c casting, take two |
blob | commitdiff | diff to current |
2006-05-01 |
Jarkko Hietaniemi |
signed vs unsigned char * nit |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark |
Dave noticed that change 28022 was wrong - should read... |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark |
index and rindex couldn't correctly handle surprises... |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark |
lcfirst/ucfist plus an 8 bit locale could mangle UTF... |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark |
uc plus an 8 bit locale could get confused by UTF-8... |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark |
lc plus an 8 bit locale could mangle UTF-8 values retur... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
two [PATCH]es: dVAR for malloc.c, and a signed/unsigned... |
blob | commitdiff | diff to current |
2006-04-28 |
Nicholas Clark |
Fix bug 34297 (length of overloaded UTF-8 strings) |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz |
A couple of casts to PADOFFSET. |
blob | commitdiff | diff to current |
2006-04-17 |
SADAHIRO Tomoyuki |
Re: [PATCH] update to pp_complement() via Coverity |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING... |
blob | commitdiff | diff to current |
2006-04-16 |
Andy Lester |
update to pp_complement() via Coverity |
blob | commitdiff | diff to current |
2006-04-11 |
Andy Lester |
Quiet a coverity problem |
blob | commitdiff | diff to current |
2006-04-03 |
John L. Allen |
revisited: pow.t test failures on AIX 5.1 perl588 with... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-30 |
Nicholas Clark |
Localising hash slices with UTF-8 encoded keys was... |
blob | commitdiff | diff to current |
2006-03-23 |
Jan Dubois |
RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
If the scalar has just been upgraded to SVt_RV, there... |
blob | commitdiff | diff to current |
2006-03-20 |
Rick Delaney |
Re: [perl #38710] localised stash slice |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-25 |
SADAHIRO Tomoyuki |
Re: [perl #38619] Bug in lc and uc (interaction between... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark |
Store GvGP in the SV head union. For all the common... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Replace direct flags tests ... |
blob | commitdiff | diff to current |
next |