summaryrefslogtreecommitdiff
path: root/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-46/+100
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-12/+30
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-2/+13
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-9/+33
* style: Detabify regen files.Michael G. Schwern2021-01-171-1/+1
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-8/+22
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-85/+96
* add "whereis"Zefram2017-12-061-7/+25
* change "when" keyword to "whereso"Zefram2017-12-051-44/+51
* remove useless "break" mechanismZefram2017-11-291-26/+10
* remove useless "default" mechanismZefram2017-11-281-29/+9
* Regen from the "special" regen scriptsAaron Crane2016-11-111-1/+1
* Deparse.pm lives in lib/B now, not dist/B-DeparseLukas Mai2016-01-081-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-3/+1
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-12/+2
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+10
* Use new feature-testing macrosFather Chrysostomos2011-12-241-9/+10
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-10/+31
* Add evalbytes functionFather Chrysostomos2011-11-061-14/+34
* Simplify the CORE::__FOO__ op-generation codeFather Chrysostomos2011-08-241-1/+1
* Forgot to run keywords.plFather Chrysostomos2011-06-171-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
* Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch]Nicholas Clark2011-01-241-4/+10
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-0/+3397