This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
[perl5.git] / mathoms.c
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2006-12-07 Jerry D. HeddenPerl_save_destructor is not a mathom
2006-12-06 Rafael Garcia-Suarezsave_I8 is not a mathom.
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-03 Andy LesterClean up mathoms.c
2006-04-30 Nicholas ClarkPerl_pack_cat() is a mathom too!
2006-04-24 Nicholas ClarkPerl_unpack_str() is a mathom!
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-16 Nicholas ClarkMerge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-02-24 Andy Lesterunused context warnings
2006-02-07 Nicholas ClarkMerging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Nicholas ClarkAll the trancendental unary operators can be merged...
2006-02-07 Nicholas Clarkpp_pop can be implemented by pp_shift.
2006-02-07 Nicholas Clarkpp_hex can be implemented trivially by pp_oct, making...
2006-02-07 Nicholas ClarkMerge pp_index and pp_rindex - we have another mathom.
2006-02-06 Nicholas ClarkMove Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_...
2006-02-03 Nicholas ClarkSilence a warning about "statement not reached" from...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-29 Nicholas ClarkAvoid using space to create 2 functions just to force...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-11-12 Andy Lestermathoms prototypes aren't prototypes
2005-11-07 Nicholas ClarkMerge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
2005-11-07 Nicholas ClarkThe rarely used lcfirst and ucfirst share almost all...
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Steve Peterss/pp_dor/pp_defined/
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-11-04 Nicholas Clarkpp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas ClarkThe remaining special logic in pp_syswrite can be moved...
2005-11-04 Gisle AasRe: Configure -Dno_mathoms
2005-11-04 Nicholas ClarkMerge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas Clarkftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-03 Nicholas ClarkPerl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-02 Nicholas Clarkunlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas ClarkMove ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas ClarkMerge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas ClarkCorrect error in 25958 for threaded builds.
2005-11-02 Nicholas ClarkMerge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-31 Nicholas Clarkuvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
2005-10-31 Steve Petersperlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-30 Nicholas ClarkGiven that sv_nosharing performs the same function...
2005-10-30 Nicholas ClarkReplace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas ClarkReplace is_utf8_string_loc() with a macro that passes...
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-30 Nicholas Clarksave_hints is a mathom.
2005-10-30 Nicholas Clarkinit_i18nl14n is a mathom.
2005-10-30 Nicholas ClarkReplace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas ClarkReplace hv_iternext() with a macro that calls hv_iterne...
2005-10-30 Nicholas ClarkReplace gv_fetchmethod() with a macro to call gv_fetchm...
2005-10-30 Nicholas ClarkI think we have a winner. do_pipe hasn't been called...
2005-10-30 Nicholas ClarkReplace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas ClarkReplace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas ClarkReplace do_open() with a macro to call do_openn() with...
2005-10-29 Nicholas ClarkReplace sv_catsv_mg and sv_catpvn_mg, and move the...
2005-10-29 Nicholas Clarksv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
2005-10-29 Nicholas ClarkAll the private implementations of @foo for compilers...
2005-10-29 Nicholas Clarksv_utf8_upgrade declares itself to be a mathom, so...
2005-10-29 Nicholas ClarkReplace sv_force_normal with a macro that calls sv_forc...
2005-10-29 Nicholas ClarkReplace sv_unref with a macro that calls sv_unref_flags
2005-10-29 Nicholas Clarksv_taint() can easily be replaced by a macro.
2005-10-29 Steve PetersAdditional mathoms from doio.c
2005-10-29 Steve PetersCoverage stats say av_fake() is a mathom too.
2005-10-29 Nicholas Clarkgv_fullname3 and gv_efullname3 are definately mathoms...
2005-10-29 Nicholas Clarkgv_fullname and gv_efullname are definately mathoms.
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...