summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #115742] Push a new pad for recursive DB::DBFather Chrysostomos2012-11-151-1/+5
* Silence two build warnings on systems where ivsize > ptrsize.Eric Brine\" (via RT)2012-11-131-1/+1
* Prune dead code in pp_ctl.c:pp_gotoFather Chrysostomos2012-11-131-5/+0
* Stop goto &sub from leaking when it croaksFather Chrysostomos2012-11-131-0/+7
* pv->pvn for literals in pp_require and Perl_sv_derived_from_pvnDaniel Dragan2012-11-121-1/+1
* [perl #43077] Make goto &sub leave @_ aloneFather Chrysostomos2012-11-111-55/+41
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-9/+11
* Stop require nonexistent::module from leakingFather Chrysostomos2012-11-041-1/+1
* Stop string eval from leaking opsFather Chrysostomos2012-11-021-1/+0
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+1
* Used pad name lists for pad idsFather Chrysostomos2012-10-161-1/+2
* Handle cow $_ in @INC filterFather Chrysostomos2012-10-121-0/+1
* Don’t taint return value of s///e based on replacementFather Chrysostomos2012-10-111-0/+1
* Suggest cause of error requiring .pm file.Paul Johnson2012-09-301-8/+22
* Don’t crash with existent but undefined &DB::DBFather Chrysostomos2012-09-241-1/+1
* [perl #97958] Make reset "" match its docsFather Chrysostomos2012-09-241-3/+7
* don't crash with -d if DB::DB is seen but not defined [perl #114990]Jesse Luehrs2012-09-241-1/+4
* pp_ctl.c:caller: Remove obsolete commentFather Chrysostomos2012-09-141-3/+0
* Make (caller $n)[9] respect std warningsFather Chrysostomos2012-09-141-2/+3
* Fix buggy -DPERL_POISON code in S_rxres_free(), exposed by a recent test.Nicholas Clark2012-09-141-10/+14
* fix s/(.)/die/eDavid Mitchell2012-09-081-1/+2
* tidy up patten match copying codeDavid Mitchell2012-09-081-3/+1
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-5/+8
* "loading-file" and "loaded-file" DTrace probesShawn M Moore2012-08-281-0/+4
* Stop (caller $n)[6] from including final "\n;"Father Chrysostomos2012-08-271-1/+3
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-6/+7
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-57/+57
* pp_ctl.c:pp_dbstate: Don’t adjust CvDEPTH for XSUBsFather Chrysostomos2012-08-171-2/+0
* pp_require thread safety for VMS.Craig A. Berry2012-08-101-3/+8
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-2/+9
* Avoid reading before the buffer start when generating errors from require.Nicholas Clark2012-08-011-2/+2
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-271-63/+47
* Magic flags harmonization.Chip Salzenberg2012-07-151-4/+4
* silence compiler warning - casting void* to IVRobin Barker2012-07-131-1/+1
* fix 64-bit compiler warningJesse Luehrs2012-07-021-1/+1
* Use find_runcv_where for pp_coreargs and pp_runcvFather Chrysostomos2012-07-021-0/+4
* Make formats close over the right closureFather Chrysostomos2012-06-291-4/+20
* Define cv_forget_slab under PL_OP_SLAB_ALLOCFather Chrysostomos2012-06-291-4/+0
* CV-based slab allocation for opsFather Chrysostomos2012-06-291-0/+6
* fix memory leak in @INC filters that die [perl #92252]Jesse Luehrs2012-06-261-4/+13
* RT#113730 - $@ should be cleared on "do" IO error.Eric Brine2012-06-201-0/+1
* ensure correctness if sv_2mortal modifies errnoJesse Luehrs2012-06-171-2/+4
* require should die if a file exists but can't be read.Brian Fraser2012-06-171-5/+10
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-6/+6
* make calling of /(?{}) code blocks correctDavid Mitchell2012-06-131-1/+1
* make is_bare_re bool. not int in re_op_compileDavid Mitchell2012-06-131-1/+1
* S_doeval(): saveop can never be null nowDavid Mitchell2012-06-131-3/+3
* reindent S_doeval() following a code purge.David Mitchell2012-06-131-40/+40
* eliminate sv_compile_2op, sv_compile_2op_is_brokenDavid Mitchell2012-06-131-172/+19