| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -4/+4 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -12/+0 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -3/+3 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -7/+13 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -2/+2 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -5/+5 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -11/+11 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+3 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -7/+7 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -7/+7 |
* | Bugs revealed by replacing (SV *) casts with something that doesn't | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -1/+1 |
* | Re: [perl #54566] assertion failure fiddling with @ISA | Rafael Garcia-Suarez | 2008-05-21 | 1 | -2/+2 |
* | Call SvMAGICAL_off in mg_free | Bram | 2008-05-10 | 1 | -0/+1 |
* | Inline the trivial S_raise_signal function in the perl signal handler. | Gisle Aas | 2008-04-24 | 1 | -32/+14 |
* | Drop #ifdefs that became empty in change #32012. | Gisle Aas | 2008-04-24 | 1 | -4/+0 |
* | Fix for [perl #52074] Segfault on ISA push after symbol table delete | Rafael Garcia-Suarez | 2008-04-15 | 1 | -2/+4 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -1/+2 |
* | apidoc mismatch for Perl_magic_clearhint | Vincent Pit | 2008-03-24 | 1 | -1/+1 |
* | Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't | Vincent Pit | 2008-03-10 | 1 | -10/+15 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+133 |
* | Fix bug whereby length on a tied scalar that returned a UTF-8 value | Nicholas Clark | 2008-01-12 | 1 | -4/+7 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -0/+23 |
* | Re: SV leak? | Vincent Pit | 2008-01-04 | 1 | -1/+1 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -2/+2 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -2/+4 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -5/+5 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -11/+0 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -14/+14 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 1 | -22/+10 |
* | mg_free frees data but leaves it accessible | Yuval Kogman | 2007-12-21 | 1 | -0/+1 |
* | Perl_magic_setglob() is a mathom. | Nicholas Clark | 2007-12-20 | 1 | -24/+0 |
* | Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv() | Nicholas Clark | 2007-10-18 | 1 | -4/+1 |
* | Change newSVpv() to newSVpvn() where we know the length is non-zero, as | Nicholas Clark | 2007-10-18 | 1 | -3/+3 |
* | Change a sv_catpv() to sv_catpvs(). | Nicholas Clark | 2007-10-05 | 1 | -1/+1 |
* | As PL_hinthv is actually tied, need to call SvSETMAGIC() after the | Nicholas Clark | 2007-10-05 | 1 | -3/+3 |
* | Try a bit harder to get *PL_sighandlerp to agree with its | Craig A. Berry | 2007-10-04 | 1 | -8/+6 |
* | Fix warnings about Sighandler_t type on Win32. | Rafael Garcia-Suarez | 2007-10-04 | 1 | -0/+8 |
* | Adapt definition of Sighandler_t to go with change #32012 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -2/+2 |
* | [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-10-03 | 1 | -12/+3 |
* | hv_stores() on a literal string is now fractionally more efficient than | Nicholas Clark | 2007-09-21 | 1 | -8/+8 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -2/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -4/+5 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -0/+9 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -20/+0 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -6/+6 |