This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix up dtrace compile/link for Solaris
[perl5.git] / embed.fnc
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-18 Karl WilliamsonMake instr() a macro
2016-03-15 David Mitchellharmonize S_dump_exec_pos()'s last arg type
2016-03-13 Yves Ortonfixup definitions and usage of new re debugging subs
2016-03-13 Yves OrtonRework diagnostics in the regex engine
2016-03-06 Lukas Maimake building without memcpy work (RT #127619)
2016-03-06 Lukas Maiutil.c: make my_mem*/my_b* prototypes more like the...
2016-03-01 Karl Williamsonembed.fnc: Fcn should have been within an #ifdef
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-02-28 Karl Williamsonregcomp.c: Add new static inline convenience function
2016-02-28 Karl Williamsonregcomp.c: Change variable names, white-space
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-24 Karl Williamsonregcomp.c: Guard against corrupting inversion list SV
2016-02-19 Karl WilliamsonRevamp -Dr handling of /[...]/
2016-02-19 Karl WilliamsonAdd a parameter to a static function
2016-02-19 Karl WilliamsonChange private function to static
2016-02-19 Karl Williamsonregcomp.c, toke.c: swap functions being inline static
2016-02-19 Karl Williamsonperlapi: Hide the swash functions
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-11 Karl Williamsonregcomp.c: Extract duped code into one fcn
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-10 Karl Williamsonregcomp.c: Add code to compute edit distance (Damerau...
2016-02-03 David Mitchellmake gimme consistently U8
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 Mitchelladd SAVEt_TMPSFLOOR save type and Perl_savetmps()
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 WilliamsonUse lookup table for /\b{gcb}/ instead of switch stmt
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-15 David Mitchellembed.fnc: fix some back indentation
2016-01-08 Karl Williamsonregexec.c: Add a parameter to a static function
2015-12-22 Karl Williamsonregcomp.c: Make some params to a static fcn const
2015-12-22 Karl WilliamsonDeprecate to_utf8_case()
2015-12-18 Karl WilliamsonOptimize some qr/[...]/ classes
2015-12-17 Tony Cookdocument save_gp() and the GVf_INTRO flag
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-12-10 Karl Williamsonembed.fnc: White-space only
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-27 Jarkko HietaniemiReplace two ugly casts in reg_recode() calls.
2015-10-19 Karl Williamsonregexec.c: Change function return from I32 to bool
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-10-11 Karl Williamsonregcomp.c: refactor a static function
2015-10-08 Daniel Draganmake sv_backoff tailcall friendly
2015-09-29 Father ChrysostomosRemove find_rundefsv2
2015-09-16 Andy Broadamigaos4: move the amigaos exec code under amigaos4
2015-09-13 Karl Williamsonregcomp.c: Simplify some code
2015-09-08 Karl WilliamsonAdd code for debugging locale initialization
2015-09-08 Karl Williamsonembed.fnc: Add comment
2015-09-05 Andy Broadamigaos4: exec returns I32
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-08-03 Reini Urbanxs_boot_epilog (Xp): change ax from U32 to I32
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-05-05 David Mitchellnull ptr deref in Perl_cv_forget_slab
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellop_sibling_splice(): allow NULL parent arg
2015-04-18 David Mitchellfix some minor compiler warnings
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-18 Karl WilliamsonRemove PL_ prefix for recently added non-globals
2015-03-13 David MitchellPerl_multideref_stringify: don't SEGV on null cv
2015-03-11 David Mitchelldon't test non-null args
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-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...
next