This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests for \400 for "" strings, s//replacement/
[perl5.git] / embed.h
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 ClarkBreak S_utf8_mg_len_cache_update() out from Perl_sv_len...
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
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 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 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 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-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Nicholas ClarkConvert Perl_magic_methcall() to varargs.
2010-04-26 Rafael Garcia-Suarezregen header after last patches
2010-04-24 David Mitchelladd Perl_magic_methcall
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 Steve HayRegen headers after previous patches
2010-02-19 Rafael Garcia-SuarezRegen headers after previous patches
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-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-23 Nicholas ClarkMove change c35076938c7236fb into embed.fnc, from the...
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_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 Steve HayPartially fix Win32 link following commit 88e1f1a
2009-11-05 Jesse Vincentregen generated files changed by the previous patch...
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-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
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-07-29 Vincent PitMerge branch 'deletelocal' into blead
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-SuarezAdd a parameter "destructing" to Gv_AMupdate()
2009-06-21 Rafael Garcia-SuarezRegenerate headers
2009-06-21 Rafael Garcia-SuarezRegenerate headers and fix compilation with threads...
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
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-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 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-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas ClarkExplictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-26 Rafael Garcia-SuarezBetter fix for bug #6665
next