summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-1/+1
* [perl #97478] Make ‘Can’t find opnumber’ UTF-8- and null-cleanFather Chrysostomos2012-05-291-1/+11
* bproto.t: Test pos(1,$b)Father Chrysostomos2012-05-291-1/+2
* Make &CORE::undef(\*_) undefine it properlyFather Chrysostomos2012-05-291-1/+4
* &CORE::undef should be an lvalue subFather Chrysostomos2012-05-291-3/+3
* Add &CORE::undefFather Chrysostomos2012-05-292-14/+43
* Add &CORE::studyFather Chrysostomos2012-05-292-2/+4
* Add &CORE::splitFather Chrysostomos2012-05-292-2/+2
* Add &CORE::scalarFather Chrysostomos2012-05-292-2/+7
* Add &CORE::prototypeFather Chrysostomos2012-05-292-3/+8
* Add &CORE::posFather Chrysostomos2012-05-292-3/+42
* Add &CORE::globFather Chrysostomos2012-05-292-3/+17
* Add &CORE::existsFather Chrysostomos2012-05-292-3/+4
* Add &CORE::deleteFather Chrysostomos2012-05-292-4/+6
* Add &CORE::definedFather Chrysostomos2012-05-292-2/+2
* coresubs.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-3/+9
* coreamp.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-2/+9
* Add protos for positive keywordsFather Chrysostomos2012-05-291-6/+6
* Add test for [perl #113400]Father Chrysostomos2012-05-281-1/+2
* [perl #112272] return EEXIST on link() to an existing fileTony Cook2012-05-281-1/+0
* [perl #112272] test link()'s error returns (TODO)Tony Cook2012-05-281-0/+41
* Fix for [perl #9423] vec assignments generate 2 warningsBrian Fraser2012-05-261-1/+0
* Test case for [perl #9391]Brian Fraser2012-05-251-0/+12
* remove deprecated qw-as-parens behaviourZefram2012-05-251-236/+0
* Fix for [perl #8931], call magic only once for join's first arg.Brian Fraser2012-05-251-0/+18
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-246-16/+21
* add Version::Requirements as a known linkable-to libRicardo Signes2012-05-241-0/+1
* Revert "t/porting/checkcase.t should skip directories"Ricardo Signes2012-05-241-16/+11
* [perl #60204] Unhelpful error message from unpackMarcus Holland-Moritz2012-05-231-2/+10
* podcheck.t: Try harder to avoid transitory failureKarl Williamson2012-05-231-11/+41
* podcheck.t: Add label to 'next' stmts for clarityKarl Williamson2012-05-231-3/+4
* perlfunc: long linesFather Chrysostomos2012-05-231-2/+1
* perlebcdic: make verbatim line fit in 79 colsKarl Williamson2012-05-221-1/+1
* perlebcdic: Narrow table to fit in 79 columnsKarl Williamson2012-05-221-2/+2
* podcheck.t: Allow checking old perldeltaKarl Williamson2012-05-221-2/+4
* Experimentally add VT to \s definitionKarl Williamson2012-05-221-1/+1
* Close the filehandle actually being tested in uni/readline.tSteve Hay2012-05-221-1/+1
* Don’t crash with &CORE::foo after undefining *_Father Chrysostomos2012-05-211-0/+7
* Test that ‘require v5’ ignores sub named v5Father Chrysostomos2012-05-211-1/+6
* Make while(each ...) imply defined($_ = ...)Father Chrysostomos2012-05-211-1/+28
* override.t: Remove obsolete commentFather Chrysostomos2012-05-211-1/+0
* require_errors.t: Test <> errorFather Chrysostomos2012-05-211-1/+4
* Allow require_errors.t to be run from the top levelFather Chrysostomos2012-05-211-0/+1
* coreamp.t: rename badly-named testsFather Chrysostomos2012-05-211-2/+2
* cproto.t: Add tests for BEGIN, etc.Father Chrysostomos2012-05-211-1/+7
* Make cproto.t more stringentFather Chrysostomos2012-05-211-1/+4
* Make pos(@array) and pos(%hash) into errorsFather Chrysostomos2012-05-211-1/+10
* [rt #111730] don't use I32 for offsets in vec()Tony Cook2012-05-211-3/+1
* [rt #111730] TODO tests for vec() with large offsetsTony Cook2012-05-211-0/+36
* [rt #100514] regression test for read() with a 2Gib offsetTony Cook2012-05-211-0/+24