summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Use multi-bit field for regex character setKarl Williamson2011-01-161-4/+6
* Generate "Unsupported socket function" stubs using PL_ppaddr.Nicholas Clark2011-01-091-0/+2
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-1/+1
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* Convert tied SPLICE to using Perl_tied_method()Nicholas Clark2011-01-051-8/+3
* Avoid using OP_NAME() in unimplemented_op(), as it won't give useful strings.Nicholas Clark2010-12-311-2/+12
* standardise amagic method namingDavid Mitchell2010-12-311-2/+2
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-271-0/+167
* Merge the opcode bodies for chop/chomp and schop/schomp.Nicholas Clark2010-12-271-22/+9
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-271-4/+4
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-271-3/+5
* Refactor pp_chomp to process arguments in the same order as pp_chop.Nicholas Clark2010-12-271-4/+5
* only call amagic_deref_call() if we have toDavid Mitchell2010-12-161-5/+8
* don't upgrade overload IV return values to NVDavid Mitchell2010-12-151-9/+9
* No need to nest printfs. DIE() takes format strings.Rafael Garcia-Suarez2010-11-261-2/+2
* pp.c: tiny performance enhancementKarl Williamson2010-11-221-4/+4
* pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNIKarl Williamson2010-11-221-3/+3
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-4/+4
* Eliminate the newname param from mro_package_movedFather Chrysostomos2010-11-201-1/+1
* Remove redundant conditional added by e530fb81dFather Chrysostomos2010-11-111-1/+1
* undef *glob should update isa(rev)Father Chrysostomos2010-11-111-6/+23
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-031-2/+4
* y///rFather Chrysostomos2010-11-021-1/+6
* Expand AMG_CALLun_var() into all its users, and eliminate it.Nicholas Clark2010-11-021-2/+2
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-2/+79
* [perl #78580] Stop a simple *glob from calling get-magicFather Chrysostomos2010-10-311-1/+1
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-2/+2
* -$zero should not modify $zeroFather Chrysostomos2010-10-251-1/+1
* [perl #77498] Assignment ignores magick when the RHS holds a globFather Chrysostomos2010-10-251-1/+1
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-1/+9
* Make splice invoke set magicFlorian Ragwitz2010-10-151-0/+4
* [perl #20661] Constant strings representing a number can BECOME numbersFather Chrysostomos2010-10-041-0/+8
* [perl #57706] Unary minus on 'numeric' inputs like '-1'Renée Bäcker2010-10-041-0/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-6/+6
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-3/+2
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-0/+4
* use more efficient sv_reftype_len() interfaceYves Orton2010-08-301-2/+3
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-3/+6
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-70/+53
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+8
* srand: change to return its seedKarl Williamson2010-07-281-3/+3
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-1/+1
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-1/+1
* Code for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-2/+2
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-4/+4
* Return DIE(...) to *return*ing Perl_die(...).Nicholas Clark2010-06-271-2/+0
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-0/+8
* uc(): Handle Greek YPOGEGRAMMENIKarl Williamson2010-06-151-26/+34