| Commit message (Expand) | Author | Age | Files | Lines |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -661/+9 |
* | Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW (and #endif). | Nicholas Clark | 2009-01-23 | 1 | -2/+0 |
* | Note that nothing in core uses Perl_get_cv any more, and why it is hard to move | Nicholas Clark | 2009-01-21 | 1 | -0/+2 |
* | Correct the form of the flags passed to perl_get_cv(). | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -8/+9 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -7/+8 |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -6/+7 |
* | Fix my refactoring typo in change 33001 that broke suidperl, only spotted 11 | Nicholas Clark | 2009-01-12 | 1 | -1/+1 |
* | show -E in error message when called with -E | Renée Bäcker | 2009-01-12 | 1 | -1/+1 |
* | Update copyright year to 2009. | Nicholas Clark | 2009-01-05 | 1 | -3/+3 |
* | VMS posix exit fixes | John Malmberg | 2009-01-04 | 1 | -12/+24 |
* | eliminate double stringification, the defines as done in git_version.h are al... | Yves Orton | 2009-01-05 | 1 | -1/+1 |
* | More efficient API choices for string appending. | Nicholas Clark | 2008-12-31 | 1 | -2/+2 |
* | varargs functions such as sv_catpvf can't have compatibility wrappers for | Nicholas Clark | 2008-12-31 | 1 | -2/+2 |
* | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -16/+22 |
* | PL_registered_mros can start with 1 hash bucket, as it will probably never | Nicholas Clark | 2008-12-29 | 1 | -0/+2 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+4 |
* | come new version related code in perl.c is not enabled -- explain why | Yves Orton | 2008-12-27 | 1 | -0/+2 |
* | better git based version numbering (hopefully sane) | Yves Orton | 2008-12-27 | 1 | -7/+10 |
* | tidier -v output | Yves Orton | 2008-12-27 | 1 | -3/+3 |
* | make git-describe info show up in -V output in the "Characteristics of this b... | Yves Orton | 2008-12-27 | 1 | -1/+3 |
* | The string "." cannot possibly contain a PATH sepatator, so don't tell S_pushinc | Nicholas Clark | 2008-12-26 | 1 | -2/+2 |
* | Better fix for bug #6665 | Rafael Garcia-Suarez | 2008-12-26 | 1 | -26/+32 |
* | Revert "[perl #6665] Different behavior using the -Idir option on the command... | Rafael Garcia-Suarez | 2008-12-26 | 1 | -5/+3 |
* | [perl #6665] Different behavior using the -Idir option on the command line an... | Renee Baecker | 2008-12-26 | 1 | -3/+5 |
* | make perl use git-describe for PATCHNUM | Yves Orton | 2008-12-20 | 1 | -1/+1 |
* | 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 |