| Commit message (Expand) | Author | Age | Files | Lines |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+82 |
* | FW: [PATCH] RE: [PATCH] volatile, avoid clobbered | Robin Barker | 2008-01-28 | 1 | -1/+1 |
* | When changing the op_ppaddr of an op, one must keep its op_type | Rafael Garcia-Suarez | 2008-01-21 | 1 | -0/+2 |
* | Give G_VOID, G_SCALAR and G_ARRAY the same numeric values as | Nicholas Clark | 2008-01-21 | 1 | -0/+5 |
* | Add a flag G_WANT, as a mask for the bits G_SCALAR, G_ARRAY and G_VOID. | Nicholas Clark | 2008-01-21 | 1 | -2/+2 |
* | Encode the G_* to OPf_WANT_* transform, the reverse of OP_GIMME(), in | Nicholas Clark | 2008-01-21 | 1 | -6/+2 |
* | Don't create local variables validarg and fdscript if they aren't going | Nicholas Clark | 2008-01-18 | 1 | -2/+7 |
* | The suidscript argument to S_forbid_setid(), S_open_script() and | Nicholas Clark | 2008-01-18 | 1 | -22/+20 |
* | Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its | Nicholas Clark | 2008-01-18 | 1 | -39/+39 |
* | Change 32997 missed one conditionally unused argument. | Nicholas Clark | 2008-01-18 | 1 | -0/+2 |
* | Collect all the S_validate_suid() unused argument logic in one place. | Nicholas Clark | 2008-01-18 | 1 | -9/+19 |
* | Remove commented out declaration from S_validate_suid() | Nicholas Clark | 2008-01-18 | 1 | -3/+0 |
* | Remove commented out code from S_validate_suid() | Nicholas Clark | 2008-01-18 | 1 | -7/+0 |
* | __DATE__ and __TIME__ are both string literals, so we can concatentate | Nicholas Clark | 2008-01-11 | 1 | -5/+3 |
* | Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This will | Nicholas Clark | 2008-01-11 | 1 | -2/+3 |
* | Remove C variables (and a parameter!) now unused since -P bit the dust. | Nicholas Clark | 2008-01-11 | 1 | -8/+2 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -82/+1 |
* | The correct solution is to reference count the regexp in PL_reg_curpm, | Nicholas Clark | 2008-01-10 | 1 | -17/+0 |
* | Fix bug picked up by printf format warnings - a cast is needed where | Nicholas Clark | 2008-01-10 | 1 | -1/+2 |
* | Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak, | Nicholas Clark | 2008-01-09 | 1 | -0/+4 |
* | With regexps stored as real RVs, we can eliminate SvREPADTMP(). | Nicholas Clark | 2008-01-08 | 1 | -3/+0 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 1 | -4/+2 |
* | Don't set the public IV or NV flags if the string converted from has | Nicholas Clark | 2008-01-07 | 1 | -1/+5 |
* | Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_no | Nicholas Clark | 2008-01-07 | 1 | -2/+2 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -1/+1 |
* | Possible future bugs found by the creation of newSVpvn_flags(). | Nicholas Clark | 2008-01-03 | 1 | -1/+2 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -2/+1 |
* | Match destruct_level type from intrpvar.h, and refer to the docs there | Rafael Garcia-Suarez | 2007-12-03 | 1 | -1/+1 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -1/+1 |
* | In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving | Nicholas Clark | 2007-10-18 | 1 | -5/+8 |
* | Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv() | Nicholas Clark | 2007-10-16 | 1 | -4/+5 |
* | Add dVAR;s to the functions created in change 31970. | Nicholas Clark | 2007-10-16 | 1 | -0/+3 |
* | Build with -Dusemymalloc was broken | Rafael Garcia-Suarez | 2007-10-08 | 1 | -0/+3 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 1 | -6/+24 |
* | "A" should no longer be in the list of options acceptable to PERL5OPT, | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -2/+2 |
* | The scratch scalar used in -d processing for : and = options would leak | Nicholas Clark | 2007-10-06 | 1 | -0/+1 |
* | extend PL_veto_cleanup to all platforms | Dave Mitchell | 2007-09-25 | 1 | -1/+3 |
* | make PERL_SYS_INIT/INIT3/TERM into functions | Dave Mitchell | 2007-09-25 | 1 | -0/+27 |
* | Move all the compile time options that affect binary compatibility into | Nicholas Clark | 2007-09-15 | 1 | -81/+1 |
* | Rejig the word wrapping code for the "Compile-time options:" of perl -V | Nicholas Clark | 2007-09-15 | 1 | -31/+12 |
* | Save some C<","> in the embedded program used to generate -V output. | Nicholas Clark | 2007-09-15 | 1 | -6/+6 |
* | Deprecate the -P switch. | Rafael Garcia-Suarez | 2007-09-03 | 1 | -0/+1 |
* | Revert #31690, because it can make -x eat arguments. Even if the | Abhijit Menon-Sen | 2007-08-08 | 1 | -6/+1 |
* | Make '-xx' and '-x x' work the same way (see #44387). | Abhijit Menon-Sen | 2007-08-08 | 1 | -1/+6 |
* | fix up some nested #ifdef indentation | Dave Mitchell | 2007-07-19 | 1 | -48/+48 |
* | silence 'unused var' compiler warning | Dave Mitchell | 2007-07-19 | 1 | -1/+3 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -0/+40 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -26/+0 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -3/+2 |