summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-0/+2
* Merge gv_IOadd() into gv_add_by_type().Nicholas Clark2009-08-081-6/+6
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-0/+7
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-0/+26
* Avoid warnings from exacting C compilers when -DNO_MATHOMS is in force.Nicholas Clark2008-12-021-1/+7
* Convert all the scope save functions of the formNicholas Clark2008-11-301-0/+38
* av_fake() isn't in the public API, and isn't used anywhere, so it canNicholas Clark2008-11-271-23/+0
* Perl_oopsCV() is not part of the public API, not used anywhere, so canNicholas Clark2008-11-261-11/+0
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-261-8/+0
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-4/+6
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-5/+5
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-1/+1
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-0/+8
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+123
* As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API,Nicholas Clark2007-12-311-12/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-0/+12
* For 5.12 we can simply exterminate! the private functionNicholas Clark2007-12-211-10/+0
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2007-12-201-0/+10
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-1/+11
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-201-0/+13
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-0/+77
* Casts needed in mathoms.c to make it compile with g++ after theSteve Peters2007-09-201-2/+2
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-201-0/+28
* Remove dead functions:Nicholas Clark2007-09-171-59/+0
* Remove dead code surrounded by #if 0 from mathoms.cNicholas Clark2007-09-171-20/+0
* Un-mathom Perl_save_I16Jerry D. Hedden2007-04-231-10/+0
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-3/+1
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-151-0/+5
* Perl_save_destructor is not a mathomJerry D. Hedden2006-12-071-11/+0
* save_I8 is not a mathom.Rafael Garcia-Suarez2006-12-061-10/+0
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-1/+1
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-35/+36
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-2/+2
* Clean up mathoms.cAndy Lester2006-07-031-6/+43
* Perl_pack_cat() is a mathom too!Nicholas Clark2006-04-301-0/+18
* Perl_unpack_str() is a mathom!Nicholas Clark2006-04-241-0/+20
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-0/+5
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-0/+31
* unused context warningsAndy Lester2006-02-241-0/+2
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-0/+5
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-071-0/+20
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-071-0/+5
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-071-0/+5
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-071-0/+5
* Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,Nicholas Clark2006-02-061-0/+75
* Silence a warning about "statement not reached" from the Sun C compiler.Nicholas Clark2006-02-031-2/+3