This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
loc_tools.pl: do a 'require' before module's function call
[perl5.git] / embed.fnc
2015-02-01 Father ChrysostomosRemove context param from sv_get_backrefs
2015-01-28 Jarkko Hietaniemiinfnan: grok_infnan now needs context
2015-01-28 Steve HayCorrection to 0563a5d0db
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2015-01-27 Steve HayFunctions marked 'b' in embed.fnc MUST be implemented...
2015-01-22 Karl WilliamsonMove inline fcn to #included file
2015-01-20 Karl Williamsonregcomp.c: Move #define, make a function always compiled
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-13 Karl WilliamsonMove unlikely executed macro to function
2015-01-13 Karl Williamsonregcomp.c: Add 'strict' parameter to S_regclass()
2015-01-12 Daniel Draganrefactor op.c S_bad_type_*v
2015-01-09 Father ChrysostomosSimplify s/// and tr/// parsing logic
2015-01-06 Karl Williamsonregcomp.c: Rmv no-longer-used macro and function
2015-01-06 Father Chrysostomospad.c: Remove unused context params
2015-01-06 Daniel Draganrefactor gv_add_by_type
2014-12-29 Karl Williamsonutf8.c: Use OP_DESC instead of passing string.
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
2014-12-21 Yves Ortonadd hv_backreferences_p() to embed.fnc
2014-12-11 Hugo van der Sandenmake the EXACTF_invlist only when SCF_DO_STCLASS
2014-12-10 Jarkko Hietaniemistdize_locale not used in POSIX.
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-12-09 David Mitchellmake xs_version_bootcheck() appear only in util.c
2014-12-08 Daniel Draganmake xs_version_bootcheck a static func since not used...
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-07 sybergv_fetchmeth_sv now supports SV shared hashes
2014-12-06 Jarkko HietaniemiFollowup 3f39ca90: those functions need no prototypes...
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father ChrysostomosMathomise pad_compname_type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in the source
2014-11-30 Father ChrysostomosFix newRV_noinc assertions
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-26 Karl WilliamsonMake is_invariant_string()
2014-11-26 Karl WilliamsonMark is_ascii_string() as requiring looking at return...
2014-11-21 Father ChrysostomosRemove context param from set_padlist
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-16 Daniel Draganreadd noreturn and silence "noreturn that returns"...
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-13 Father ChrysostomosMake op.c:op_const_sv static
2014-11-13 Father ChrysostomosInline op_const_sv into cv_clone
2014-11-13 Father ChrysostomosMake sub () { 0; 3 } inlinable once more
2014-11-13 Father ChrysostomosFirst arg to op_const_sv is never null
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-10 Father ChrysostomosFix $lex = chomp $lex regression from 5.12
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Dragansimplify Perl_xs_apiversion_bootcheck
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-27 David Mitchellsilence new compiler warning
2014-10-26 Lukas Mairename convert to op_convert_list and APIfy
2014-10-25 Lukas MaiAPIfy block_start/block_end/intro_my
2014-10-25 Lukas MaiAPIfy newDEFSVOP
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-19 Yves Ortondump.c: Add PERL_PV_PRETTY_EXACTSIZE option
2014-10-19 Yves Ortonregcomp.c: Improve re debug output by showing buffer...
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-06 Daniel Dragansilence some compiler warnings on VC6
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl Williamsonregcomp.c: Add a function and use it
2014-09-29 Karl Williamsonregcomp.c: Extract duplicated code to fcn
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-24 Father Chrysostomosembed.fnc: cv_name is documented
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Father ChrysostomosRename S_adjust_stack_on_leave
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father ChrysostomosRemove no-longer-used op.c:S_gv_ename
2014-09-15 Father ChrysostomosInline op.c:too_many_arguments_sv into its only caller
2014-09-15 Father ChrysostomosInline op.c:too_few_arguments_sv into its only caller
2014-09-15 Father ChrysostomosAdd cv_set_call_checker_flags
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-09-15 Father Chrysostomoscv_name
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Extract out functionality into a function
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl Williamsonregcomp.c: Extract functionality into a static function
2014-09-04 Father ChrysostomosAvoid duplicate GV lookup for barewords
2014-09-03 Karl WilliamsonFix -Dr output to work for larger ANYOF node size
2014-09-01 syberintroduce gv_stashsvpvn_cached()
2014-09-01 Yves OrtonRename S_stashpvn to S_gv_stashpvn_internal and add...
2014-09-01 David Mitchellembed.fnc: fix comment
2014-08-27 Jarkko HietaniemiDe-prefix Perl_isinfnan.
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-08-25 Karl Williamsonregcomp.c: Add 'const' to parameter
2014-08-25 Karl Williamsonembed.fnc: Clarify m flag behavior comment
2014-08-21 Karl WilliamsonAvoid redundant text -in -Dr output
2014-08-21 Karl Williamsonregex: Use #define for number of bits in ANYOF
2014-08-20 Jarkko HietaniemiSeparate grok_infnan() from grok_number().
next