Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | say() has the same syntax than print(), so forbid to override it | Rafael Garcia-Suarez | 2006-11-02 | 1 | -2/+2 |
| | | | | | (like print()) p4raw-id: //depot/perl@29191 | ||||
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -2/+2 |
| | | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053 | ||||
* | prototype() wasn't working to get the prototype of optional core | Rafael Garcia-Suarez | 2006-09-20 | 1 | -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" feature | Rafael Garcia-Suarez | 2006-05-03 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@28087 | ||||
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28086 | ||||
* | FEATURE_IS_ENABLED takes only one parameter now, so reflect that in | Rafael Garcia-Suarez | 2006-04-04 | 1 | -2/+1 |
| | | | | | perl_keyword.pl p4raw-id: //depot/perl@27713 | ||||
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+1 |
| | | | | | Message-ID: <43BE7C4D.1010302@gmail.com> p4raw-id: //depot/perl@26675 | ||||
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+2 |
| | | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432 | ||||
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -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() tasks | Steve Peters | 2005-05-09 | 1 | -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-Moritz | 2005-02-14 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@23964 | ||||
* | Make Perl_keyword() another 30% faster. | Marcus Holland-Moritz | 2005-01-31 | 1 | -268/+40 |
| | | | p4raw-id: //depot/perl@23914 | ||||
* | More consistent names for all the parameter name/declaration methods | Nicholas Clark | 2005-01-28 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@23897 | ||||
* | A script to regenerate Perl_keyword() | Nicholas Clark | 2005-01-24 | 1 | -0/+306 |
p4raw-id: //depot/perl@23877 |