summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wformat-security issuesNiko Tyni2013-05-101-3/+3
* Remove PERL_ASYNC_CHECK() from Perl_leave_scope().Nicholas Clark2013-05-091-1/+10
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-0/+3
* make qr/(?{ __SUB__ })/ safeDavid Mitchell2013-04-241-0/+2
* fix caller with re_evals.David Mitchell2013-04-241-1/+7
* move Perl_ck_warner() before unwind [perl #113794]Zefram2013-04-241-6/+6
* fix runtime /(?{})/ with overload::constant qrDavid Mitchell2013-04-121-0/+9
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-1/+3
* rework split() special case interaction with regex engineYves Orton2013-03-271-2/+17
* Extremely minor pp_goto optimizationSteffen Mueller2013-03-061-6/+6
* RT-116192 - If a directory in @INC already has a trailing '/', don't add anot...Matthew Horsfall (alh)2013-02-101-1/+6
* pp_ctl.c: Silence compiler warning.Karl Williamson2013-01-061-1/+1
* use PERL_UNUSED_VAR rather than PERL_UNUSED_DECLDavid Mitchell2012-12-171-2/+5
* Silence some g++ compiler warningsKarl Williamson2012-12-091-2/+2
* pp_goto: Call get-magic before choosing goto typeFather Chrysostomos2012-12-051-1/+2
* New COW mechanismFather Chrysostomos2012-11-271-5/+5
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-6/+10
* [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