| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code that protected pp_qr against REGEXPs going away during | Nicholas Clark | 2008-01-11 | 1 | -9/+0 |
* | Introduce macro PERL_MAX_SUB_DEPTH | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | Fix leak introduced by change #32873, thanks to Nicholas | Rafael Garcia-Suarez | 2008-01-09 | 1 | -1/+1 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 1 | -1/+10 |
* | Re: [perl #49264] say behaves as just print on tied filehandle | Michael G. Schwern | 2008-01-06 | 1 | -0/+5 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenacious | Nicholas Clark | 2008-01-05 | 1 | -4/+5 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -3/+3 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -3/+1 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -3/+13 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -72/+72 |
* | Move all code that relies on reading the to-be-thrown-away buffer ahead | Nicholas Clark | 2007-12-29 | 1 | -3/+1 |
* | Fix Perl #49190, tests from Abigail, codefix from me. | Yves Orton | 2007-12-29 | 1 | -5/+5 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -2/+2 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -3/+3 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -0/+1 |
* | Take code that occurs in three places to take a scalar and ready it to | Nicholas Clark | 2007-12-26 | 1 | -7/+1 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -3/+3 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -1/+1 |
* | PATCH re 32711 | Robin Barker | 2007-12-24 | 1 | -1/+2 |
* | Remove warning about casting integer to different sized pointer. | Nicholas Clark | 2007-12-22 | 1 | -1/+1 |
* | Re: overload64.t failures | Rick Delaney | 2007-10-21 | 1 | -2/+3 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -12/+15 |
* | No need to call strlen() on the result of CopSTASHPV() when unthreaded, | Nicholas Clark | 2007-10-18 | 1 | -2/+12 |
* | Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order | Nicholas Clark | 2007-09-22 | 1 | -10/+36 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -1/+1 |
* | Re: [perl #44623] Optimized magic_setisa has bug | Rick Delaney | 2007-09-10 | 1 | -3/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -8/+3 |
* | Comment typo fix | Abigail | 2007-06-30 | 1 | -1/+1 |
* | Resolve | Yves Orton | 2007-06-23 | 1 | -3/+6 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -3/+0 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 1 | -0/+9 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -1/+1 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -1/+1 |
* | Fix a bug in method caching. Better version (broader) of change #29336. | Brandon Black | 2007-04-26 | 1 | -5/+0 |
* | Remove unnecessarily paranoid protection in pp_defined | Rafael Garcia-Suarez | 2007-04-24 | 1 | -3/+4 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 1 | -16/+0 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -2/+3 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -1/+1 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -4/+5 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -14/+33 |
* | Fix the error message "Can't call method "DOES" on unblessed | Rafael Garcia-Suarez | 2007-03-31 | 1 | -0/+1 |
* | Fix return value of state assignment ($x=state $y=$z). | Rafael Garcia-Suarez | 2007-03-27 | 1 | -7/+10 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -31/+32 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+8 |
* | Need a SPAGAIN here because the stack pointer might have | Rafael Garcia-Suarez | 2007-03-13 | 1 | -0/+1 |
* | A couple of casting nits by Jarkko | Rafael Garcia-Suarez | 2007-03-01 | 1 | -1/+1 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -2/+1 |