summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* perldiag: Tweak pack/% messageFather Chrysostomos2011-12-281-1/+0
* diag.t: perldiag does not escape %Father Chrysostomos2011-12-281-4/+3
* Teach diag.t about "CONSTANTS" in msgsFather Chrysostomos2011-12-281-3/+2
* perldiag: Document 2 more ‘Can't open’ messagesFather Chrysostomos2011-12-281-1/+0
* perldiag: Tweak ‘Can't open perl script’Father Chrysostomos2011-12-281-1/+0
* Correct spelling of sv_insert error msgFather Chrysostomos2011-12-281-1/+0
* More diag_listed_asFather Chrysostomos2011-12-281-2/+0
* pp_hot.c: diag_listed_as for method errorFather Chrysostomos2011-12-271-1/+0
* perldiag: Document ‘Bizarre SvTYPE’Father Chrysostomos2011-12-271-1/+0
* diag.t: Rmv warning about "0" from to-do listFather Chrysostomos2011-12-271-1/+0
* perldiag: Remove ‘in %s’ from bizarre copy msgFather Chrysostomos2011-12-271-1/+0
* Move diag_listed_as entry in gv.cFather Chrysostomos2011-12-271-1/+0
* Teach diag.t that %s%s == %sFather Chrysostomos2011-12-271-8/+8
* Remove item from diag.t’s to-do listFather Chrysostomos2011-12-271-1/+0
* Turn on AvREAL for tied arraysFather Chrysostomos2011-12-271-0/+10
* Fix crash when tying @DB::argsFather Chrysostomos2011-12-271-1/+15
* Teach diag.t about multiline messagesFather Chrysostomos2011-12-261-8/+24
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-261-3/+29
* perldiag: Make 2 errors match the actual messageFather Chrysostomos2011-12-251-2/+0
* diag.t: Remove documented entryFather Chrysostomos2011-12-251-1/+0
* Document ‘Attempt to clear deleted array’ in perldiagFather Chrysostomos2011-12-251-1/+0
* Add diag_listed_as for non-numeric warningsFather Chrysostomos2011-12-251-2/+0
* PerlIO::get_layers: Treat numbers as stringsFather Chrysostomos2011-12-251-1/+5
* [perl #97956] PerlIO::get_layers: call get-magicFather Chrysostomos2011-12-251-1/+20
* Run more substr tests under a new threadFather Chrysostomos2011-12-241-31/+31
* select() can return undef when defoutgv is setFather Chrysostomos2011-12-241-1/+8
* select() sometimes returns invalid stringFather Chrysostomos2011-12-241-1/+9
* Add basic tests for select()Father Chrysostomos2011-12-241-0/+19
* coresubs.t: Call done_testing with an argFather Chrysostomos2011-12-241-2/+1
* coreamp.t: Call done_testing with an argFather Chrysostomos2011-12-241-6/+1
* Don’t warn for open(foo::bar)Father Chrysostomos2011-12-241-0/+1
* use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-241-0/+9
* Fix up t/lib/feature/implicitFather Chrysostomos2011-12-241-8/+1
* Exclude regen/feature.pl from podcheck.tFather Chrysostomos2011-12-241-0/+1
* regen.t: update test countFather Chrysostomos2011-12-241-1/+1
* Don’t clobber all magic when clobbering vstringFather Chrysostomos2011-12-231-1/+9
* ver.t: require test.pl in a BEGIN blockFather Chrysostomos2011-12-231-1/+1
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-1/+5
* Move Tie-File out of cpan/ and into dist/Todd Rinaldo2011-12-232-2/+4
* Don’t double-free hint hash if copying diesFather Chrysostomos2011-12-231-2/+29
* Port utils test to VMS.Craig A. Berry2011-12-231-3/+5
* Added porting tests for CUSTOMIZED filesChris 'BinGOs' Williams2011-12-222-0/+158
* Add t/porting/utils.t, to test that utility scripts still compile.Nicholas Clark2011-12-221-0/+88
* Copy hints from tied hh to inner compile scopesFather Chrysostomos2011-12-211-6/+25
* regen pod issuesFather Chrysostomos2011-12-211-3/+2
* podcheck.t: skip make-rmg-checklistFather Chrysostomos2011-12-211-0/+1
* charnames tests: Add names to some more testsKarl Williamson2011-12-201-23/+23
* test.pl: Add commentKarl Williamson2011-12-201-1/+1
* Autoload charnames for \N{name}Karl Williamson2011-12-201-2/+24
* [perl #106282] Don’t crash cloning tied %^HFather Chrysostomos2011-12-201-2/+25