| Commit message (Expand) | Author | Age | Files | Lines |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -5/+5 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -10/+11 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -28/+28 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -2/+2 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -7/+7 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -4/+4 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Fix memory leak in qr// operator. This was most probably | Marcus Holland-Moritz | 2008-10-18 | 1 | -0/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -5/+9 |
* | Re: [perl #51636] segmentation fault with array ties | Vincent Pit | 2008-05-02 | 1 | -3/+19 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -73/+3 |
* | Silence warning from VC++ following #33447 | Steve Hay | 2008-03-10 | 1 | -0/+1 |
* | Refactoring the /Can't return (?:array|hash) to scalar context/ croak | Nicholas Clark | 2008-03-06 | 1 | -10/+7 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -4/+0 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -8/+1 |
* | Revert change #33302. This change was wrong, since it was | Rafael Garcia-Suarez | 2008-02-14 | 1 | -8/+2 |
* | [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated | Rick Delaney | 2008-02-13 | 1 | -2/+8 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+9 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -7/+0 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -41/+38 |
* | Using PL_sv_no in place of any !SvOK() maximum removes a little bit of | Nicholas Clark | 2008-01-25 | 1 | -3/+3 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -7/+6 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -2/+3 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -1/+2 |
* | Avoid using cx->blk_loop.itermax when reverse iterating an array. | Nicholas Clark | 2008-01-24 | 1 | -1/+2 |
* | Split out foreach iterations of temporary lists on the stack to | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Eliminate the U8 sbu_once from struct subst, and shrink sbu_rflags from | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | In pp_subst, rxtainted is not a boolean, as it stores 2 bits of values. | Nicholas Clark | 2008-01-21 | 1 | -1/+1 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -2/+2 |
* | Fix range operator | Jerry D. Hedden | 2008-01-15 | 1 | -0/+9 |
* | Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+1 |
* | 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 |