summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-0/+6
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-301-0/+34
* save_hints is a mathom.Nicholas Clark2005-10-301-0/+7
* init_i18nl14n is a mathom.Nicholas Clark2005-10-301-0/+7
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-0/+16
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-0/+6
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-0/+14
* I think we have a winner. do_pipe hasn't been called since 4.036.Nicholas Clark2005-10-301-0/+46
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-0/+8
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-0/+8
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-1/+8
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-0/+28
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-0/+48
* All the private implementations of @foo for compilers that can't doNicholas Clark2005-10-291-0/+133
* sv_utf8_upgrade declares itself to be a mathom, so off it goes.Nicholas Clark2005-10-291-0/+10
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-0/+15
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-0/+17
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-0/+13
* Additional mathoms from doio.cSteve Peters2005-10-291-0/+26
* Coverage stats say av_fake() is a mathom too.Steve Peters2005-10-291-0/+22
* gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.Nicholas Clark2005-10-291-0/+12
* gv_fullname and gv_efullname are definately mathoms.Nicholas Clark2005-10-291-2/+16
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-0/+302