| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reverting the reversion. va_end() goes with va_start(). | Steve Peters | 2005-11-03 | 1 | -5/+1 |
* | Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What | Steve Peters | 2005-11-03 | 1 | -1/+5 |
* | Missing va_end(args) from SA_SIGINFO related code. | Steve Peters | 2005-11-03 | 1 | -0/+2 |
* | Avoid corruption when calling mg_get to retrieve the value | Rafael Garcia-Suarez | 2005-10-31 | 1 | -0/+3 |
* | Oops, missed an sv_force_normal() | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | Change to use sv_force_normal_flags() directly, rather than calling | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | [patch@25809]restore documented exit behavior | John E. Malmberg | 2005-10-20 | 1 | -2/+2 |
* | More consting, and DRY leads to shrinking object code | Andy Lester | 2005-10-19 | 1 | -25/+31 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -2/+2 |
* | Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off | Rafael Garcia-Suarez | 2005-09-27 | 1 | -4/+9 |
* | Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6 | Yitzchak Scott-Thoennes | 2005-09-06 | 1 | -2/+10 |