summaryrefslogtreecommitdiff
path: root/perl_keyword.pl
Commit message (Collapse)AuthorAgeFilesLines
* err should be removed from perl_keyword.pl, tooRafael Garcia-Suarez2007-09-081-3/+1
| | | p4raw-id: //depot/perl@31817
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-2/+2
| | | | | (like print()) p4raw-id: //depot/perl@29191
* stab at UNITCHECK blocksAlexander Gough2006-10-191-2/+2
| | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-2/+2
| | | | | | | keywords (like say, err, given.) Fix this by adding a parameter to Perl_keyword to always get the keyword number, even if the feature isn't in effect. p4raw-id: //depot/perl@28874
* Add "state" featureRafael Garcia-Suarez2006-05-031-0/+2
| | | p4raw-id: //depot/perl@28087
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-2/+2
| | | p4raw-id: //depot/perl@28086
* FEATURE_IS_ENABLED takes only one parameter now, so reflect that inRafael Garcia-Suarez2006-04-041-2/+1
| | | | | perl_keyword.pl p4raw-id: //depot/perl@27713
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+1
| | | | | Message-ID: <43BE7C4D.1010302@gmail.com> p4raw-id: //depot/perl@26675
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-0/+2
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* latest switch/say/~~Robin Houston2005-12-191-27/+44
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+1
| | | | | Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24422
* Require version 0.05 of Devel::Tokenizer::C.Marcus Holland-Moritz2005-02-141-1/+1
| | | p4raw-id: //depot/perl@23964
* Make Perl_keyword() another 30% faster.Marcus Holland-Moritz2005-01-311-268/+40
| | | p4raw-id: //depot/perl@23914
* More consistent names for all the parameter name/declaration methodsNicholas Clark2005-01-281-3/+3
| | | p4raw-id: //depot/perl@23897
* A script to regenerate Perl_keyword()Nicholas Clark2005-01-241-0/+306
p4raw-id: //depot/perl@23877