summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-2/+2
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-2/+6
* [perl #128187] Forbid sub :lvalue{keys} in aassignFather Chrysostomos2016-05-201-0/+7
* doop.c: fix typo in header commentDavid Mitchell2016-02-151-1/+1
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* Deprecate wide chars in logical string opsKarl Williamson2015-12-161-0/+17
* doop.c: Fix typo in commentKarl Williamson2015-12-161-1/+1
* fix up EXTEND() callersDavid Mitchell2015-10-021-1/+5
* Merge declaration and initialisation of local variableDagfinn Ilmari Mannsåker2015-07-221-2/+1
* Delete experimental autoderef featureAaron Crane2015-07-131-2/+2
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123759] always count on OPpTRANS_IDENTICALHugo van der Sanden2015-02-091-26/+14
* avoid C labels in column 0David Mitchell2015-01-211-1/+1
* Remove PUTBACK/SPAGAIN from hash iter opsFather Chrysostomos2014-12-281-7/+2
* Call string overloading once in join($ov,...)Father Chrysostomos2014-10-201-4/+3
* Use sv_catpvn instead of sv_catsv in doop.c:do_joinFather Chrysostomos2014-10-171-2/+11
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-0/+3
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-13/+0
* UV casting to avoid intermediate sign extension.Jarkko Hietaniemi2014-05-291-2/+2
* vec(): downgrade before accessing string bufferDavid Mitchell2014-05-021-5/+9
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-3/+3
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-7/+7
* Make tr/a/b/ croak on read-only null COWsFather Chrysostomos2013-08-111-1/+0
* doop.c: Correct introductory textFather Chrysostomos2013-06-141-2/+2
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-14/+14
* doop.c: Simplify do_trans’ un-cow logicFather Chrysostomos2012-07-271-3/+1
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Magic flags harmonization.Chip Salzenberg2012-07-151-5/+5
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Fix for [perl #9423] vec assignments generate 2 warningsBrian Fraser2012-05-261-2/+9
* Fix for [perl #8931], call magic only once for join's first arg.Brian Fraser2012-05-251-1/+1
* [rt #111730] don't use I32 for offsets in vec()Tony Cook2012-05-211-3/+3
* [perl #44895] += warning on uninit magic varFather Chrysostomos2012-01-091-1/+1
* Call FETCH once for $tied_ref =~ y/a/b/Father Chrysostomos2011-11-241-1/+1
* Trim dead code in do_kv.Eric Brine2011-08-241-14/+2
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-2/+2
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-0/+8
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-271-167/+0
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-271-90/+45
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-271-15/+12
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-2/+3
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-6/+6
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-22/+16
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-3/+3
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-2/+1
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2009-11-051-2/+1
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-9/+6