summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Just for smoking - what happens if we enforce the use of getaddrinfo?smoke-me/inet_atonNicholas Clark2011-03-061-8/+1
* Socket::inet_aton() should fall back to getaddinfo() if gethostbyname() fails.Nicholas Clark2011-03-061-1/+19
* A clearer layout for the fall-through logic of Socket::inet_aton()Nicholas Clark2011-03-061-6/+10
* In inet_aton(), use newSVpvn_flags() instead of sv_newmortal(), sv_setpvn()Nicholas Clark2011-03-061-3/+1
* Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.Nicholas Clark2011-03-061-4/+7
* Skip pat_re_eval.t in minitest, as it uses re, which needs dynamic loading.Nicholas Clark2011-03-061-0/+1
* Move two tests using charnames from t/re/pat.t to pat_rt_report.tNicholas Clark2011-03-062-24/+25
* In fold_grind.t, move the use charnames; after the skip_all_if_miniperl().Nicholas Clark2011-03-061-2/+2
* Skip reg_eval_scope.t under minitest, as it needs charnames.Nicholas Clark2011-03-061-1/+6
* Skip taint.t and lex_utf8.t under minitest, as both require C<re>.Nicholas Clark2011-03-062-1/+3
* Skip reg_fold.t under minitest, as it uses charnames, which uses File::Spec.Nicholas Clark2011-03-061-0/+1
* Skip a block of ref.t's tests on minitest, as C<re> may not be available.Nicholas Clark2011-03-061-2/+3
* Correct the skip count for t/op/switch.t under minitest.Nicholas Clark2011-03-061-2/+1
* Fix magic.t's expectation for $^X under minitest when the OS makes $^X absoluteNicholas Clark2011-03-061-3/+2
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-065-19/+9
* Refactor t/op/time.t to use test.pl's warning_is().Nicholas Clark2011-03-061-10/+4
* charset.t: Don't test locale if not working.Karl Williamson2011-03-051-1/+1
* Document running "make minitest" to test miniperl.Craig A. Berry2011-03-051-0/+7
* perlfunc tweaksFather Chrysostomos2011-03-051-18/+9
* [perl #77384] Passing a ref to warn doesn't append file and lineFather Chrysostomos2011-03-052-2/+11
* Minor spelling fix.Paul Johnson2011-03-051-1/+1
* [perl #85482] Make bmuladd() able to handle third arg properly.Peter John Acklam2011-03-052-12/+2
* [perl #85476] Add tests to confirm fix of RT #49569.Peter John Acklam2011-03-054-3/+24
* [perl #85334] Document actual behaviour of from_xxx() methods.Peter John Acklam2011-03-051-0/+13
* Now that pat_{advanced,rt_report}.t use test.pl, use skip_all_if_miniperl().Nicholas Clark2011-03-052-8/+2
* Eliminate t/re/ReTest.pl. require './test.pl' directly in its 3 (former) users.Nicholas Clark2011-03-055-19/+3
* Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.plNicholas Clark2011-03-055-22/+17
* Eliminate $::ordA from ReTest.pl, inlining its constant value in its only user.Nicholas Clark2011-03-052-5/+4
* Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller.Nicholas Clark2011-03-052-34/+33
* Replace three uses of eval_ok() with is() as the tested code doesn't die.Nicholas Clark2011-03-051-6/+6
* Refactor some calls to eval_ok() into is(eval $foo ...) and is($@, '') pairs.Nicholas Clark2011-03-052-11/+22
* Add warnings_like() in test.pl to replace must_warn() in ReTest.pl.Nicholas Clark2011-03-053-33/+26
* Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().Nicholas Clark2011-03-053-22/+29
* In pat_advanced.t, refactor 6 calls to must_warn() into a loop.Nicholas Clark2011-03-051-6/+4
* Improve warning_is() to verify that exactly 0 or 1 warning has been seen.Nicholas Clark2011-03-051-3/+11
* Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl.Nicholas Clark2011-03-054-13/+18
* Eliminate must_die() from ReTest.pl, which is only used 3 times in pat.tNicholas Clark2011-03-052-17/+10
* Move the loading of %Config from ReTest.pl to the only use point in pat.tNicholas Clark2011-03-052-6/+4
* Prune redundant blank lines.Nicholas Clark2011-03-053-228/+0
* t/re/pat_{psycho,re_eval,special_cc}.t can use test.pl direct.Nicholas Clark2011-03-053-3/+3
* Eliminate the placeholder text 'Noname test'.Nicholas Clark2011-03-052-8/+8
* Eliminate iseq() from ReTest.pl by changing all callers to use is().Nicholas Clark2011-03-056-141/+139
* Eliminate nok() from ReTest.pl by refactoring all uses to other test functions.Nicholas Clark2011-03-053-18/+13
* Refactor ReTest.pl to use test.pl for testing functions and TAP generation.Nicholas Clark2011-03-051-161/+10
* Slight tweaks to regexp tests so that they still produce sane TAP with test.plNicholas Clark2011-03-054-30/+34
* Use $::TODO, instead of $TODO, and relying on use vars '$TODO' in ReTest.plNicholas Clark2011-03-053-11/+11
* Remove the line number from the test description output by ReTest.plNicholas Clark2011-03-051-1/+1
* Eliminate the global override $BugId from t/re/ReTest.plNicholas Clark2011-03-051-4/+1
* Eliminate use of $::BugId in t/re/pat_rt_report.tNicholas Clark2011-03-051-229/+229
* Eliminate use of $::BugId in t/re/pat_re_eval.tNicholas Clark2011-03-051-14/+14