This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix some nits in release_managers_guide.pod
[perl5.git] / embed.h
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...
2008-11-26 Nicholas ClarkReplace Perl_my() with a small shell script. er. macro.
2008-11-24 Nicholas ClarkPromote Perl_setdefout() to the public API.
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-10-25 Nicholas ClarkUpdate copyright year in embed.pl, and everything that...
2008-10-24 Marcus Holland-MoritzRun 'make regen' for #34567 and #34568.
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-11 Nicholas ClarkS_isa_lookup() no longer recurses (as of Brandon's...
2008-05-21 Nicholas ClarkAdd Perl_croak_xs_usage(), which reduces a lot of expli...
2008-04-30 Vincent PitDouble magic/warnings with binmode $fh, undef
2008-04-17 Nicholas Clark/* This code tries to figure out just what went wrong...
2008-04-14 Nicholas ClarkPerl_store_cop_label() isn't meant to be part of the...
2008-04-07 Nicholas ClarkSplit out S_refcounted_he_new_common() from
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-03-31 Vincent PitDouble magic with substr
2008-02-27 Nicholas ClarkAdd Perl_malloc_good_size to malloc.c. (A routine that...
2008-02-25 Rafael Garcia-SuarezRegenerate embed.h
2008-02-22 Nicholas ClarkUpdate to embed.h somehow missed from change 33343.
2008-02-22 Nicholas ClarkMissed a file from regen.pl
2008-02-20 Nicholas ClarkEliminate ck_lengthconst.
2008-02-11 Nicholas ClarkPerl_ck_retarget() doesn't even exist, so little point...
2008-01-28 Gerard Goossenalso report forced tokens when using -DT
2008-01-26 Nicholas ClarkInvestigation reveals that the work of restoring the...
2008-01-26 Nicholas ClarkChange 33072 missed embed.h. I wasn't aware that it...
2008-01-18 Nicholas ClarkAvoid an unused argument in S_sv_2iuv_non_preserve...
2008-01-18 Nicholas ClarkEliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-11 Nicholas ClarkRemove C variables (and a parameter!) now unused since...
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2008-01-10 Ævar Arnfjörð Bjar... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-04 Steve HayRun regen.pl (fixes build on Win32, at least)
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-31 Nicholas ClarkAs Perl_magic_setbm() and Perl_magic_setfm() aren't...
2007-12-31 Nicholas ClarkPerl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-21 Nicholas ClarkFor 5.12 we can simply exterminate! the private function
2007-12-20 Steve PetersRegen some files...
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-20 Nicholas ClarkChange 32676 missed embed.h. Oops. Avert any more black...
2007-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-12-20 Nicholas ClarkPerl_magic_setglob() is a mathom.
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-18 Nicholas ClarkInline and eliminate S_incl_perldb(), as it's only...
2007-10-16 Nicholas ClarkPass in explicit lengths for the key and type arguments to
2007-10-09 Nicholas ClarkIf PERL_DISABLE_PMC is defined, doopen_pm() is just...
2007-10-09 Nicholas ClarkRemove the strlen in doopen_pm() by passing in the...
2007-10-08 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
next