| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "pos in lvalue context now returns a PVMG instead of a PVLV." | Father Chrysostomos | 2011-06-16 | 1 | -2/+4 |
* | pos in lvalue context now returns a PVMG instead of a PVLV. | Nicholas Clark | 2011-06-14 | 1 | -4/+2 |
* | Make $$ writable, but still magical | Father Chrysostomos | 2011-06-13 | 1 | -1/+18 |
* | Store a flag for container/value magic in PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -38/+3 |
* | Stop localised ties from becoming ro when COW | Father Chrysostomos | 2011-06-04 | 1 | -1/+1 |
* | Turn $$ into a magical readonly variable that always fetches getpid() instead... | Max Maischein | 2011-05-22 | 1 | -0/+4 |
* | Remove PERL_UNUSED_ARG() from Perl_magic_clearsig(), missed by 179c85a2d774d3be | Nicholas Clark | 2011-05-19 | 1 | -1/+0 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -1/+1 |
* | S_mg_findext_flags wasn't declared static | Gisle Aas | 2011-05-18 | 1 | -1/+1 |
* | Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218 | Nicholas Clark | 2011-05-18 | 1 | -1/+0 |
* | make mg_clear() et al behave when RC==0 | David Mitchell | 2011-04-07 | 1 | -16/+30 |
* | #84774: local $_ calls STORE when $_ is aliased to a tied hash element | Jan Dubois | 2011-03-20 | 1 | -1/+4 |
* | Perl_sighandler: only inc SS_ix for unsafe signals | David Mitchell | 2011-03-19 | 1 | -9/+13 |
* | In signal handler, don't inc stack pointers | David Mitchell | 2011-03-19 | 1 | -14/+1 |
* | Detect unsafe signals more reliably on BSD/Solaris | Leon Timmermans | 2011-02-24 | 1 | -2/+2 |
* | No sip without SA_SIGINFO. Broken in c22d665. | Craig A. Berry | 2011-02-17 | 1 | -1/+1 |
* | Unblock signal-mask on error for unsafe signals | Leon Timmermans | 2011-02-17 | 1 | -2/+14 |
* | multifile patch against blead/pod/*.pod | Tom Christiansen | 2011-02-15 | 1 | -1/+1 |
* | Also unblock signal handlers throwing an exception | Leon Timmermans | 2011-01-18 | 1 | -12/+19 |
* | Conditionally unblock after signal handler[#82040] | Leon Timmermans | 2011-01-17 | 1 | -3/+20 |
* | In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied. | Nicholas Clark | 2011-01-13 | 1 | -0/+11 |
* | Better handling of magic methods freeing the SV | David Mitchell | 2010-12-30 | 1 | -19/+19 |
* | Remove lots of unused, VMS-specific variables. | Craig A. Berry | 2010-12-02 | 1 | -1/+0 |
* | Add mg_findext | Florian Ragwitz | 2010-11-30 | 1 | -9/+36 |
* | Implement $^A tainting | Niko Tyni | 2010-11-14 | 1 | -0/+10 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -1/+1 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -1/+7 |
* | [perl #77238] Aliased @ISA does not work | Father Chrysostomos | 2010-11-13 | 1 | -11/+17 |
* | tidy code in Perl_sighandler() | David Mitchell | 2010-11-01 | 1 | -14/+13 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -22/+21 |
* | Switch the core MRO code over to HvENAME | Father Chrysostomos | 2010-10-29 | 1 | -1/+3 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -15/+9 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -12/+53 |
* | Add two missing break in Perl_magic_set's big switch | Vincent Pit | 2010-08-31 | 1 | -1/+2 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -8/+8 |
* | RT #74436: [PATCH] Add -Wwrite-strings | Robin Barker | 2010-08-14 | 1 | -1/+1 |
* | optimise single backreferences | David Mitchell | 2010-08-01 | 1 | -1/+2 |
* | Restore errno if signal handler changes it | Lubomir Rintel | 2010-07-26 | 1 | -0/+2 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -2/+2 |
* | Revert "make 'local $tied' untied" | David Mitchell | 2010-06-07 | 1 | -1/+0 |
* | update Perl_magic_methcall description | David Mitchell | 2010-06-05 | 1 | -4/+3 |
* | rename DM_ARRAY flag to DM_ARRAY_ISA | David Mitchell | 2010-06-04 | 1 | -1/+1 |
* | make 'local $tied' untied | David Mitchell | 2010-05-04 | 1 | -0/+1 |
* | make local @tied, %tied, untied | David Mitchell | 2010-05-04 | 1 | -0/+1 |
* | Merge remote branch 'zefram/zefram/reliable_exception' into blead | Rafael Garcia-Suarez | 2010-05-04 | 1 | -1/+1 |
|\ |
|
| * | SV-based interfaces for dieing and warning | Zefram | 2010-04-23 | 1 | -1/+1 |
* | | For SAVEt_ALLOC, store the number of save stack entries used with the type. | Nicholas Clark | 2010-05-03 | 1 | -7/+5 |
* | | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -4/+5 |
* | | Convert Perl_magic_methcall() to varargs. | Nicholas Clark | 2010-04-26 | 1 | -13/+16 |
* | | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef. | Nicholas Clark | 2010-04-26 | 1 | -17/+13 |