This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add "whereis"
[perl5.git] / t / op / cproto.t
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-07-13 Aaron CraneDelete experimental autoderef feature
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2012-05-29 Father ChrysostomosAdd protos for positive keywords
2012-05-22 Father Chrysostomoscproto.t: Add tests for BEGIN, etc.
2012-05-22 Father ChrysostomosMake cproto.t more stringent
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-08-25 Father ChrysostomosTest CORE::break’s prototype (just that this time)
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-15 Father ChrysostomosGive not and getprotobynumber listop prototypes
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-14 Father ChrysostomosRemove select’s prototype
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-08-12 Father ChrysostomosRevert "[perl #95550] Remove prototypes from (l)stat"
2011-08-09 Father ChrysostomosMake prototype("CORE::CORE") die once more.
2011-07-26 Father ChrysostomosAdd more tests to cproto.t
2011-07-26 Father Chrysostomos[perl #95550] Remove prototypes from (l)stat
2011-07-21 Father ChrysostomosCorrect lock’s prototype
2011-07-19 Father Chrysostomos[perl #94984] Remove prototypes for infix ops
2011-07-08 Father ChrysostomosAdd prototypes for __FILE__ &c.
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2009-10-22 Rafael Garcia-SuarezFix built-in prototype of each, keys, and values
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-03-24 Rafael Garcia-SuarezNow that readpipe defaults to $_, I should update the...
2006-11-02 Rafael Garcia-Suarezsay() has the same syntax than print(), so forbid to...
2006-10-31 Rafael Garcia-SuarezMake readpipe() overridable (and also `` and qx//)
2006-10-19 Rafael Garcia-SuarezMake prototype("CORE::mkdir") work. That's a special...
2006-10-18 Rafael Garcia-SuarezMake prototype("CORE::foo") return prototypes with...
2006-09-20 Rafael Garcia-Suarezprototype() wasn't working to get the prototype of...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-05-03 Rafael Garcia-SuarezFix getting prototype of builtins mkdir and setpgrp.
2005-05-03 Rafael Garcia-Suarezmkdir without arguments now defaults to $_
2003-11-05 Michael G. SchwernRe: 'make minitest' fails for op/cproto and op/pat
2003-08-30 Jarkko HietaniemiSetup @INC.
2003-08-29 Rafael Garcia-SuarezAdd a new test, to ensure that we don't unexpectedly...