summaryrefslogtreecommitdiff
path: root/perly.h
Commit message (Expand)AuthorAgeFilesLines
* Improve the logic in regen_perly.pl for manually generating token macros.Nicholas Clark2013-05-061-1/+1
* run regen_perlyDavid Mitchell2013-03-031-22/+42
* Fix invalid token warning with PERL_XMLDUMP and labelFather Chrysostomos2012-11-041-1/+1
* Stop statement labels from leakingFather Chrysostomos2012-11-041-42/+22
* apparently this actually needs to be regenerated tooJesse Luehrs2012-09-251-23/+43
* perly.y: Remove MYSUBFather Chrysostomos2012-09-151-55/+53
* Clone my subs on scope entryFather Chrysostomos2012-09-151-1/+1
* Clone state subs in anon subsFather Chrysostomos2012-09-151-1/+1
* Look up state subs in the padFather Chrysostomos2012-09-151-1/+1
* Store state subs in the padFather Chrysostomos2012-09-151-1/+1
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-1/+1
* Allocate ‘our sub’ in the padFather Chrysostomos2012-09-151-1/+1
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-45/+49
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+23
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-1/+1
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-1/+1
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-1/+1
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-141-1/+1
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-25/+20
* perly.*: update regen_perly checksumFather Chrysostomos2012-06-271-1/+1
* Avoid braces warning in regen_perly.plDavid Mitchell2012-06-131-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-7/+6
* remove deprecated qw-as-parens behaviourZefram2012-05-251-19/+25
* Label UTF8 cleanupBrian Fraser2012-03-251-2/+2
* Bump several file copyright datesSteffen Schwigon2012-01-191-3/+3
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-131/+133
* APIify pad functionsZefram2011-07-121-1/+1
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-2/+2
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-1/+1
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-1/+1
* Store the SHA-256 of the source in files generated by regen_perly.plNicholas Clark2011-01-231-1/+4
* Output "read only" editor blocks from regen_perly.plNicholas Clark2011-01-231-0/+8
* recursive-descent expression parsingZefram2010-12-111-152/+154
* make regen; make regen_perlyChris 'BinGOs' Williams2010-11-201-1/+1
* refactor GRAMPROG grammar slightlyZefram2010-11-071-1/+1
* function to parse unlabelled statementZefram2010-10-251-148/+150
* permit labels to appear before declarationsZefram2010-10-231-1/+1
* function to parse Perl code blockZefram2010-10-211-148/+150
* make regen; make regen_perlyTatsuhiko Miyagawa2010-10-201-1/+1
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-144/+146
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-1/+1
* make qw(...) first-class syntaxZefram2010-09-081-130/+132
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-143/+147
* support "package Foo { ... }"Zefram2010-05-201-24/+18
* Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;...Jesse Vincent2010-02-031-18/+24
* regen_perly prepping for 5.11.4Ricardo Signes2010-01-191-24/+18
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-120/+124
* make regen; make regen_perlyJesse Vincent2009-10-201-18/+24
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-24/+18
* make regen; make regen_perlyJesse Vincent2009-10-021-18/+24