This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$name =~ /Phill?ipp?e?/ && $name eq "Philippe" # FAIL
[perl5.git] / embed.h
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
2008-12-01 Nicholas ClarkConvention seems to be that static definitions are...
2008-12-01 Jerry D. HeddenEliminate setenv_getix()
2008-12-01 Nicholas ClarkAdd S_save_pushptri32ptr() and use it to re-implement...
2008-12-01 Nicholas ClarkMove the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas ClarkExpose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Nicholas ClarkExpose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-27 Nicholas Clarkav_fake() isn't in the public API, and isn't used anywh...
2008-11-26 Nicholas Clarkywarn() is actually only used inside toke.c, so it...
2008-11-26 Nicholas Clarksetenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas Clarksv_add_arena() is now only called from sv.c, so it...
2008-11-26 Nicholas ClarkPerl_oopsCV() is not part of the public API, not used...
2008-11-26 Nicholas Clarkrxres_free() and rxres_restore() are only used in pp_ct...
2008-11-26 Nicholas Clarkpmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clarkpidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas ClarkMerge S_is_gv_magical() into Perl_is_gv_magical_sv().
2008-11-26 Nicholas Clarkpad_reset() is only used in pad.c, so can be static.
2008-11-26 Nicholas ClarkExactly 1 function, in perl.c, calls Perl_magicname...
2008-11-26 Nicholas Clarkis_gv_magical() is only called from within gv.c.
2008-11-26 Nicholas Clarkingroup() is only used in doio.c.
2008-11-26 Nicholas Clarkforce_list(), fold_constants() and gen_constant_list...
2008-11-26 Nicholas Clarkvdie() isn't used anywhere aside from util.c, so it...
2008-11-26 Nicholas ClarkPerl_cv_ckproto() is not part of the public API, and...
2008-11-26 Nicholas Clarklistkids() can be static in op.c
2008-11-26 Nicholas ClarkFollowing on from change 34918, scalarkids() and scalar...
2008-11-26 Nicholas Clark"If it's not private, it's public somehow." states...
next