| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Various patches by John E. Malmberg to fix data | Rafael Garcia-Suarez | 2005-08-01 | 1 | -1/+4 |
* | RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO | Paul Green | 2005-07-28 | 1 | -1/+1 |
* | tidy up DieNull and DIE_NULL | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | silence compiler warning in mg.c POSIX.xs | Robin Barker | 2005-07-28 | 1 | -1/+1 |
* | blead help for VMS | Craig A. Berry | 2005-07-24 | 1 | -1/+1 |
* | Re: [PATCH] support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-21 | 1 | -1/+3 |
* | Fix definition of Perl_sighandler following change 25200 | Steve Hay | 2005-07-20 | 1 | -0/+4 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -5/+43 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -1/+1 |
* | more taint fallout from change 24943 | Dave Mitchell | 2005-07-07 | 1 | -1/+1 |
* | change 24943 broke restoration of localized taint values | Dave Mitchell | 2005-07-05 | 1 | -4/+7 |
* | Fix change 25045 | Steve Hay | 2005-07-04 | 1 | -0/+1 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -11/+4 |
* | Remove the reference loop between symbol tables and typeglobs. | Nicholas Clark | 2005-06-23 | 1 | -14/+29 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -88/+85 |
* | remove taint hack now that local $tainted no longer copies taint magic | Dave Mitchell | 2005-06-22 | 1 | -9/+2 |
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 1 | -0/+62 |
* | Trim trailing whitespace from $! and $^E | Steve Hay | 2005-06-21 | 1 | -0/+9 |