| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | REGEXPs are now stored directly in PL_regex_padav, rather than | Nicholas Clark | 2008-01-11 | 1 | -0/+5 |
* | Introduce macro PERL_MAX_SUB_DEPTH | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | Revert change #32920, since it was solved another way by #32890. | Rafael Garcia-Suarez | 2008-01-09 | 1 | -5/+3 |
* | RE: compile warnings w/ PM_SETRE and ReREFCNT_inc | Robin Barker | 2008-01-09 | 1 | -3/+5 |
* | newSV() + sv_upgrade() => newSV_type() | Nicholas Clark | 2008-01-09 | 1 | -2/+1 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -21/+1 |
* | Fix a compilation warning created when RX_PRELEN() was changed to | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -4/+4 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -1/+0 |
* | Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag | Nicholas Clark | 2008-01-05 | 1 | -2/+12 |
* | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenacious | Nicholas Clark | 2008-01-05 | 1 | -5/+5 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -14/+14 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -2/+2 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -4/+4 |
* | Convert some "regexp" and "struct regexp" to REGEXP where they are | Nicholas Clark | 2008-01-02 | 1 | -3/+3 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -23/+23 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -3/+3 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -17/+13 |
* | Re: smart match: array ~~ hash | Dmitry Karasik | 2007-11-30 | 1 | -12/+8 |
* | As we know the length, replace strEQ with memEQs in S_doopen_pm(). | Nicholas Clark | 2007-10-09 | 1 | -1/+1 |
* | If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to | Nicholas Clark | 2007-10-09 | 1 | -3/+3 |
* | Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require's | Nicholas Clark | 2007-10-09 | 1 | -2/+31 |
* | Remove the strlen in doopen_pm() by passing in the length. (As we know | Nicholas Clark | 2007-10-09 | 1 | -11/+10 |
* | Remove a call to *printf from the require code. | Nicholas Clark | 2007-10-09 | 1 | -2/+7 |
* | With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be | Nicholas Clark | 2007-10-05 | 1 | -9/+1 |
* | As PL_hinthv is actually tied, need to call SvSETMAGIC() after the | Nicholas Clark | 2007-10-05 | 1 | -2/+5 |
* | New [PATCH] use 5.006; use 5.10.0 | Robin Barker | 2007-10-05 | 1 | -6/+20 |
* | S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a | Nicholas Clark | 2007-10-04 | 1 | -7/+2 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -8/+1 |
* | was Re: Freeze ? | John Peacock | 2007-10-02 | 1 | -3/+38 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -1/+8 |
* | Re: [PATCH 5.10] Improve diagnostic for reloads of bad modules | Rick Delaney | 2007-09-25 | 1 | -1/+2 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -6/+6 |
* | Re: INC handlers and shutdown-time warnings | Rafael Garcia-Suarez | 2007-09-01 | 1 | -1/+1 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2007-08-28 | 1 | -0/+2 |
* | [patch@31735] Module-load/require fixes for VMS | John E. Malmberg | 2007-08-22 | 1 | -6/+33 |
* | Use Perl_croak() rather than DIE() in S_doeval() because "DIE()" | Steve Hay | 2007-07-11 | 1 | -2/+2 |
* | Fix assertion failure on failed magic eval - eg FETCH {eval'('} | Dave Mitchell | 2007-07-10 | 1 | -12/+20 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -5/+4 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -5/+3 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -4/+3 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -1/+1 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -1/+1 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -5/+5 |
* | Fix problems caused by downsizing in change 31017. (Which don't show | Nicholas Clark | 2007-04-22 | 1 | -1/+1 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -1/+1 |
* | PL_madskills is a bool, so save it as one (else Solaris rightly | Nicholas Clark | 2007-04-12 | 1 | -1/+1 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -1/+1 |
* | S_op_destroy() was not static. Also tidy all other STATIC/static | Nicholas Clark | 2007-04-05 | 1 | -8/+4 |