summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
Commit message (Expand)AuthorAgeFilesLines
* Delete experimental autoderef featureAaron Crane2015-07-131-8/+8
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-1/+1
* Add protos for positive keywordsFather Chrysostomos2012-05-291-6/+6
* cproto.t: Add tests for BEGIN, etc.Father Chrysostomos2012-05-211-1/+7
* Make cproto.t more stringentFather Chrysostomos2012-05-211-1/+4
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-1/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-1/+2
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+2
* Test CORE::break’s prototype (just that this time)Father Chrysostomos2011-08-241-1/+2
* Revert "Test CORE::break’s prototype"Father Chrysostomos2011-08-241-2/+1
* Test CORE::break’s prototypeFather Chrysostomos2011-08-241-1/+2
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-211-1/+1
* Give not and getprotobynumber listop prototypesFather Chrysostomos2011-08-151-2/+2
* Make lock(&foo) syntax nominally lock the subroutineFather Chrysostomos2011-08-151-1/+1
* Remove select’s prototypeFather Chrysostomos2011-08-141-1/+1
* Change (l)stat’s prototype from * to ;*Father Chrysostomos2011-08-121-2/+2
* Revert "[perl #95550] Remove prototypes from (l)stat"Father Chrysostomos2011-08-121-2/+2
* Make prototype("CORE::CORE") die once more.Father Chrysostomos2011-08-081-1/+2
* Add more tests to cproto.tFather Chrysostomos2011-07-261-1/+4
* [perl #95550] Remove prototypes from (l)statFather Chrysostomos2011-07-261-2/+2
* Correct lock’s prototypeFather Chrysostomos2011-07-211-1/+1
* [perl #94984] Remove prototypes for infix opsFather Chrysostomos2011-07-181-11/+11
* Add prototypes for __FILE__ &c.Father Chrysostomos2011-07-081-1/+4
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-8/+8
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-3/+3
* Fix built-in prototype of each, keys, and valuesRafael Garcia-Suarez2009-10-221-3/+3
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-2/+1
* Now that readpipe defaults to $_, I should update the prototype tableRafael Garcia-Suarez2007-03-241-1/+1
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-1/+1
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-311-1/+1
* Make prototype("CORE::mkdir") work. That's a special case,Rafael Garcia-Suarez2006-10-191-1/+1
* Make prototype("CORE::foo") return prototypes with _ when it shouldRafael Garcia-Suarez2006-10-181-24/+24
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-2/+6
* latest switch/say/~~Robin Houston2005-12-191-1/+1
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-031-2/+2
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-031-1/+1
* Re: 'make minitest' fails for op/cproto and op/patMichael G. Schwern2003-11-051-1/+3
* Setup @INC.Jarkko Hietaniemi2003-08-301-0/+5
* Add a new test, to ensure that we don't unexpectedly changeRafael Garcia-Suarez2003-08-291-0/+256