summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Explain that the load_module() import list must be NULL terminatedJan Dubois2009-08-151-1/+5
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-131-0/+1
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-06-101-1/+1
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-06-091-2/+6
* Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.Nicholas Clark2009-04-201-3/+7
* Make eval{} (entertry) trappable by SafeRafael Garcia-Suarez2009-04-161-0/+2
* Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was only tested threaded. Oops.Nicholas Clark2009-04-121-1/+1
* Change 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()Nicholas Clark2009-04-121-7/+4
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2009-03-291-1/+1
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-36/+37
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-1/+1
* Re: Solaris build warningsAndy Dougherty2009-03-261-2/+2
* Silence compiler warnings on Win32/VC6Jan Dubois2009-03-251-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-3/+254
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2009-03-061-2/+4
* Back out this change from 5.10.x:David Mitchell2009-01-061-13/+3
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-5/+7
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-2/+2
* remove bleed-only stowaway from c461bd4fb19684925ca9b57ae9d3c97c6b48bf51David Mitchell2009-01-021-2/+0
* Integrate:Dave Mitchell2008-12-161-14/+63
* Integrate:Nicholas Clark2008-11-211-0/+6
* Integrate:Tim Bunce2008-11-041-1/+2
* Integrate:Robin Barker2008-11-031-1/+1
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Bram2008-09-041-1/+1
* Integrate:Dave Mitchell2008-05-311-3/+13
* Integrate:Dave Mitchell2008-05-291-3/+8
* Integrate:Dave Mitchell2008-05-281-4/+5
* Integrate:Dave Mitchell2008-05-281-0/+9
* Integrate:Dave Mitchell2008-05-271-1/+1
* Integrate:Bram2008-05-211-1/+1
* Allow the 'smart match in void context' warning into 5.10.1,Michael G. Schwern2008-04-251-0/+2
* Integrate:Nicholas Clark2008-04-221-0/+2
* Integrate:Robin Barker2008-03-311-1/+3
* Integrate:Nicholas Clark2008-01-301-5/+7
* Integrate:Nicholas Clark2008-01-301-1/+1
* Integrate:Nicholas Clark2008-01-301-3/+3
* Integrate:Rick Delaney2008-01-291-49/+61
* Fix an off by one error, found by valgrindRafael Garcia-Suarez2007-10-241-1/+1
* Fix a few segfaults and a when() bugjosh2007-10-171-0/+5
* Perl_ck_smartmatch needs a dVAR too.Nicholas Clark2007-10-161-0/+1
* Remove some strlen()s and replace one strlcpy() with memcpy() becauseNicholas Clark2007-10-121-4/+9
* newCONTSUB() wasn't thread-safe ([perl #45053])Dave Mitchell2007-10-101-0/+7
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-1/+2
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-201-1/+1
* Add the missing assignment to op_last that change 31798 missed out.Nicholas Clark2007-09-121-0/+5
* state variables shouldn't be shared between anon subsDave Mitchell2007-09-091-0/+6
* For now, forbid all list assignment initialisation of state variables,Nicholas Clark2007-09-081-0/+50