This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
[perl5.git] / embed.fnc
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth_autoload to perlapi.pod
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth to perlapi
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Father ChrysostomosDocument gv_init*
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl Williamsonregcomp.c: Add invlist_invert_prop()
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-09 Zeframremove index offsetting ($[)
2011-09-05 Gerard GoossenMove non-constant folding parts of fold_constants into...
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Father ChrysostomosMove coresub op-creation from gv.c to op.c
2011-08-25 Father ChrysostomosAdd find_rundefsv2 function
2011-08-25 Gerard GoossenMove making inplace sort and reverse away from the...
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-08-14 Father ChrysostomosMake core_prototype provide the op number as well
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-08-08 Gerard GoossenMove aassign common var detection to a separate function.
2011-08-02 Father ChrysostomosRemove Perl_mod
2011-07-28 Gerard GoossenAdd finalize_optree function which can take over all...
2011-07-26 Father Chrysostomoscore_prototype: Remove special cases for lock and tie
2011-07-26 Father ChrysostomosAdd core_prototype; make pp_prototype use it
2011-07-24 Tony Cookexport the invlist functions that were causing the...
2011-07-24 Nicholas ClarkPerl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
2011-07-24 Nicholas Clarkdo_exec needs no compatibility version in mathoms.c...
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-15 Father ChrysostomosChange was_lvalue_sub back to X; spell out the only...
2011-07-14 Nicholas ClarkMake prototypes and declarations for Perl_pad_add_name_...
2011-07-13 Brian FraserAdded a flags parameter to pad_findlex.
2011-07-13 ZeframAPIify pad functions
2011-07-12 Craig A. BerryA not X for was_lvalue_sub in embed.fnc.
2011-07-11 Father ChrysostomosExport Perl_was_lvalue_sub
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-07-03 Karl WilliamsonRestrict some inversion list functions
2011-07-03 Karl WilliamsonAllow utf8.c to access 4 inversion list functions
2011-07-03 Karl WilliamsonChange 4 inversion list functions from S_ to Perl_
2011-07-03 Karl WilliamsonChange _invlist_invert() from being in-line
2011-07-03 Karl WilliamsonChange names of some inversion list functions
2011-07-03 Karl Williamsonembed.fnc: Move entries around
2011-07-03 Karl WilliamsonAdd 3 methods for inversion lists
2011-07-03 Karl WilliamsonAdd an element to inversion list data structure
2011-07-03 Karl WilliamsonAdd length element to inversion lists
2011-07-03 Karl WilliamsonAdd iterator for inversion lists
2011-07-03 Karl Williamsonregcomp.c: Rmv no longer called function
2011-07-03 Karl Williamsonregcomp.c: Remove no longer called function
2011-07-03 Karl Williamsonregcomp.c: Revise inversion list API
2011-07-03 Karl WilliamsonChange inversion lists to SVs
2011-06-25 Vincent PitFactor stack adjustments on leave in a new static function
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-05-27 Nicholas Clarkregcomp.c: Fix memory leak regression
2011-05-19 David Mitchelladd hfree_next_entry(), hv_free_ent_ret()
2011-05-18 Nicholas ClarkStore the compiled format in mg_ptr instead of after...
2011-05-18 Nicholas ClarkS_doparseform() should return void, not OP*, as it...
2011-05-03 Karl Williamsonutf8.c: Add _flags version of to_utf8_fold()
2011-05-03 Karl Williamsonembed.fnc: Allow NULL arg to to_utf8_case()
2011-03-20 Karl WilliamsonAdd depth parameter to reg_namedseq
2011-03-17 Karl Williamsonregcomp.c: Avoid locale in optimizer unless necessary
2011-03-17 Karl WilliamsonRevert "regcomp.c: Rmv unused parameter"
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl Williamsonregcomp.c: Rmv unused parameter
2011-03-09 Karl Williamsonregcomp.c: Merge identical functions
2011-03-05 Nicholas ClarkAvoid miniperl SEGVing when processing -I on the #...
2011-02-28 Karl Williamsonregcomp.c: Add parameters to fcns
2011-02-28 Karl Williamsonregcomp.c: Add fcn add_cp_to_invlist()
2011-02-28 Karl Williamsonregcomp.c: Factor code into a function.
2011-02-28 Karl Williamsonregcomp.c: accept NULL as inversion list param
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-14 Karl Williamsonexporting a static function doesnt work
2011-02-14 Karl WilliamsonfoldEQ_utf8: Add version with flags parameter
2011-02-14 Karl Williamsonregcomp.c: Put two static functions in embed.fnc
2011-02-10 Tony Cookexporting a static function doesn't work
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-02-10 Karl WilliamsonMove grok_bslash_c to dquote.c and make static
2011-02-10 Karl WilliamsonMove grok_blsash_o and make static
2011-02-07 Karl Williamsonregcomp: Add/subtract consts to match embed.fnc
2011-02-05 George GreerTwo more swash inversion list exports necessary for...
2011-02-05 Tony Cookexport the functions required by re
2011-02-02 Karl Williamson_swash_inversion_hash Rmv X from embed, add const
2011-02-02 Karl WilliamsonAdd initial inversion list object
2011-01-30 Karl Williamsonembed.fnc: Add E flag to regcurly entry
2011-01-29 Karl WilliamsonUse embed.pl inline capabilities for regcurly
2011-01-29 Karl Williamsonembed.fnc: Add inline function capability
2011-01-24 Nicholas ClarkBreak out the generated function Perl_keywords() into...
2011-01-11 Karl Williamsonembed.fnc: Silence 'no docs' message
2011-01-10 Karl WilliamsonAdd check_utf8_print()
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-05 Nicholas ClarkRename tied_handle_method() to tied_method(), and make...
2011-01-05 Nicholas ClarkThe mg parameter to S_tied_handle_method() can be const...
next