| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32. | Nicholas Clark | 2010-04-25 | 1 | -2/+2 |
* | | In S_magic_methcall1(), tweak the initialisation of arg1 to reduce code size. | Nicholas Clark | 2010-04-25 | 1 | -4/+2 |
* | | add Perl_magic_methcall | David Mitchell | 2010-04-25 | 1 | -86/+105 |
|/ |
|
* | Set the legacy process name with prctl() on assignment to $0 on Linux | Ævar Arnfjörð Bjarmason | 2010-04-15 | 1 | -0/+11 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -2/+2 |
* | remove 'enable taint if modify gid/uid' feature | David Mitchell | 2010-04-11 | 1 | -4/+0 |
* | PL_defoutgv isn't always a GV. | David Mitchell | 2010-03-30 | 1 | -19/+31 |
* | Fix assorted bugs related to magic (such as pos) not "sticking" to | David Mitchell | 2010-03-23 | 1 | -1/+1 |
* | [perl #6758] tainted values become untainted in tied hashes | David Mitchell | 2010-03-20 | 1 | -1/+22 |
* | Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL. | Nicholas Clark | 2010-02-16 | 1 | -1/+2 |
* | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags(). | Nicholas Clark | 2010-02-14 | 1 | -3/+3 |
* | Remove a vestigial STRLEN case and convert a label to lowercase. | Nicholas Clark | 2010-02-14 | 1 | -1/+1 |
* | Removes 32-bit limit on substr arguments. The full range of IV and UV is avai... | Eric Brine | 2010-02-14 | 1 | -10/+9 |
* | Fix for #71254: SEGV in Data::Dumper | Father Chrysostomos | 2010-01-18 | 1 | -1/+2 |
* | Correct VMS-specific handling of $! in Perl_magic_get. | Craig A. Berry | 2010-01-16 | 1 | -4/+4 |
* | fix for [perl #61976] Errno ($!) not evaluated to a error message string | David Mitchell | 2010-01-12 | 1 | -0/+1 |
* | preserve readonly flag when saving and restoring magic flags | Chip Salzenberg | 2009-12-05 | 1 | -11/+20 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -6/+3 |
* | mg.c uses a fixed NGROUPS contant | perlbug-followup@perl.org | 2009-10-26 | 1 | -1/+9 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -11/+9 |
* | finish more implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -1/+2 |
* | finish implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -1/+1 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -17/+29 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -1/+1 |
* | Don't enqueue pending signals during global destruction | Lubomir Rintel | 2009-06-25 | 1 | -1/+2 |
* | In Perl_magic_setsig(), silence a "possible loss of data" warning. | Nicholas Clark | 2009-05-22 | 1 | -1/+2 |
* | $? needs upgrade to PVLV when COMPLEX_STATUS is defined. | Craig A. Berry | 2009-05-21 | 1 | -0/+2 |
* | Merge Perl_magic_setisa() and Perl_magic_clearisa(), to remove duplicated logic. | Nicholas Clark | 2009-05-21 | 1 | -25/+12 |
* | In Perl_magic_setisa(), re-order two independant return early checks. | Nicholas Clark | 2009-05-21 | 1 | -3/+3 |
* | Cache the signal number or -1 in mg_private, to reduce calls to Perl_whichsig(). | Nicholas Clark | 2009-05-21 | 1 | -2/+9 |
* | Perl_mg_clear() did not cope with the called magic deleting itself - fix this. | Nicholas Clark | 2009-05-20 | 1 | -1/+4 |