summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingKarl Williamson2010-09-251-3/+3
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-4/+1
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-3/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-10/+7
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-245-10/+14
* Avoid using double quotes in a one-liner runperl.Nicholas Clark2010-09-241-1/+1
* [perl #71806] perldb does not setup %dbline with the shebang option -dFather Chrysostomos2010-09-231-1/+14
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-221-1/+5
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-223-6/+42
* Add lib to @INC in t/base/rs.tFather Chrysostomos2010-09-221-3/+9
* [perl #20444] regex not evaluated in constant ?:Father Chrysostomos2010-09-201-1/+31
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-201-1/+23
* Add missing bug numbersFather Chrysostomos2010-09-203-3/+3
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-1/+19
* porting/manifest.t fail gracefully under !gitDavid Mitchell2010-09-201-0/+1
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+17
* Add (?^...) regex constructKarl Williamson2010-09-206-12/+16
* Upgade NEXT from version 0.64 to 0.65Florian Ragwitz2010-09-201-1/+0
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-162-0/+28
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+8
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-1/+25
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
* Upgrade Math::BigRat from version 0.25 to 0.26Florian Ragwitz2010-09-151-2/+0
* Extra tests for a regex followed by an operator or a statement modifier.Bram2010-09-131-1/+36
* Add tests for 72922.Bram2010-09-131-1/+62
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-1/+11
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-2/+4
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-111-0/+25
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+18
* Remove obsolete core test directory boilerplate from Math::BigInt.Nicholas Clark2010-09-101-1/+0
* Remove obsolete core test directory boilerplate from bignum.Nicholas Clark2010-09-101-1/+0
* Math-BigInt runs fine under PERL_CORE nowFlorian Ragwitz2010-09-101-1/+0
* Teach t/TEST about Math-BigInt in dist/Florian Ragwitz2010-09-091-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-1/+17
* make qw(...) first-class syntaxZefram2010-09-084-4/+249
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-1/+19
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-071-1/+25
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-1/+17
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-062-1/+143
* blead is upstream for bignumFlorian Ragwitz2010-09-031-1/+1
* blead is upstream for Math-BigIntFlorian Ragwitz2010-09-021-1/+1
* Fix test (see <20100901161607.GB2892@iabyn.com>)Abigail2010-09-021-2/+1
* t/lib/common.pl must convert $^X to an absolute path before changing directory.Nicholas Clark2010-09-011-1/+2