This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlhacktips: PERL_DEBUG_READONLY_OPS update
[perl5.git] / mathoms.c
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Craig A. BerryUse the (START|END)_EXTERN_C macros.
2012-05-24 Craig A. BerryUnmangle mathoms under C++.
2012-01-19 Steffen SchwigonBump several file copyright dates
2012-01-08 Karl Williamsonneed backwards-compatile to_utf8_foo()
2011-07-24 Nicholas Clarkdo_exec needs no compatibility version in mathoms.c...
2011-07-16 Father ChrysostomosMore apidoc entries need \n\n before =cut
2011-05-18 Karl Williamsonmathoms.c: pod: fix broken link
2011-03-28 David LeadbeaterProtect sv_collxfrm in mathoms.c with a USE_LOCALE_COLL...
2011-01-09 Nicholas ClarkReplace OP stubs in mathoms.c with #define aliases...
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-11-17 Nicholas ClarkConvert newSUB() to a macro wrapping Perl_newATTRSUB()
2010-11-15 Ben MorrowDocument the new custom op functions.
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-12 Father Chrysostomosmro_isa_changed_in3 is no longer necessary
2010-10-12 Tony CookANSI C-ify the Perl_mro_isa_changed_in return mathoms.c
2010-10-11 Nicholas ClarkCorrect prototype of mathom Perl_mro_isa_changed_in...
2010-10-11 Father ChrysostomosAllow mro_isa_changed_in to be called on nonexistent...
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-27 Nicholas ClarkReturn DIE(...) to *return*ing Perl_die(...).
2010-05-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-08-08 Nicholas ClarkMerge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2008-12-02 Nicholas ClarkAvoid warnings from exacting C compilers when -DNO_MATH...
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-27 Nicholas Clarkav_fake() isn't in the public API, and isn't used anywh...
2008-11-26 Nicholas ClarkPerl_oopsCV() is not part of the public API, not used...
2008-11-26 Nicholas ClarkPerl_cv_ckproto() is not part of the public API, and...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2007-12-31 Nicholas ClarkAs Perl_magic_setbm() and Perl_magic_setfm() aren't...
2007-12-31 Nicholas ClarkPerl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-21 Nicholas ClarkFor 5.12 we can simply exterminate! the private function
2007-12-20 Nicholas ClarkSimiliarly Perl_newHV() can become a mathom by making...
2007-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-12-20 Nicholas ClarkPerl_magic_setglob() is a mathom.
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-09-20 Steve PetersCasts needed in mathoms.c to make it compile with g...
2007-09-20 Nicholas ClarkConvert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent...
2007-09-17 Nicholas ClarkRemove dead functions:
2007-09-17 Nicholas ClarkRemove dead code surrounded by #if 0 from mathoms.c
2007-04-23 Jerry D. HeddenUn-mathom Perl_save_I16
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...
next