| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename variables in some mg_* funcs | Andy Lester | 2006-04-09 | 1 | -11/+15 |
* | Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) | Rafael Garcia-Suarez | 2006-04-06 | 1 | -1/+1 |
* | Assigning undef to an entry in %ENV shouldn't produce warnings, even | Rafael Garcia-Suarez | 2006-04-05 | 1 | -2/+2 |
* | 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such. | Nicholas Clark | 2006-04-02 | 1 | -21/+21 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -6/+6 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -0/+5 |
* | Note future possible flexibility for Perl_magic_sethint(). | Nicholas Clark | 2006-03-31 | 1 | -0/+5 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+40 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -3/+4 |
* | sv_find() returning false, followed by sv_magic() to add the magic, | Nicholas Clark | 2006-03-17 | 1 | -2/+6 |
* | Add a new per-interpeter variable PL_utf8cache, which will be used to | Nicholas Clark | 2006-03-16 | 1 | -1/+8 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -8/+8 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+6 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -15/+6 |
* | Can merge the two arms of Perl_magic_getglob to save space. | Nicholas Clark | 2006-02-21 | 1 | -7/+8 |
* | Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it | Nicholas Clark | 2006-02-14 | 1 | -1/+1 |
* | assert() that we can't reach two unreachable code paths | Nicholas Clark | 2006-02-11 | 1 | -2/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -10/+10 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -5/+5 |
* | Simplify nested '#ifdef' by replacing it with '#elif defined()' | Gisle Aas | 2006-01-27 | 1 | -10/+4 |
* | Safer implementation of RTRIM(). | Gisle Aas | 2006-01-27 | 1 | -3/+3 |
* | Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can caus... | Philippe M. Chiasson | 2006-01-26 | 1 | -4/+6 |
* | SvREADONLY_off inside the magic routines is also dangerous on shared | Nicholas Clark | 2006-01-26 | 1 | -3/+2 |
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 1 | -1/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -1/+1 |
* | Make $( and $) list the groups in the order they | Gisle Aas | 2006-01-11 | 1 | -4/+3 |
* | Get rid of the following gcc format warnings by simplifying the | Gisle Aas | 2006-01-11 | 1 | -9/+3 |
* | Gisle notes that SvRTRIM should also write a new '\0' at the end. | Nicholas Clark | 2006-01-11 | 1 | -0/+1 |
* | Make setting 'PL_origalen = 1' before perl_parse() disable | Gisle Aas | 2006-01-11 | 1 | -2/+2 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -6/+6 |
* | Avoid possible dereference of NULL in the initialization of PL_origalen. | Gisle Aas | 2006-01-10 | 1 | -21/+23 |
* | blead: format warnings | Jarkko Hietaniemi | 2006-01-08 | 1 | -3/+3 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+29 |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Get rid of a few more hardcoded string lengths. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 1 | -7/+4 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -5/+5 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -36/+1 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -10/+6 |
* | In this, the last tale of the NGROUPS saga, a former pumpking prods | Steve Peters | 2005-12-26 | 1 | -19/+28 |
* | Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory | Jim Cromie | 2005-12-24 | 1 | -4/+8 |
* | The lref argument of sv_2cv is actually passed onwards to gv_fetchsv, | Nicholas Clark | 2005-12-21 | 1 | -1/+1 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -3/+3 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -31/+33 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+1 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -1/+3 |
* | use clearenv if available | Alan Burlison | 2005-11-04 | 1 | -33/+7 |