This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SV-based interfaces for dieing and warning
[perl5.git] / embed.fnc
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...
2009-08-26 Vincent PitDon't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Rafael Garcia-SuarezUse less constness in MAD code
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-13 Vincent PitPerl_die_nocontext() is also called with NULL from...
2009-08-08 Nicholas ClarkMerge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-06 Rafael Garcia-SuarezMake gv_IOadd accept a NULL argument
2009-07-29 Vincent PitMerge branch 'deletelocal' into blead
2009-07-27 Rafael Garcia-SuarezAdd support for new flag D in embed.fnc (deprecated)
2009-07-27 Rafael Garcia-SuarezMake cxinc member of the public API
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-25 Vincent PitIntroduce "delete local"
2009-07-25 Vincent PitIntroduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent PitIntroduce save_aelem_flags()
2009-07-08 Rafael Garcia-SuarezModify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia-SuarezAdd a parameter "destructing" to Gv_AMupdate()
2009-06-22 Nicholas ClarkInstead of a const char *, pass a HEK * to anonymise_cv().
2009-06-21 Jim Cromieinvert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-06-21 Ben MorrowWhen a glob is deleted, mark its sub as ANON.
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-05-21 Nicholas ClarkMerge Perl_magic_setisa() and Perl_magic_clearisa(...
2009-05-20 Nicholas ClarkMerge the bulk of Perl_magic_clearsig() into Perl_magic...
2009-05-18 Nicholas ClarkAdd S_sv_dup_inc_multiple(), used in place of loops...
2009-05-12 Nicholas ClarkInline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-29 Nicholas ClarkIn Perl_newCONSTSUB(), sv should not be NULL.
2009-03-28 Nicholas ClarkIn Perl_sv_setsv_cow(), dstr can be NULL.
2009-02-22 Nicholas ClarkFor S_incpush(), dir is never NULL, and len is always...
2009-02-22 Nicholas ClarkOptimise S_incpush() by avoiding repeatedly copying...
2009-02-22 Nicholas ClarkUnwind the implicit loop in S_init_perllib(), by writin...
2009-02-17 Nicholas ClarkPass the length of the string to S_incpush_use_sep...
2009-02-15 Nicholas ClarkEnsure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas ClarkLoop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas ClarkRefactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas ClarkRefactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas ClarkFor -I, need to also unshift version and architecture...
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2009-01-03 Nicholas ClarkChanging get_isa_hash() to static means that it needs...
2009-01-03 Nicholas Clarkget_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
next