| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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/+1 |
* | 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/+4 |
* | 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 | -2/+15 |
* | Remove C variables (and a parameter!) now unused since -P bit the dust. | Nicholas Clark | 2008-01-11 | 1 | -1/+1 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -0/+1 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 1 | -1/+0 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | Remove a comment that is no longer necessary since Perl Object bit | Nicholas Clark | 2008-01-05 | 1 | -3/+0 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 1 | -1/+3 |
* | Protect me (and my fellow muppets) from screens of "syntax errors" if | Nicholas Clark | 2008-01-05 | 1 | -0/+2 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -1/+0 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 1 | -0/+1 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+1 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -2/+3 |
* | 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 | -4/+0 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 1 | -1/+3 |
* | 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 | -3/+0 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -0/+5 |
* | Correct the embed.fnc descriptions of newAV() and newHV() - they do not | Nicholas Clark | 2007-12-20 | 1 | -2/+2 |
* | Similiarly Perl_newHV() can become a mathom by making newHV() a | Nicholas Clark | 2007-12-20 | 1 | -1/+1 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2007-12-20 | 1 | -1/+1 |
* | 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 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -1/+1 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -0/+1 |
* | Inline and eliminate S_incl_perldb(), as it's only called on one place. | Nicholas Clark | 2007-10-18 | 1 | -1/+0 |
* | Where possible, change gv_fetchfile() to gv_fetchfile_flags(), | Nicholas Clark | 2007-10-18 | 1 | -1/+1 |
* | Pass in explicit lengths for the key and type arguments to | Nicholas Clark | 2007-10-16 | 1 | -2/+4 |
* | If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to | Nicholas Clark | 2007-10-09 | 1 | -0/+2 |
* | Remove the strlen in doopen_pm() by passing in the length. (As we know | Nicholas Clark | 2007-10-09 | 1 | -2/+2 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-08 | 1 | -0/+1 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -1/+0 |
* | With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be | Nicholas Clark | 2007-10-05 | 1 | -1/+0 |
* | S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a | Nicholas Clark | 2007-10-04 | 1 | -1/+0 |
* | [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-10-03 | 1 | -2/+2 |
* | make PERL_SYS_INIT/INIT3/TERM into functions | Dave Mitchell | 2007-09-25 | 1 | -0/+4 |
* | fifth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 1 | -1/+0 |
* | Get mad compiling as C++. (At least for me) | Nicholas Clark | 2007-09-20 | 1 | -1/+2 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -7/+12 |
* | Switch Perl_hv_common() to returning void * rather than HE *. | Nicholas Clark | 2007-09-20 | 1 | -1/+1 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 1 | -4/+4 |
* | Make hv_fetch_common() non-static, and change its name to hv_common(), | Nicholas Clark | 2007-09-20 | 1 | -2/+3 |
* | Inline and abolish S_hv_magic_uvar_xkey(). | Nicholas Clark | 2007-09-19 | 1 | -4/+0 |