| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all the scope save functions of the form | Nicholas Clark | 2009-03-30 | 1 | -0/+38 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2009-03-29 | 1 | -5/+5 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2009-03-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2009-03-29 | 1 | -1/+1 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2009-03-25 | 1 | -0/+7 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2009-03-19 | 1 | -0/+123 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2009-03-05 | 1 | -0/+12 |
* | Similiarly Perl_newHV() can become a mathom by making newHV() a | Nicholas Clark | 2009-03-05 | 1 | -0/+10 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2009-03-05 | 1 | -1/+11 |
* | Perl_magic_setglob() is a mathom. | Nicholas Clark | 2009-03-05 | 1 | -0/+13 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2009-01-05 | 1 | -4/+6 |
* | Integrate: | Nicholas Clark | 2008-12-03 | 1 | -1/+7 |
* | Integrate: | Nicholas Clark | 2008-10-26 | 1 | -1/+1 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -0/+77 |
* | Casts needed in mathoms.c to make it compile with g++ after the | Steve Peters | 2007-09-20 | 1 | -2/+2 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 1 | -0/+28 |
* | Remove dead functions: | Nicholas Clark | 2007-09-17 | 1 | -59/+0 |
* | Remove dead code surrounded by #if 0 from mathoms.c | Nicholas Clark | 2007-09-17 | 1 | -20/+0 |
* | Un-mathom Perl_save_I16 | Jerry D. Hedden | 2007-04-23 | 1 | -10/+0 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -3/+1 |
* | pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a | Nicholas Clark | 2007-01-15 | 1 | -0/+5 |
* | Perl_save_destructor is not a mathom | Jerry D. Hedden | 2006-12-07 | 1 | -11/+0 |
* | save_I8 is not a mathom. | Rafael Garcia-Suarez | 2006-12-06 | 1 | -10/+0 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -1/+1 |
* | Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) | Jarkko Hietaniemi | 2006-08-17 | 1 | -35/+36 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -2/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -2/+2 |
* | Clean up mathoms.c | Andy Lester | 2006-07-03 | 1 | -6/+43 |
* | Perl_pack_cat() is a mathom too! | Nicholas Clark | 2006-04-30 | 1 | -0/+18 |
* | Perl_unpack_str() is a mathom! | Nicholas Clark | 2006-04-24 | 1 | -0/+20 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -0/+5 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -0/+31 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+2 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | All the trancendental unary operators can be merged into PP_sin | Nicholas Clark | 2006-02-07 | 1 | -0/+20 |
* | pp_pop can be implemented by pp_shift. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | Merge pp_index and pp_rindex - we have another mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, | Nicholas Clark | 2006-02-06 | 1 | -0/+75 |
* | Silence a warning about "statement not reached" from the Sun C compiler. | Nicholas Clark | 2006-02-03 | 1 | -2/+3 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -2/+2 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -2/+0 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+5 |
* | mathoms prototypes aren't prototypes | Andy Lester | 2005-11-12 | 1 | -1/+1 |
* | Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used | Nicholas Clark | 2005-11-07 | 1 | -0/+15 |
* | The rarely used lcfirst and ucfirst share almost all their code. | Nicholas Clark | 2005-11-07 | 1 | -0/+5 |