Fix nit in pod nit fix
[p5sagit/p5-mst-13.2.git] / mathoms.c
2005-10-31 Nicholas Clark All the ops that are simply C<return some_other_op...
2005-10-31 Nicholas Clark uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
2005-10-31 Steve Peters perlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-30 Nicholas Clark Given that sv_nosharing performs the same function...
2005-10-30 Nicholas Clark Replace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas Clark Replace is_utf8_string_loc() with a macro that passes...
2005-10-30 Nicholas Clark Functions that die aren't exactly well used code.
2005-10-30 Nicholas Clark save_hints is a mathom.
2005-10-30 Nicholas Clark init_i18nl14n is a mathom.
2005-10-30 Nicholas Clark Replace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas Clark Replace hv_iternext() with a macro that calls hv_iterne...
2005-10-30 Nicholas Clark Replace gv_fetchmethod() with a macro to call gv_fetchm...
2005-10-30 Nicholas Clark I think we have a winner. do_pipe hasn't been called...
2005-10-30 Nicholas Clark Replace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas Clark Replace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas Clark Replace do_open() with a macro to call do_openn() with...
2005-10-29 Nicholas Clark Replace sv_catsv_mg and sv_catpvn_mg, and move the...
2005-10-29 Nicholas Clark sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
2005-10-29 Nicholas Clark All the private implementations of @foo for compilers...
2005-10-29 Nicholas Clark sv_utf8_upgrade declares itself to be a mathom, so...
2005-10-29 Nicholas Clark Replace sv_force_normal with a macro that calls sv_forc...
2005-10-29 Nicholas Clark Replace sv_unref with a macro that calls sv_unref_flags
2005-10-29 Nicholas Clark sv_taint() can easily be replaced by a macro.
2005-10-29 Steve Peters Additional mathoms from doio.c
2005-10-29 Steve Peters Coverage stats say av_fake() is a mathom too.
2005-10-29 Nicholas Clark gv_fullname3 and gv_efullname3 are definately mathoms...
2005-10-29 Nicholas Clark gv_fullname and gv_efullname are definately mathoms.
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...