summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo in src commentDavid Mitchell2012-03-061-1/+1
* [perl #108780] Make /foo$qr/ work under ‘no overloading’Father Chrysostomos2012-01-301-0/+7
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-01-231-1/+1
* [rt.cpan.org #72767] Don’t propagate warnings into do-fileFather Chrysostomos2012-01-221-4/+5
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+4
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-081-4/+1
* [perl #95548] Returned magical temps are not copiedFather Chrysostomos2012-01-041-2/+5
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* diag_listed_as for another lv sub errorFather Chrysostomos2011-12-281-0/+1
* More diag_listed_asFather Chrysostomos2011-12-281-0/+2
* [perl #91514] Use correct error msg for defaultFather Chrysostomos2011-12-161-1/+3
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-061-1/+1
* Don’t LEAVE_with_name("evalcomp") for syntax errorsFather Chrysostomos2011-12-061-2/+2
* $tied =~ s///e when FETCH returns a COWFather Chrysostomos2011-12-021-2/+0
* [perl #99850] SEGV when destructor undefs goto &subFather Chrysostomos2011-11-271-0/+13
* narrower localisation of PL_compcv around evalZefram2011-11-191-13/+18
* Document S_doeval’s calling conventionFather Chrysostomos2011-11-171-0/+7
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-39/+51
* Combine two blocks in pp_ctl.c:S_doevalFather Chrysostomos2011-11-171-2/+1
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* Move a pp_entereval comment where it belongs.Father Chrysostomos2011-11-151-5/+5
* Change __attribute_unused__ to PERL_UNUSED_DECLKarl Williamson2011-11-091-2/+2
* Don’t leak the source for evalbytes($utf8)Father Chrysostomos2011-11-061-0/+1
* Avoid redundant copies in string evalsFather Chrysostomos2011-11-061-2/+5
* eval"" should reset %^H in more casesFather Chrysostomos2011-11-061-2/+4
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-5/+7
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+16
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-1/+3
* Remove some repeated code in pp_regcompFather Chrysostomos2011-10-291-9/+1
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2011-10-291-3/+1
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-2/+2
* Mention all variables in $undef..$undef warningsFather Chrysostomos2011-10-131-4/+3
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-131-20/+22
* Avoid an redundant copy in pp_flopFather Chrysostomos2011-10-121-2/+1
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-2/+8
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-4/+4
* Make gv.c and pp_ctl.c warnings utf8-cleanBrian Fraser2011-10-061-18/+24
* pp_ctl.c: pp_caller UTF8 cleanup.Brian Fraser2011-10-061-7/+10
* pp_ctl.c: pp_goto UTF8 cleanup.Brian Fraser2011-10-061-2/+3
* [perl #96008] use and require are affected by the open pragmaBrian Fraser2011-09-221-1/+1
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-5/+5
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-171-1/+1
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-161-0/+1
* remove index offsetting ($[)Zefram2011-09-091-1/+0
* RT #4682: given() didn't scope $_ correctlyDavid Mitchell2011-09-061-0/+1
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-12/+3
* &CORE::reset()Father Chrysostomos2011-08-261-1/+2
* &CORE::lock()Father Chrysostomos2011-08-261-1/+0
* &CORE::exit()Father Chrysostomos2011-08-251-0/+3
* &CORE::caller()Father Chrysostomos2011-08-251-3/+7