| Commit message (Expand) | Author | Age | Files | Lines |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -4/+46 |
* | Don’t create formats after compilation errors | Father Chrysostomos | 2012-08-08 | 1 | -1/+0 |
* | Forbid braces as format delimiters | Father Chrysostomos | 2012-08-05 | 1 | -3/+13 |
* | [perl #114020, #90018, #53186] Make given alias $_ | Father Chrysostomos | 2012-08-01 | 1 | -7/+8 |
* | perly.y: Remove use of latefree from package foo {} | Father Chrysostomos | 2012-07-14 | 1 | -9/+0 |
* | Don’t crash with formats in special blocks | Father Chrysostomos | 2012-06-29 | 1 | -1/+1 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -4/+15 |
* | remove deprecated qw-as-parens behaviour | Zefram | 2012-05-25 | 1 | -30/+20 |
* | Label UTF8 cleanup | Brian Fraser | 2012-03-25 | 1 | -2/+4 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | [perl #95546] Allow () after __FILE__, etc. | Father Chrysostomos | 2011-08-12 | 1 | -1/+8 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -1/+1 |
* | Fix a confusing comment in perly.y | Father Chrysostomos | 2011-06-03 | 1 | -1/+1 |
* | permit labels to be stacked | Zefram | 2010-12-13 | 1 | -23/+21 |
* | rename some grammar productions for clarity | Zefram | 2010-12-12 | 1 | -20/+20 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 1 | -1/+10 |
* | [perl #78586] Bleadperl eae48c89 breaks TIMB/Devel-NYTProf-4.05.tar.gz | Zefram | 2010-11-11 | 1 | -1/+0 |
* | refactor GRAMPROG grammar slightly | Zefram | 2010-11-07 | 1 | -16/+10 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -18/+25 |
* | function to parse unlabelled statement | Zefram | 2010-10-25 | 1 | -1/+13 |
* | stop passing line numbers into op constructor functions | Zefram | 2010-10-25 | 1 | -15/+12 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -325/+241 |
* | permit labels to appear before declarations | Zefram | 2010-10-23 | 1 | -28/+24 |
* | function to parse Perl code block | Zefram | 2010-10-21 | 1 | -1/+12 |
* | fix and test PL_expect in recdescent parsing | Zefram | 2010-10-21 | 1 | -2/+6 |
* | handle bracket stack better in recdescent parsing | Zefram | 2010-10-21 | 1 | -18/+2 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -32/+28 |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 1 | -2/+27 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -1/+1 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -21/+38 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -5/+28 |
* | remove dead listexprcom production from grammar | Zefram | 2010-08-31 | 1 | -11/+0 |
* | fix MAD handling of package block syntax | Zefram | 2010-05-23 | 1 | -2/+1 |
* | fix SEGV with eval("package Foo {") | Zefram | 2010-05-20 | 1 | -1/+11 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -1/+22 |
* | [perl #22977] Bug in format/write | Zefram | 2009-12-15 | 1 | -1/+7 |
* | -Dmad broken for c++ | Tony Cook | 2009-12-01 | 1 | -3/+3 |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -1/+1 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -0/+4 |
* | Restore MAD handling of package statements | Rafael Garcia-Suarez | 2009-10-08 | 1 | -10/+8 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -6/+12 |
* | Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d. | Nicholas Clark | 2009-09-24 | 1 | -1/+1 |
* | Make MAD understand the "..." operator | Rafael Garcia-Suarez | 2009-08-26 | 1 | -0/+1 |
* | Allow when to be used as a statement modifier | Vincent Pit | 2009-03-28 | 1 | -0/+2 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -0/+1 |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 1 | -2/+7 |
* | Fix the line-number-in-elsif longstanding bug. | Rafael Garcia-Suarez | 2008-04-18 | 1 | -1/+1 |
* | Eliminate use of Nullop in the core code. Dual life uses remain. | Nicholas Clark | 2008-02-10 | 1 | -32/+32 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -3/+3 |