This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
refactor Perl_sv_add_backref
[perl5.git] / embed.fnc
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...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-02-08 Jan DuboisIn embed.fnc the 'E' flag should imply 'X', but doesn't.
2010-02-07 David Mitchellexpand flag descriptions in in embed.fnc
2010-02-07 David Mitchellalphabetically sort flag descriptions in embed.fnc
2010-01-15 Rafael Garcia-SuarezQualify pointer arguments of prescan_version in embed.fnc
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-12-13 Rafael Garcia-SuarezMake new is_utf8_X_* functions public
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-24 Jim Cromiecleanup get_arena param-names, mark as May-Change
2009-11-23 Nicholas ClarkMove change c35076938c7236fb into embed.fnc, from the...
2009-11-20 Nicholas ClarkSynchronise "may change"/"experimental" flags between...
2009-11-17 Nicholas ClarkCorrect the flags for 3 functions that don't actually...
2009-11-15 Zeframlexer API
2009-11-15 Nicholas ClarkChange S_pad_check_dup()'s arguments from char*/STRLEN...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas ClarkRefactor common code paths from Perl_pad_add_name(...
2009-11-10 Vincent PitFactor the "is this an in-place array operator construc...
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-08 ZeframBareword sub lookups
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-06 Steve HayPartially fix Win32 link following commit 88e1f1a
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-11-01 Gerard GoossenUse of SV* instead of message, msglen, utf8 to contain...
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-21 Nicholas ClarkRemove the PERLIO * argument to S_filter_gets(), as...
2009-10-20 Nicholas ClarkPull out filter setup code from S_swallow_bom() into...
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-18 Nicholas ClarkMerge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas ClarkGenerate prototypes for utf16_textfilter and utf16rev_t...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Nicholas ClarkMigrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas ClarkReplace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas ClarkMove the code related to deprecate("comma-less variable...
2009-10-13 Nicholas ClarkUse deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clarkdeprecate_old() is not public, and only used within...
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-09-14 Nicholas ClarkFix the build for -Dmad - f0e3f042f14b829f missed a...
2009-09-13 Rafael Garcia-SuarezRemove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-30 Chip Salzenbergfinish implementing -DB vs. -Dx
2009-08-27 Vincent PitSpeed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pitdelimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
next