This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lint perldelta links
[perl5.git] / embed.fnc
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-13 Father Chrysostomos[perl #78362] Make mro_package_moved check for recursion
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-11 Father ChrysostomosAllow mro_isa_changed_in to be called on nonexistent...
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-10 David Mitchellmake sv_clear() iterate over AVs
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-10-09 Nicholas ClarkCreate populate_isa() to de-duplicate logic to populate...
2010-10-09 Nicholas ClarkRemove now-unused parameters from S_gv_magicalize_isa().
2010-10-08 Nicholas ClarkConvert the implementation of XS_APIVERSION_BOOTCHECK...
2010-10-08 Nicholas Clarkxs_version_bootcheck() is an implementation detail...
2010-10-08 David GoldenChange vverify() to return HV or NULL (RT#78286)
2010-10-07 Nicholas ClarkConvert the implementation of XS_VERSION_BOOTCHECK...
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-04 Zeframadd stray save_* functions to the API
2010-09-29 Nicholas ClarkChange embed.fnc's vi modeline comment from /* */ to :
2010-09-29 Nicholas ClarkRemove the {START,END}_EXTERN_C macros from within...
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-27 Andy DoughertyRemove empty preprocessor directive in embed.fnc
2010-09-27 Nicholas ClarkMove OP prototypes from pp_proto.h to proto.h
2010-09-27 Nicholas ClarkMove the generation of {START,END}_EXTERN_C from embed...
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-22 Nicholas ClarkProgrammatically generate the compatibility macros...
2010-09-18 Steve HaySilence compiler warnings
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-08 Nicholas ClarkRemove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch...
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-08 Florian RagwitzMove magicalize_{isa,overload} out into functions
2010-09-07 Ben MorrowAPI functions for accessing the runtime hinthash.
2010-09-06 Zeframfunction interface to parse Perl statement
2010-09-02 Nicholas ClarkChange the first argument of Perl_fetch_cop_label(...
2010-09-01 Nicholas ClarkRefactor Perl_store_cop_label() to avoid exposing struc...
2010-08-29 Yves Ortonadd sv_reftype_len() and make sv_reftype() be a wrapper...
2010-08-26 Zeframmake recursive part of peephole optimiser hookable
2010-08-25 karl williamson... Mark regcurly as experimental
2010-08-23 Zeframdocument several optree construction functions
2010-08-20 Nicholas ClarkMove the declaration for more_bodies outside of an...
2010-08-20 Nicholas ClarkExpose more_bodies(), and use it to replace S_more_he().
2010-08-20 Nicholas ClarkIn sv.c, pass in values to S_more_bodies, instead of...
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-01 David Mitchelloptimise single backreferences
2010-07-29 David MitchellRevert "process xhv_backreferences early in S_hfreeentries"
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-27 Karl Williamsonembed.fnc: correct comments
2010-07-27 Karl WilliamsonMark grok_bslash functions as intfce changeable
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-21 Nicholas ClarkFix error in 5b235299a82969c3, which gcc didn't spot...
2010-07-21 Nicholas ClarkAdd Perl_init_dbargs(), to set up @DB::args without...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-14 David Mitchellprocess xhv_backreferences early in S_hfreeentries
2010-07-12 Nicholas ClarkCreate S_assert_uft8_cache_coherent() with one copy...
2010-07-12 Nicholas ClarkS_sv_pos_u2b_cached now updates the UTF-8 length cache...
2010-07-12 Nicholas ClarkBreak S_utf8_mg_len_cache_update() out from Perl_sv_len...
2010-07-12 Ben MorrowDocument the blockhook functions and macros.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-11 Nicholas ClarkAvoid UTF-8 cache panics with offsets beyond the string...
2010-07-11 Nicholas ClarkIn S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b...
2010-07-07 Jan DuboisGet rid of PERL_DECL_PROT
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-13 Nicholas ClarkMerge flags and argc parameters to S_tied_handle_method().
2010-06-13 Nicholas ClarkIn S_tied_handle_method() default to mortalizing extra...
2010-06-13 Nicholas ClarkAdd a gimme parameter to S_tied_handle_method().
2010-06-13 Nicholas ClarkChange S_tied_handle_method() to varargs to allow extra...
2010-06-13 Nicholas ClarkMerge simple tied handle method calls into S_tied_handl...
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2010-06-03 Vincent PitDeprecate find_rundefsvoffset()
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-05-24 Nicholas ClarkConvert PAD_DUP to a function Perl_padlist_dup().
2010-05-24 Nicholas ClarkWhen deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-21 Nicholas ClarkMake HvFILL() count the allocated buckets, instead...
2010-05-21 David Mitchellmake overload respect get magic
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-04 Rafael Garcia-SuarezFix parameter name for die_unwind() in embed.fnc
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-29 Nicholas ClarkDeprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-26 Nicholas ClarkConvert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas ClarkFor Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-25 Nicholas ClarkChange the flags argument to magic_methcall/magic_methc...
2010-04-24 David Mitchelladd Perl_magic_methcall
2010-04-23 Robin Barkerconsting in lex_stuff_pvn
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-03-11 David Mitchellremove gv_try_downgrade from the public API
2010-02-20 Karl WilliamsonAdd X flag to embed.fnc entries.
2010-02-20 Karl WilliamsonMove some fncs from Public to extensions visible
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-14 Nicholas ClarkConvert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
next