2011-03-28 |
Nicholas Clark | Regenerate uconfig.h
|
commit | commitdiff | tree |
2011-03-20 |
Nicholas Clark | Avoid warnings in pat_advanced.t in the logic for skipping...
|
commit | commitdiff | tree |
2011-03-20 |
Nicholas Clark | Skip test in pat_advanced_thr.t as it triggers an unrelated...
|
commit | commitdiff | tree |
2011-03-20 |
Nicholas Clark | Minimise the actions of the BEGIN block in B.pm
|
commit | commitdiff | tree |
2011-03-20 |
Nicholas Clark | In B, use typeglob aliasing instead of subref to typeglob...
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to NDBM_File
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to GDBM_File
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to mro
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to attributes
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to XS::Typemap
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Sys::Hostname
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to I18N::Langinfo
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Hash::Util
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to Hash::Util::FieldHash
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to File::Glob
|
commit | commitdiff | tree |
2011-03-19 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to dl_dlopen.xs
|
commit | commitdiff | tree |
2011-03-16 |
Nicholas Clark | Switch t/lib/no_load.t to done_testing() from using...
|
commit | commitdiff | tree |
2011-03-16 |
Nicholas Clark | Convert the remainder of t/op/closure.t to test.pl
|
commit | commitdiff | tree |
2011-03-16 |
Nicholas Clark | Convert the middle test loops of closure.t to test.pl
|
commit | commitdiff | tree |
2011-03-16 |
Nicholas Clark | Convert the last third of t/op/closure.t to test.pl
|
commit | commitdiff | tree |
2011-03-15 |
Nicholas Clark | Convert t/op/oct.t's main tests to data structure and...
|
commit | commitdiff | tree |
2011-03-15 |
Nicholas Clark | Convert t/op/oct.t to using test.pl for comparisons...
|
commit | commitdiff | tree |
2011-03-15 |
Nicholas Clark | Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as...
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Bring the joy of strict (and warnings) to t/op/method.t
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Convert the remainder of t/op/eval.t to test.pl
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | In t/op/eval.t, move logic from a spawned program into...
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Convert t/re/regexp_unicode_prop.t to using test.pl...
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Convert the remainder of t/op/numconvert.t to test...
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Convert t/re/subst_amp.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-14 |
Nicholas Clark | Add a test to ensure that test.pl doesn't mention $&
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Refactor t/op/assignwarn.t to generate all the tested...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/anonsub.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In test.pl, avoid using a closure to capture warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_mesg.t to test.pl and strict.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Move t/re/reg_unsafe.t's test to a fresh_perl_is()...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_email.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In overload.t, move require './test.pl' into BEGIN...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/magic.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/die_unwind.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/die_except.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/do.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/pwent.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | C<not> should be C<!> in pwent.t, to fix a precedence...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In pwent.t, sanitise the logic for opening /etc/passwd...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/mydef.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In t/op/mydef.t, add missing C<eval> to a test.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/inc.t to test.pl and use strict.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Fix long-standing bug in t/op/inc.t, whereby ok() ignored...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, inline check_some_code() into its only...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, reorder the parameters to check_some_code()
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/study.t to use test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/utf8cache.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | skip_all_without_dynamic_extension() should accepted...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Rename test.pl's skip_all_without_extension to *_dynamic_ext...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/readdir.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/goto_xs.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Move pwent.t's test for NIS+ earlier, before the "fallback...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/pwent.t, create try_prog() for the common ...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Add PERL_PRESERVE_IVUV to non_bincompat_options.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use //x to add comments to the parsing...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that we get the expected Unicode...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, constrain more tightly the testing...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use warning_is() for the should-not...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, move the test data from a heredoc...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, remove the \x sequence strings of...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that the hex sequences and \x...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert utf8decode.t to test.pl
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In test.pl, refactor the implementation of warning_...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | 11883c88c2a3bf14 introduced an error in 64bitint.t...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | C<not> should be C<!> in utf8decode.t, to fix a precedence...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Convert t/op/64bitint.t to test.pl
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Refactor die_exit.t to loop over a list, rather than...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Convert t/op/die_exit.t to test.pl
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to NamedCapture.xs
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Tweak Tie::Hash::NamedCapture's BOOT code - get the...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In reg_namedcapture.t, don't test for Errno, as the...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In Tie::Hash::NamedCapture move the tie of %+ and ...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Convert Tie::Hash::NamedCapture::TIEHASH to XS.
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Add tests for documented behaviour of Tie::Hash::NamedCaptur...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In test.pl, use block eval instead of string eval for...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Refactor skip_all_without_config() to take a list of...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Simplify the logic in t/thread_it.pl, as the callers...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | 4f890a3067e1198f missed qr// from t/re/pat.t in its...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Nothing uses $ENV{PERL_CORE_MINITEST} any more, so...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Move the special-case logic for $qr_embed_thr to regexp_qr_e...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Refactor inccode.t to use is_miniperl() instead of...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Move the test for 078c425b721ea35d from fresh_perl...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 4 tests to use skip_if_miniperl().
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor sigdispatch.t to use is_miniperl() instead...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/thread_it.pl to use test.pl's skip_all_...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 4 tests to use skip_all(), instead of longhand...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/op/getpid.t to use skip_all_if_miniperl...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Replace quit() in t/op/groups.t with test.pl's skip_all()
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Add skip_all_without_config() to test.pl, and use it...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor the startup logic in fflush.t to use skip_all()
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 5 tests to use skip_all(), instead of generating...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/lib/proxy_constant_subs.t to use skip_all_without...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Simplify the startup skip logic of tests in t/uni.
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Add skip_all_without_perlio() to test.pl, and use it...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Fix building with -Uuseperlio
|
commit | commitdiff | tree |
next |