regcomp.c: Prevent integer overflow from nested regex quantifiers.
[platform/upstream/perl.git] / mathoms.c
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.8 49/136049/1
2017-06-28 DongHun KwakImported Upstream version 5.25.5 46/136046/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.25.2 43/136043/1
2017-06-28 DongHun KwakImported Upstream version 5.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
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-12-02 Steve HayMerge branch 'dirnames' into blead
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 WilliamsonMerge branch 'ebcdic' into blead
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-30 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
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-06-04 Steve PetersMerge branch 'post-5.16' into blead
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...
2011-01-03 brian d foyMerge branch 'briandfoy/perlfaq' into blead
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-28 brian d foyMerge branch 'briandfoy/pos' into blead
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-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-07 Steve HayMerge commit 'origin/blead' into blead
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-08-25 Rafael Garcia-SuarezMerge branch 'blead' into dual/Safe
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...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
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...
next