This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Slight refactor.
[perl5.git] / mathoms.c
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2016-12-24 Karl Williamsonregcomp.c, mathoms.c: Convert to use preferred macro
2016-12-05 Andy LesterClean up warnings uncovered by 'clang -Weverything'.
2016-09-18 Karl Williamsoninline.h: Add 'const's; avoid hiding outer variable
2016-08-12 Father Chrysostomosmathoms.c: Restore previous behaviour of sv_copypv
2016-07-28 Father ChrysostomosUnmathomize save_iv
2016-05-24 Karl Williamsonmv function from locale.c to mathoms.c
2016-05-24 Karl Williamsonmathoms.c: Remove obsolete text
2016-05-23 David Mitchellmathoms.c: consolidate comments
2016-05-23 David Mitchellmathoms.c: add explanation why fns must be kept
2016-05-18 Karl Williamsonmathoms.c: Add instructions for moving code here
2016-05-13 Karl Williamsonmathoms.c: Remove special casing from instr()
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
2016-05-13 Karl Williamsonmathoms.c: Fix prototype
2016-05-09 Craig A. BerryFinish mathomizing Perl_instr.
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-01 Karl Williamsonperlapi: Use C<> instead of I<> for parameter names...
2015-03-30 David MitchellRevert "Mathomise save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-27 Steve HayRemove out-dated comment from mathoms.c
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2014-12-14 Aaron Cranemakedef.pl: don't hard-code list of mathoms
2014-11-30 Daniel Draganfix incomplete mathoming of Perl_pad_compname_type
2014-11-30 Father ChrysostomosMathomise pad_compname_type
2014-09-13 Father ChrysostomosMathomise save_re_context
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-05-31 Karl WilliamsonMove some deprecated utf8-handling functions to mathoms
2014-05-29 Jarkko Hietaniemiadd va_end() calls where missing for a va_start() or...
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-06 Karl Williamsonutf8.c: Move a bunch of deprecated fcns to mathoms.c
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-11-28 Daniel Draganremove almost unreachable NULL sv arg code from sv_2...
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-09-05 Karl WilliamsonMove functions prematurely placed into mathoms back...
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonutf8.c: Stop using two functions
2013-08-29 Karl WilliamsonDeprecate NATIVE_TO_NEED and ASCII_TO_NEED
2012-11-28 Karl Williamsonembed.fnc, mathoms.c: Add comments
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-07 Craig A. BerryPerl_sv_mortalcopy expects a return value.
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
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:
next