summaryrefslogtreecommitdiff
path: root/t/op/cproto.t
Commit message (Expand)AuthorAgeFilesLines
* 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