summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-031-0/+4
* Fix [RT#63110] -- two small memory leaks were introduced in 5b9c067Alex Vandiver2009-06-101-1/+4
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-06-101-2/+19
* In the ~~ implementation, consistently use the SV-aware API for hash keys.Rafael Garcia-Suarez2009-06-101-13/+4
* maint-specific fixups after merging smartmatch branch (no SVt_REGEXP)David Mitchell2009-06-091-8/+32
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-06-091-206/+229
* fix inaccurate merge of 36f064bc37569629cfa8ffed15497f849ae8ccfaDavid Mitchell2009-05-141-0/+1
* do/require don't treat '.\foo' or '..\foo' as "absolute paths" on Windows.Christoph Lamprecht2009-05-141-0/+6
* Remove warnings "Exiting given/when via next/last"Rafael Garcia-Suarez2009-05-041-2/+0
* $object ~~ undef should always test for definednessRafael Garcia-Suarez2009-04-141-2/+6
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-04-121-2/+2
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-6/+6
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-16/+16
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-15/+15
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-15/+15
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+39
* Revert change #32920, since it was solved another way by #32890.Rafael Garcia-Suarez2009-03-071-5/+3
* RE: compile warnings w/ PM_SETRE and ReREFCNT_incRobin Barker2009-03-071-3/+5
* Convert some "regexp" and "struct regexp" to REGEXP where they areNicholas Clark2009-03-061-3/+3
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.David Mitchell2009-01-261-3/+3
* Back out this change from 5.10.x:David Mitchell2009-01-061-12/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-6/+8
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-3/+3
* Integrate:Nicholas Clark2008-12-031-3/+13
* Integrate:Nicholas Clark2008-11-211-1/+1
* Integrate:Nicholas Clark2008-11-211-2/+2
* Integrate:Nicholas Clark2008-11-171-1/+1
* Integrate:Tim Bunce2008-11-041-2/+3
* Integrate:Robin Barker2008-11-031-1/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-10-161-2/+1
* Integrate:Nicholas Clark2008-09-051-15/+44
* Integrate:Nicholas Clark2008-09-051-10/+6
* Integrate:Ben Morrow2008-09-041-2/+2
* Integrate:Bram2008-09-041-7/+9
* Integrate:Dave Mitchell2008-05-311-2/+12
* Integrate:Dave Mitchell2008-05-281-1/+1
* Integrate:Dave Mitchell2008-05-271-0/+5
* Integrate:Jarkko Hietaniemi2008-05-181-2/+2
* Integrate:Jerry D. Hedden2008-05-181-2/+19
* Re: [PATCH] ~~ with non-overloaded objectsVincent Pit2008-05-041-0/+10
* Integrate:Dave Mitchell2008-04-251-21/+1
* Integrate:Vincent Pit2008-04-221-1/+0
* Integrate:Nicholas Clark2008-03-291-5/+1
* Integrate:Nicholas Clark2008-01-311-10/+10
* Integrate:Nicholas Clark2008-01-311-1/+1
* Integrate:Nicholas Clark2008-01-301-16/+16
* Integrate:Nicholas Clark2008-01-301-0/+8