| Commit message (Expand) | Author | Age | Files | Lines |
* | use svtype | Robin Barker | 2008-02-14 | 1 | -6/+6 |
* | pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK" | Steve Hay | 2008-02-13 | 1 | -2/+1 |
* | Drat. #33298 doesn't fix it: need this too. | Steve Hay | 2008-02-13 | 1 | -2/+2 |
* | Correct another variable name in embed.fnc | Steve Hay | 2008-02-13 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+1866 |
* | Correct the paramter to Perl_op_xmldump(). The one that got away from | Nicholas Clark | 2008-02-12 | 1 | -1/+1 |
* | Correct (some) variable names in embed.fnc where they differ from the | Nicholas Clark | 2008-02-12 | 1 | -159/+159 |
* | In Perl_load_module_nocontext(), ver can actually be NULL. | Nicholas Clark | 2008-02-12 | 1 | -22/+9 |
* | Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and | Nicholas Clark | 2008-02-11 | 1 | -21/+7 |
* | Perl_ck_retarget() doesn't even exist, so little point in mentioning | Nicholas Clark | 2008-02-11 | 1 | -4/+0 |
* | In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL. | Nicholas Clark | 2008-02-11 | 1 | -14/+8 |
* | In Perl_regfree_internal(), rx is actually not NULL. | Nicholas Clark | 2008-02-11 | 1 | -3/+4 |
* | The "pointer" argument to S_restore_magic() is not not NULL, because | Nicholas Clark | 2008-02-11 | 1 | -3/+1 |
* | The sv argument to gv_stashsv() is not NULL. | Nicholas Clark | 2008-02-10 | 1 | -1/+3 |
* | vcroak()'s pattern is actually NULLOK. | Nicholas Clark | 2008-02-10 | 1 | -2/+1 |
* | Correct some names of parameters in embed.fnc. | Nicholas Clark | 2008-02-10 | 1 | -9/+9 |
* | Two parameter names missing in embed.fnc | Nicholas Clark | 2008-02-10 | 1 | -2/+2 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-08 | 1 | -11/+11 |
* | Re: [PATCH] sv.c: consting | Steven Schubiger | 2008-02-07 | 1 | -11/+11 |
* | sv.c: consting | Steven Schubiger | 2008-02-04 | 1 | -5/+5 |
* | taint.c: consting | Steven Schubiger | 2008-02-03 | 1 | -1/+1 |
* | Fix compiler warning introduced in DEBUGGING builds by #33103 | Steve Hay | 2008-01-31 | 1 | -1/+1 |
* | Fix Win32 compiler warnings introduced by #33081 and #33085 | Steve Hay | 2008-01-29 | 1 | -1/+1 |
* | toke.c/universal.c: consting | Steven Schubiger | 2008-01-29 | 1 | -11/+11 |
* | also report forced tokens when using -DT | Gerard Goossen | 2008-01-28 | 1 | -1/+3 |
* | util.c: some consting | Steven Schubiger | 2008-01-28 | 1 | -1/+1 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -1/+1 |
* | Avoid an unused argument in S_sv_2iuv_non_preserve() by using | Nicholas Clark | 2008-01-18 | 1 | -0/+6 |
* | The suidscript argument to S_forbid_setid(), S_open_script() and | Nicholas Clark | 2008-01-18 | 1 | -3/+3 |
* | Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its | Nicholas Clark | 2008-01-18 | 1 | -3/+19 |
* | Remove C variables (and a parameter!) now unused since -P bit the dust. | Nicholas Clark | 2008-01-11 | 1 | -3/+2 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -0/+4 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 1 | -3/+0 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -3/+0 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 1 | -0/+3 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+4 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -7/+7 |
* | Convert some "regexp" and "struct regexp" to REGEXP where they are | Nicholas Clark | 2008-01-02 | 1 | -3/+3 |
* | As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API, | Nicholas Clark | 2007-12-31 | 1 | -10/+0 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 1 | -4/+6 |
* | Change Perl_av_iter_p() to return IV* rather than I32* (which means | Nicholas Clark | 2007-12-29 | 1 | -1/+1 |
* | For 5.12 we can simply exterminate! the private function | Nicholas Clark | 2007-12-21 | 1 | -6/+0 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+12 |
* | Correct the embed.fnc descriptions of newAV() and newHV() - they do not | Nicholas Clark | 2007-12-20 | 1 | -2/+0 |
* | Similiarly Perl_newHV() can become a mathom by making newHV() a | Nicholas Clark | 2007-12-20 | 1 | -2/+2 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2007-12-20 | 1 | -2/+2 |
* | Perl_magic_setglob() is a mathom. | Nicholas Clark | 2007-12-20 | 1 | -0/+2 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+1 |