summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-03-201-1/+1
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-261-1/+1
* Follow-up to d34a6664Father Chrysostomos2011-08-261-0/+2
* [perl #91880] $_ refcounting problems in @INC filtersFather Chrysostomos2011-08-261-1/+3
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-301-20/+29
* S_doparseform() should return void, not OP*, as it should use Perl_die not DIENicholas Clark2011-05-301-8/+4
* Make ‘require func()’ work with .pm abs pathv5.14.0-RC3Father Chrysostomos2011-05-111-1/+2
* dispatch signals when leaving an evalDavid Mitchell2011-04-191-0/+2
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-2/+2
* pp_regcomp: don't unset RXf_TAINTEDDavid Mitchell2011-02-181-2/+0
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-181-1/+3
* document how tainting works with pattern matchingDavid Mitchell2011-02-161-2/+5
* fix many s/// tainting bugsDavid Mitchell2011-02-161-8/+43
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-7/+7
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* standardise amagic method namingDavid Mitchell2010-12-311-1/+1
* [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