This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_regmatch: eliminate WHILEM_B paren saving
[perl5.git] / doop.c
2016-11-09 David MitchellPerl_do_vop(): enhance "avoid sv_catpvn"
2016-11-07 Tony Cook(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
2016-10-19 Yves Ortondoop.c: use new SvPVCLEAR and constant string friendly...
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-19 Yves Ortondoop.c: use sv_setpvn() instead of sv_setpvs()
2016-09-19 Father Chrysostomos[perl #129287] Make UTF8 & append null
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-20 Father Chrysostomos[perl #128187] Forbid sub :lvalue{keys} in aassign
2016-02-15 David Mitchelldoop.c: fix typo in header comment
2016-02-03 David Mitchellmake gimme consistently U8
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-16 Karl Williamsondoop.c: Fix typo in comment
2015-10-02 David Mitchellfix up EXTEND() callers
2015-07-22 Dagfinn Ilmari Man... Merge declaration and initialisation of local variable
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-09 Hugo van der Sanden[perl #123759] always count on OPpTRANS_IDENTICAL
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-29 Father ChrysostomosRemove PUTBACK/SPAGAIN from hash iter ops
2014-10-20 Father ChrysostomosCall string overloading once in join($ov,...)
2014-10-18 Father ChrysostomosUse sv_catpvn instead of sv_catsv in doop.c:do_join
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-05-29 Jarkko HietaniemiUV casting to avoid intermediate sign extension.
2014-05-02 David Mitchellvec(): downgrade before accessing string buffer
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-11 Father ChrysostomosMake tr/a/b/ croak on read-only null COWs
2013-06-15 Father Chrysostomosdoop.c: Correct introductory text
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-28 Father Chrysostomosdoop.c: Simplify do_trans’ un-cow logic
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-05-25 Brian FraserFix for [perl #8931], call magic only once for join...
2012-05-22 Tony Cook[rt #111730] don't use I32 for offsets in vec()
2012-01-09 Father Chrysostomos[perl #44895] += warning on uninit magic var
2011-11-24 Father ChrysostomosCall FETCH once for $tied_ref =~ y/a/b/
2011-08-25 Eric BrineTrim dead code in do_kv.
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2010-12-27 Nicholas ClarkMove do_chomp() from pp.c to doop.c, and make it static.
2010-12-27 Nicholas ClarkMerge Perl_do_chop() and Perl_do_chomp().
2010-12-27 Nicholas ClarkConvert Perl_do_chomp() to the same prototype as Perl_d...
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - y
2010-08-13 Eric BrineFix untimely destruction introduced by lvalue ops ...
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-05 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-01-02 Rafael Garcia-SuarezBump copyright year after previous change
2009-01-02 Ben Morrow[perl #54956] crash on binary-or lvalue operation on...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-05-15 Vincent PitRe: [PATCH] Double magic with chop
2008-03-10 Yitzchak Scott-Tho... count-only transliteration needlessly makes copy-on...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-05-25 Andy LesterConsting dump.c
2007-01-12 Dave Mitchellmake tr/// threadsafe by moving swash into pad
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-11 Marcus Holland-MoritzRe: [perl #41065] Out of memory!, while extending scalar
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-06-07 Andy Lesterdump.c patches
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Andy Lesterdoop.c consting, take 2
2006-04-19 Rafael Garcia-SuarezReplace some Copy() by Move() calls, because valgrind...
2006-04-18 Nicholas ClarkCoverity still thinks that there is a route through...
2006-04-17 Jarkko Hietaniemidooop.c: the strong asserts in Sv* macros could cause...
2006-04-17 Nicholas ClarkRevert 27856.
2006-04-17 Jarkko HietaniemiThe danger of piping an mbox to patch is that it contai...
2006-04-16 Nicholas ClarkPerl_do_vop can profitably use Perl_sv_usepvn_flags...
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-21 Rafael Garcia-SuarezFix for [perl #37999] lc() + Latin-1 chars is failing...
2005-11-15 SADAHIRO TomoyukiRe: [perl #37616] Bug in &= (string) and/or m//
2005-11-11 Andy LesterConst & local: Special Victims Unit
next