This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX: Check signal numbers against negatives.
[perl5.git] / embed.h
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David MitchellPUSHEVAL: make retop a parameter
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_return() use leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_leavesublv use S_leavesub_adjust_stacks()
2016-02-03 David Mitchellrename S_doeval() to S_doeval_compile()
2016-02-03 David Mitchellsimplify S_leave_common() and callers
2016-02-03 David Mitchellrename S_dopoptogiven() to S_dopoptogivenfor()
2016-02-03 David Mitchelladd Perl_clear_defarray()
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-08 Karl Williamsonregexec.c: Add a parameter to a static function
2015-12-18 Karl WilliamsonOptimize some qr/[...]/ classes
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-11-09 Tony Cookmake sv_ref() part of the API
2015-11-01 Jarkko HietaniemiWorkaround for perl #124212: these functions are not...
2015-10-11 Karl Williamsonregcomp.c: Fold only use of static function into its...
2015-10-11 Karl Williamsonregcomp.c: Split function into two functions
2015-09-29 Father ChrysostomosRemove find_rundefsv2
2015-09-08 Karl WilliamsonAdd code for debugging locale initialization
2015-08-24 Karl Williamsonregcomp.c: Add a parameter to static function
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Karl Williamsonembed.fnc: Change _warn_problematic_locale() function...
2015-02-26 Tony Cook[perl #123202] speed up scalar //g against tainted...
2015-02-20 Karl Williamsonpp_pack.c: Silence compiler warning
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: store the nan payload error in an optional SV
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
2015-02-09 Jarkko Hietaniemiinfnan: add grok_nan and grok_nan_payload
2015-02-09 Jarkko Hietaniemiinfnan: add nan_payload_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_is_signaling
2015-02-09 Jarkko Hietaniemiinfnan: add nan_signaling_set
2015-02-09 Jarkko Hietaniemiinfnan: add nan_hibyte
2015-02-01 Father ChrysostomosRemove context param from sv_get_backrefs
2015-01-28 Jarkko Hietaniemiinfnan: grok_infnan now needs context
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
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-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
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-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-29 syberspeedup for SUPER::method() calls.
2014-11-26 Karl WilliamsonMake is_invariant_string()
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 ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-08 Daniel Draganadd xs_handshake API
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-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 Ortonregcomp.c: Improve re debug output by showing buffer...
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
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-03 syberMake OP_METHOD* to be of new class METHOP
next