| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #30660: Repeated spaces on shebang line stops option parsing | Nicholas Clark | 2008-08-28 | 1 | -2/+4 |
* | Safer environ iteration | Milosz Tanski | 2008-08-24 | 1 | -4/+7 |
* | Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV() | Rafael Garcia-Suarez | 2008-06-17 | 1 | -3/+3 |
* | [perl #51370] length($@)>0 for empty $@ if utf8 is in use | Bram | 2008-06-17 | 1 | -5/+7 |
* | Clean up unused 'popt' variable in perl.c | Jerry D. Hedden | 2008-04-15 | 1 | -1/+0 |
* | No need to copy the part of PERL5OPT that we've already scanned past. | Nicholas Clark | 2008-04-14 | 1 | -3/+3 |
* | Very little const-propagation remains related to Perl_moreswitches(). | Nicholas Clark | 2008-04-14 | 1 | -1/+1 |
* | Add two missing dVAR's. | Marcus Holland-Moritz | 2008-04-13 | 1 | -0/+2 |
* | Clean up some compiler warnings spotted by smokers. | Nicholas Clark | 2008-04-03 | 1 | -1/+1 |
* | do not use SVTYPEMASK to prevent cleaning of PL_fdpid and PL_strtab | Gerard Goossen | 2008-03-29 | 1 | -8/+1 |
* | for -M:Foo, extended and revised | Robin Barker | 2008-03-02 | 1 | -6/+19 |
* | Do the memory debug header fixup earlier to avoid valgrind screaming | Nicholas Clark | 2008-02-27 | 1 | -0/+7 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -5/+0 |
* | 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 |