summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-1/+1
* Enable ampersand calls to CORE subs with $$$ prototypesFather Chrysostomos2011-08-241-4/+51
* Allow ampersand calls to CORE subs with (_) protoFather Chrysostomos2011-08-241-1/+85
* 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
* &CORE::breakFather Chrysostomos2011-08-241-0/+12
* Test CORE::break’s prototypeFather Chrysostomos2011-08-241-1/+2
* [perl #71154] undef &$coderef consistencyFather Chrysostomos2011-08-241-0/+6
* Make $class->method work when $class is tiedFather Chrysostomos2011-08-242-2/+14
* gmagic.t: Correct two test namesFather Chrysostomos2011-08-241-2/+2
* Un-todo gmagic.t tests that now passFather Chrysostomos2011-08-241-15/+8
* Add tests for autovivication combined with get-magic, some of which are TODO.Gerard Goossen2011-08-241-0/+48
* Call get-magic once for defined ${...}Father Chrysostomos2011-08-231-1/+6
* Stop readline($foo) from autovivifyingFather Chrysostomos2011-08-231-1/+12
* close($undef) should not croak_no_modifyFather Chrysostomos2011-08-231-1/+10
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-232-1/+14
* So much for ‘correcting’ a test!Father Chrysostomos2011-08-231-1/+1
* readdir.t: Remove erroneous comments; correct testFather Chrysostomos2011-08-231-5/+4
* Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.Nicholas Clark2011-08-231-0/+70
* Remove user-defined casing featureKarl Williamson2011-08-222-133/+0
* skip a test that requires Cwd under miniperlTony Cook2011-08-231-8/+12
* skip the defined *+ and *- tests on miniperlTony Cook2011-08-221-1/+8
* Add tests for defined(*builtin)Father Chrysostomos2011-08-211-15/+48
* Make rv2gv return autovivified magic GVsFather Chrysostomos2011-08-211-1/+5
* Add tests for unlinkFather Chrysostomos2011-08-211-0/+38
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-211-1/+1
* Correct test in defins.tFather Chrysostomos2011-08-211-2/+1
* Test unpack with no argsFather Chrysostomos2011-08-201-1/+11
* &CORE::fork()Father Chrysostomos2011-08-191-0/+2
* &CORE::pwent()Father Chrysostomos2011-08-191-1/+1
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-181-1/+12
* &CORE::wantarray()Father Chrysostomos2011-08-181-0/+14
* &CORE::foo() for nullary functionsFather Chrysostomos2011-08-182-0/+114
* Propagate lvalue context only to children of list ops which are not in void c...Gerard Goossen2011-08-151-1/+8
* &CORE::not and &CORE::getprotobynumberFather Chrysostomos2011-08-151-3/+3
* Give not and getprotobynumber listop prototypesFather Chrysostomos2011-08-151-2/+2
* Document and test $; prototype syntaxFather Chrysostomos2011-08-151-1/+12
* podcheck.t pod grammar fixKarl Williamson2011-08-151-1/+1
* Make lock(&foo) syntax nominally lock the subroutineFather Chrysostomos2011-08-152-5/+3
* Add tests for precedence of CORE:: subsFather Chrysostomos2011-08-141-4/+21
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-0/+91
* Remove select’s prototypeFather Chrysostomos2011-08-141-1/+1
* Initial attempt at putting podcheck.t on a diet.Craig A. Berry2011-08-131-3/+34
* Trim trailing dots on VMS in podcheck.t.Craig A. Berry2011-08-131-0/+1
* Check more than just the first word of the "Inconsistent C3" error message.Nicholas Clark2011-08-131-1/+2
* Test __FILE__() syntaxFather Chrysostomos2011-08-121-1/+4
* 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
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-112-4/+4
* Rewrap some verbatim pod in Math::BigIntFather Chrysostomos2011-08-101-1/+1