summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* podcheck.t: update known issuesv5.15.0David Golden2011-06-201-0/+1
* tweak perlhack and update known POD issuesDavid Golden2011-06-201-0/+1
* Typo in podcheck.tFather Chrysostomos2011-06-171-1/+1
* Remove unnecessary code and testsFather Chrysostomos2011-06-171-14/+2
* perlfaq4: Use E<> instead of non-ASCIIKarl Williamson2011-06-171-1/+0
* podcheck.t: Suppress entity out of range messagesKarl Williamson2011-06-172-1/+2
* podcheck: Make sure perltoc is knownKarl Williamson2011-06-172-12/+11
* podcheck.t: Add --add_link optionKarl Williamson2011-06-171-20/+83
* podcheck.t: Add 'Shell' to list of known modulesKarl Williamson2011-06-171-0/+1
* Allow ‘sub x :lvalue’ to apply to XSUBs and stubsFather Chrysostomos2011-06-171-1/+11
* [perl #81944] Non-lvalue subs do not copy return valuesFather Chrysostomos2011-06-161-1/+25
* Stop lvalue subs from copying read-only scalarsFather Chrysostomos2011-06-161-1/+12
* Test ref(\pos) and ref(\vec...)Father Chrysostomos2011-06-161-2/+4
* podcheck.t: Special case perldeltaKarl Williamson2011-06-162-6/+16
* podcheck.t: Ignore perldelta_template.podKarl Williamson2011-06-162-5/+2
* podcheck.t: NAME ok to be used in multi perldeltasKarl Williamson2011-06-161-1/+1
* revert recent changes to eintr.tDavid Mitchell2011-06-161-60/+10
* charnames: Add :loose matchingKarl Williamson2011-06-151-0/+18
* [perl #92828] eintr.t hangs on FreeBSDDavid Mitchell2011-06-151-0/+29
* Kill Devel::DProfFlorian Ragwitz2011-06-141-0/+1
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-142-19/+3
* In magic.t, restore $$ after modifying it.Nicholas Clark2011-06-141-0/+2
* [perl #8611] tied handles and gotos don't mixDavid Mitchell2011-06-141-0/+32
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-3/+17
* Generate the table of core magic types in perlguts.pod using mg_vtable.plNicholas Clark2011-06-121-1/+1
* Fix some broken URLs found by Porting/checkURL.plLeon Brocard2011-06-121-1/+1
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-113-3/+22
* Correct file references in switch.tFather Chrysostomos2011-06-111-2/+2
* Remove another bug workaroundFather Chrysostomos2011-06-111-3/+2
* Remove workaround for fixed bugFather Chrysostomos2011-06-111-1/+0
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-111-3/+11
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-111-0/+11
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-111-0/+14
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-111-23/+0
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-111-1/+1
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-1/+1
* Generate the definitions for magic vtables from data in a regen script.Nicholas Clark2011-06-111-1/+1
* Exit early from Perl_fbm_compile() if the SV is already "compiled".Nicholas Clark2011-06-111-1/+7
* Revert "Regenerate known_pod_issues.dat"Father Chrysostomos2011-06-101-1/+0
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadLeon Brocard2011-06-101-0/+1
|\
| * Regenerate known_pod_issues.datFather Chrysostomos2011-06-101-0/+1
* | Update the list of CPAN mirrors in pod/perlmodlib.PLLeon Brocard2011-06-101-1/+1
|/
* Show diagnostic link format in perldelta templateDavid Golden2011-06-101-1/+1
* podcheck.t: decode verbatim paragraphs before checking lengthDavid Golden2011-06-102-4/+8
* Suppress proto warning from attrs.tFather Chrysostomos2011-06-101-1/+1
* Scalar keys assignment through lvalue subsFather Chrysostomos2011-06-091-1/+6
* t/op/sselect.t: reduce random failures (hopefully)David Mitchell2011-06-091-8/+21
* t/op/sselect.t: add descriptions to ok() testsDavid Mitchell2011-06-091-11/+14
* t/op/alarm.t: reduce intermittent failuresDavid Mitchell2011-06-091-9/+14
* eintr.t: skip based on capability rather than OSDavid Mitchell2011-06-091-10/+31