summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep verbatim pod in various dist/* pods within 79 colsFather Chrysostomos2011-08-101-3/+0
* Keep verbatim pod in I18N:LT and IO.pm within 80 colsFather Chrysostomos2011-08-101-2/+0
* Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 colsFather Chrysostomos2011-08-101-1/+0
* autodoc.pl: output to fit in 79 columnsKarl Williamson2011-08-091-2/+1
* podcheck.t: Change verbatim line length max to 79Karl Williamson2011-08-092-145/+163
* Keep verbatim pod in ExtUtils::Typemaps within 80 colsFather Chrysostomos2011-08-091-1/+0
* Ignore another editor droppinkFather Chrysostomos2011-08-091-1/+1
* Keep verbatim pod in ExtUtils::Installed within 80 colsFather Chrysostomos2011-08-091-1/+0
* Keep verbatim pod in Data::Dumper within 80 colsFather Chrysostomos2011-08-091-1/+0
* Keep verbatim pod in File::VMS/Win32 within 80 colsFather Chrysostomos2011-08-091-2/+0
* Keep verbatim pod in File::Mac/Unix within 80 colsFather Chrysostomos2011-08-091-2/+0
* Keep verbatim pod in File::Spec within 80 colsFather Chrysostomos2011-08-091-1/+0
* Make prototype("CORE::CORE") die once more.Father Chrysostomos2011-08-081-1/+2
* Only warn about "Statement unlikely to be reached" after an exec if exec is a...Gerard Goossen2011-08-081-0/+6
* Change aassign_common_vars to check using the optree without using the linked...Gerard Goossen2011-08-081-1/+1
* AASSIGN_COMMON var detection bug with logical operators, TODO testGerard Goossen2011-08-081-1/+8
* Fix porting check for dots in directory names.Craig A. Berry2011-08-081-2/+2
* RT #96354: \h \H \v and \V didn't check for EOLDavid Mitchell2011-08-051-1/+9
* Skip the hanging eintr.t test on GNU/kFreeBSD tooNiko Tyni2011-08-041-1/+1
* Make verbatim pod in bignum.pm fit in 80 columnsFather Chrysostomos2011-08-021-1/+0
* Make verbatim pod in bigint.pm fit in 80 columnsFather Chrysostomos2011-07-311-1/+0
* Make verbatim pod in fields.pm fit in 80 columnsFather Chrysostomos2011-07-311-1/+0
* Attribute::Handlers: re-indent verbatim podFather Chrysostomos2011-07-311-1/+0
* podcheck.t: Correctly count columnsKarl Williamson2011-07-312-82/+62
* inifinite loop breaking some strict checking, TODO test.Gerard Goossen2011-07-311-0/+10
* /aa and \b fail under some utf8 stringsKarl Williamson2011-07-301-2/+0
* Panic with \b and /aaKarl Williamson2011-07-301-3/+5
* disable some shallow-recurse rpeep testsDavid Mitchell2011-07-291-3/+5
* podcheck.t: Fix confusion between "indent", "tab stop"Karl Williamson2011-07-281-2/+7
* podcheck.t: Improve documentationKarl Williamson2011-07-271-6/+50
* podcheck.t: Don't warn on perldelta placeholder linkKarl Williamson2011-07-272-2/+1
* podcheck.t: Move perldelta placeholder link checksKarl Williamson2011-07-271-7/+19
* Add more tests to cproto.tFather Chrysostomos2011-07-261-1/+4
* [perl #95550] Remove prototypes from (l)statFather Chrysostomos2011-07-261-2/+2
* Some perlfunc cleanup/reflowFather Chrysostomos2011-07-221-1/+1
* Reflow perlfunc/stat for 80 columnsFather Chrysostomos2011-07-221-1/+1
* Call get-magic on temp returned under recursionFather Chrysostomos2011-07-221-0/+15
* Make tests for gmagic on sub exit count fetchesFather Chrysostomos2011-07-221-11/+16
* Don’t call get-magic twice for sym refsFather Chrysostomos2011-07-211-1/+11