summaryrefslogtreecommitdiff
path: root/regen/keywords.pl
Commit message (Expand)AuthorAgeFilesLines
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+8
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-0/+2
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+2
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+4
* style: Detabify regen files.Michael G. Schwern2021-01-171-7/+7
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-4/+6
* add "whereis"Zefram2017-12-061-0/+2
* change "when" keyword to "whereso"Zefram2017-12-051-2/+2
* remove useless "break" mechanismZefram2017-11-291-2/+0
* remove useless "default" mechanismZefram2017-11-281-2/+0
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Deparse.pm lives in lib/B now, not dist/B-DeparseLukas Mai2016-01-081-17/+12
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-2/+0
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+0
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+3
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+3
* Add evalbytes functionFather Chrysostomos2011-11-061-0/+3
* Simplify the CORE::__FOO__ op-generation codeFather Chrysostomos2011-08-241-0/+4
* Deparse CORE::breakFather Chrysostomos2011-06-171-0/+2
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-8/+6
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-2/+2
* Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch]Nicholas Clark2011-01-241-265/+333
* In regen scripts, print to explicit file handles instead of using select.Nicholas Clark2011-01-231-5/+4
* Move the duplicated subroutine tab() into regen_lib.plNicholas Clark2011-01-231-7/+0
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-3/+1
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-4/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-16/+3
* keywords.pl -> regen/keywords.plFather Chrysostomos2010-10-131-2/+2
* Move regen scripts to regen/Steffen Mueller2010-10-101-0/+315