summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-6/+4
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-0/+19
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+34
* Avoid redundant hv_delete call in pp_enterevalFather Chrysostomos2010-11-261-1/+1
* Stop eval "BEGIN{die}" from leakingFather Chrysostomos2010-11-261-1/+8
* [perl #78438] Memory leak with 'use v5.42'Father Chrysostomos2010-11-251-3/+4
* Stop eval "use 6" from leakingFather Chrysostomos2010-11-251-2/+4
* Stop eval "no 5" from leakingFather Chrysostomos2010-11-251-1/+3
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-17/+0
* Deprecate sv_compile_2op()Nicholas Clark2010-11-241-1/+13
* Implement $^A taintingNiko Tyni2010-11-141-0/+4
* Fix a crash with a tainted formline() pictureNiko Tyni2010-11-141-1/+1
* Remove an unused variableFlorian Ragwitz2010-11-091-1/+0
* In S_check_type_and_open() call PerlIO_openn() directly if possible.Nicholas Clark2010-11-091-0/+4
* Change S_doopen_pm() and S_check_type_and_open() to take an SV parameter.Nicholas Clark2010-11-091-27/+18
* fix thinko in code commentDavid Mitchell2010-10-261-1/+1
* refactor and regularise label/statement grammarZefram2010-10-251-0/+8
* don't rely on ghost contexts being unmolestedZefram2010-10-241-4/+9
* full API for cop hint hashesZefram2010-10-211-15/+5
* add lex_start to the APIZefram2010-10-211-3/+3
* remove redundant lex_endZefram2010-10-211-4/+0
* remove filter inheritance option from lex_startZefram2010-10-211-3/+3
* Stop 'use v5.8' leaking memory. Fixes #78436.Nicholas Clark2010-10-191-1/+1
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-1/+1
* stop map,grep leaking temps [perl #48004]David Mitchell2010-10-041-2/+39
* G_KEEPERR sometimes set $@David Mitchell2010-10-031-2/+8
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-1/+9
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-221-1/+4
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-201-0/+1
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-5/+2
* move some comments back to the lines they refer toDavid Mitchell2010-09-081-6/+5
* swap round a confusing #ifndef ... #else ...David Mitchell2010-09-081-3/+3
* create itervar_u union in struct block_loopDavid Mitchell2010-09-081-13/+8
* eliminate next_op from struct block_loopDavid Mitchell2010-09-081-2/+2
* API functions for accessing the runtime hinthash.Ben Morrow2010-09-071-17/+51
* function interface to parse Perl statementZefram2010-09-061-3/+3
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-3/+2
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-5/+2
* Fix for RT#2353: catch yyparse() exceptions in (?{...})George Greer2010-07-121-0/+4
* Macroify the block_hooks structure.Ben Morrow2010-07-121-0/+2
* Don't set strict for 'no 6;'David Golden2010-07-061-15/+14
* In pp_regcomp and pp_entereval, use newSVpvn_flags() to simplify code.Nicholas Clark2010-07-051-12/+5
* PL_amagic_generation doesn't show overload loadedDavid Mitchell2010-07-031-9/+7
* fix bad indentation in pp_regcompDavid Mitchell2010-07-031-2/+2
* avoid extra FETCHes on overloaded qr stringifyDavid Mitchell2010-07-031-2/+14
* eval: handle taint of overloaded/tied argDavid Mitchell2010-07-031-0/+9
* In pp_require, improve the code generating the exception when no file is found.Nicholas Clark2010-06-291-19/+17
* Reinstate require error messages for .h and .phNicholas Clark2010-06-291-3/+3