summaryrefslogtreecommitdiff
path: root/keywords.h
Commit message (Expand)AuthorAgeFilesLines
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-254/+258
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-192/+193
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-217/+218
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-233/+235
* style: Detabify regen files.Michael G. Schwern2021-01-171-1/+1
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-146/+147
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-233/+234
* add "whereis"Zefram2017-12-061-7/+8
* change "when" keyword to "whereso"Zefram2017-12-051-2/+2
* remove useless "break" mechanismZefram2017-11-291-233/+232
* remove useless "default" mechanismZefram2017-11-281-216/+215
* 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-1/+1
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-247/+246
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-192/+193
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-249/+250
* Add evalbytes functionFather Chrysostomos2011-11-061-196/+197
* 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-1/+3
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-3/+4
* keywords.pl -> regen/keywords.plFather Chrysostomos2010-10-131-2/+2
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-197/+196
* Regenerate all filesRafael Garcia-Suarez2007-01-101-1/+1
* stab at UNITCHECK blocksAlexander Gough2006-10-191-245/+246
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-42/+43
* Update the copyright years in the generated files, and nostdio.hNicholas Clark2006-01-081-2/+2
* latest switch/say/~~Robin Houston2005-12-191-226/+231
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+4
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-192/+193
* typoHugo van der Sanden2002-08-051-1/+1
* warn that keywords.h is generatedHugo van der Sanden2002-08-051-0/+3
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Re: [PATCH 2 pl2pm.PL]Joe Smith2001-09-141-96/+95
* Remove EQ keywordMike Guy2001-05-231-242/+236
* Missing from #8439.Jarkko Hietaniemi2001-01-151-95/+96
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-233/+234
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-108/+109
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-96/+97
* Run embed.pl and keywords.pl to complete RESTART -> INIT changeMalcolm Beattie1997-09-031-4/+4
* Introduce pp_lock.Malcolm Beattie1997-07-051-127/+128
* Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-245/+247
|\