summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pp.c:pp_clonecv: Use find_runcv to find the padnameFather Chrysostomos2012-09-171-1/+2
* pod/perlsub.pod: Warn about possible lexsub removalFather Chrysostomos2012-09-171-2/+2
* Remove duplicate paragraph from perlref.podSteve Hay2012-09-171-6/+0
* regexec.c: Avoid unnecessary calculationKarl Williamson2012-09-161-17/+42
* utf8.h: Add macro to test if UTF8 code point isn't Latin1Karl Williamson2012-09-162-0/+2
* Refactor t/run/noswitch.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-5/+9
* Refactor t/run/switchF.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+8
* Refactor t/run/switchn.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+7
* Refactor t/lib/1_compile.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-21/+14
* Make cx_dump() display the correct gimme descriptionVincent Pit2012-09-161-1/+16
* Fix perl with -DPERL_POISON after commit 22ade07Vincent Pit2012-09-161-5/+2
* Save one NULL assignment per TMPSteffen Mueller2012-09-161-2/+7
* Bring bleadperl up to parity with CPAN for version.pmJohn Peacock2012-09-169-9/+20
* perlδFather Chrysostomos2012-09-161-10/+254
* [Merge] [perl #113930] Lexical subsFather Chrysostomos2012-09-1552-1709/+3501
|\
| * Document lexical subsFather Chrysostomos2012-09-154-0/+135
| * Disable lexsubs outside of feature.pmFather Chrysostomos2012-09-155-7/+40
| * Add experimental lexical_subs featureFather Chrysostomos2012-09-154-4/+52
| * feature.pm: Missing spaceFather Chrysostomos2012-09-152-2/+2
| * Increase $feature::VERSION to 1.30Father Chrysostomos2012-09-152-2/+2
| * Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-155-265/+306
| * perlsub: Document state variables betterFather Chrysostomos2012-09-151-0/+15
| * Allow lexical sub redefinition inside evalFather Chrysostomos2012-09-152-4/+55
| * Move my sub prototype CVs to the pad namesFather Chrysostomos2012-09-154-54/+19
| * Set PL_comppad_name on sub entryFather Chrysostomos2012-09-154-2/+7
| * lexsub.t: Test state sub defined inside evalFather Chrysostomos2012-09-151-1/+6
| * Honour lexical prototypesFather Chrysostomos2012-09-152-1/+56
| * Don’t mention pkg in proto warnings for lex subsFather Chrysostomos2012-09-152-2/+19
| * pad.c: Put unavailability warning in one spotFather Chrysostomos2012-09-151-19/+14
| * Use the same outside logic for mysubs and formatsFather Chrysostomos2012-09-152-12/+18
| * Fix subroutine unavailability during cloningFather Chrysostomos2012-09-152-3/+37
| * ‘Subroutine "&x" is not available’ during compilationFather Chrysostomos2012-09-154-4/+64
| * In cv_clone, use pad ID to identify mysub outsideFather Chrysostomos2012-09-152-5/+23
| * CvOUTSIDE should be strong for lexsub declared in inner pack subFather Chrysostomos2012-09-153-3/+19
| * Use the right outside for my subs defined in inner subsFather Chrysostomos2012-09-152-12/+11
| * Fix Peek.tFather Chrysostomos2012-09-151-4/+4
| * Preserve outside pointers of my subs with string evalFather Chrysostomos2012-09-152-2/+1
| * Fix up outside pointers for my subsFather Chrysostomos2012-09-152-5/+60
| * perly.y: Remove MYSUBFather Chrysostomos2012-09-155-1270/+1254
| * CvNAME_HEK_setFather Chrysostomos2012-09-154-20/+22
| * Clone my subs on scope entryFather Chrysostomos2012-09-1512-253/+464
| * cv_clone: panic for no padFather Chrysostomos2012-09-151-0/+1
| * pad.c: Let S_cv_clone clone stubsFather Chrysostomos2012-09-151-27/+43
| * op.c: Remove proto storage optimisation for lex subsFather Chrysostomos2012-09-151-18/+0
| * Add clonecv op typeFather Chrysostomos2012-09-157-3/+16
| * Add introcv op typeFather Chrysostomos2012-09-157-3/+16
| * Let state sub fwd decls and nested subs work in anonsFather Chrysostomos2012-09-152-12/+51
| * Add proto magic typeFather Chrysostomos2012-09-155-0/+6
| * First stab at my subFather Chrysostomos2012-09-154-10/+192
| * op.c:newMYSUB: Pop scope after creating subFather Chrysostomos2012-09-151-22/+17