| Commit message (Expand) | Author | Age | Files | Lines |
* | could we add usedevel to config.h? | H.Merijn Brand | 2008-11-28 | 1 | -0/+3 |
* | Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it. | Nicholas Clark | 2008-11-26 | 1 | -12/+5 |
* | Respecting inc_version_list while processing PERL_VENDORLIB_STEM | Mandalemula, Rajesh | 2008-11-24 | 1 | -1/+2 |
* | Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr | Tim Bunce | 2008-11-20 | 1 | -2/+2 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -2/+4 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -6/+6 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -8/+8 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -3/+3 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -11/+11 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -3/+3 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | USE_FAST_STDIO can affect behaviour, so list it in -V | Nicholas Clark | 2008-10-26 | 1 | -0/+3 |
* | Make C++ compilers happy #2: const POD without initializer | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Update copyright year to 2008. | Nicholas Clark | 2008-10-05 | 1 | -3/+3 |
* | 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 |