summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* Remove MAD.Jarkko Hietaniemi2014-06-131-899/+481
* subroutine signaturesZefram2014-02-011-267/+306
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-421/+364
* ->$#*Father Chrysostomos2013-11-241-16/+23
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-168/+183
* ->%{ ->%[Father Chrysostomos2013-10-051-9/+16
* Postfix dereference syntaxFather Chrysostomos2013-10-051-253/+303
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-51/+58
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-261/+271
* index/value array slice operationRuslan Zakirov2013-09-131-97/+109
* key/value hash slice operationRuslan Zakirov2013-09-131-295/+306
* Correct three sub call comments in perly.yFather Chrysostomos2013-05-311-210/+213
* Improve the logic in regen_perly.pl for manually generating token macros.Nicholas Clark2013-05-061-1/+1
* run regen_perlyDavid Mitchell2013-03-031-213/+210
* Fix invalid token warning with PERL_XMLDUMP and labelFather Chrysostomos2012-11-041-7/+7
* Stop statement labels from leakingFather Chrysostomos2012-11-041-395/+400
* apparently this actually needs to be regenerated tooJesse Luehrs2012-09-251-217/+214
* perly.y: Remove MYSUBFather Chrysostomos2012-09-151-370/+355
* Clone my subs on scope entryFather Chrysostomos2012-09-151-185/+187
* Clone state subs in anon subsFather Chrysostomos2012-09-151-182/+189
* Look up state subs in the padFather Chrysostomos2012-09-151-1/+1
* Store state subs in the padFather Chrysostomos2012-09-151-196/+196
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-263/+263
* Allocate ‘our sub’ in the padFather Chrysostomos2012-09-151-369/+382
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-396/+444
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+1
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-181/+180
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-380/+390
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-385/+385
* perly.y: Remove use of latefree from package foo {}Father Chrysostomos2012-07-141-171/+162
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-2/+5
* 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-50/+64
* remove deprecated qw-as-parens behaviourZefram2012-05-251-231/+213
* Label UTF8 cleanupBrian Fraser2012-03-251-188/+190
* Bump several file copyright datesSteffen Schwigon2012-01-191-2/+2
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-58/+71
* APIify pad functionsZefram2011-07-121-2/+2
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-1/+1
* 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
* permit labels to be stackedZefram2010-12-131-398/+405
* recursive-descent expression parsingZefram2010-12-111-392/+407
* make regen_perlyFather Chrysostomos2010-11-111-164/+163
* refactor GRAMPROG grammar slightlyZefram2010-11-071-403/+401
* new API functions op_scope and op_lvalueZefram2010-10-261-192/+199
* function to parse unlabelled statementZefram2010-10-251-385/+403