2011-05-19 |
Nicholas Clark | In t/op/reset.t, don't eval "" in void context - die...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | In Perl_op_clear(), uncomment the call to mad_free()
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | In S_fold_constants() under MAD, need to copy the SV...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Under ithreads, convert SVOPs stored in MADPROPs to...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Allocate MADPROPs using PerlMemShared_malloc()
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | In Perl_regdupe_internal() eliminate npar, which is...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | In S_regpiece(), only declare parse_start if conditional...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | In Perl_safesyscalloc(), only declare total_size if...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | In pp_warn and pp_die, eliminate pv, which is assigned...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | Eliminate C variables unused since 4d0fbddde6c5dcb9...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | In S_doparseform(), don't force the pattern to a string...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | Store the compiled format in mg_ptr instead of after...
|
commit | commitdiff | tree |
2011-05-18 |
Nicholas Clark | S_doparseform() should return void, not OP*, as it...
|
commit | commitdiff | tree |
2011-04-20 |
Nicholas Clark | On Win32, skip the tests added in 011c3814, as alarm...
|
commit | commitdiff | tree |
2011-04-15 |
Nicholas Clark | In the release guide, mention the AdvanceCOMP can compress...
|
commit | commitdiff | tree |
2011-04-13 |
Nicholas Clark | In testargs.t in Test::Harness, don't run a world-writable...
|
commit | commitdiff | tree |
2011-04-12 |
Nicholas Clark | Fix eval.t under minitest, inadvertently broken by...
|
commit | commitdiff | tree |
2011-04-06 |
Nicholas Clark | c31c2913 swaps the order of uninitialised warnings...
|
commit | commitdiff | tree |
2011-04-05 |
Nicholas Clark | In Darwin's hints, only add -no-cpp-precomp to ccflags...
|
commit | commitdiff | tree |
2011-04-05 |
Nicholas Clark | Bump ExtUtils::CBuilder version following a24b897525551a1d.
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Make the request to fix rather than report bugs in...
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | For microperl, add uconfig64.sh, with values suitable...
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | microperl should use *signed* char for i8, as (plain...
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Fix *printf %ld handling for microperl (and other obscure...
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Add very simple microtest for microperl
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Default microperl to no optimisation.
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | microperl: Define NO_MATHOMS to save ~10k
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Don't automatically regenerate uconfig.h as part of...
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Add regen/uconfig_h.pl to regenerate uconfig.h
|
commit | commitdiff | tree |
2011-03-28 |
Nicholas Clark | Extract read_only_bottom() from read_only_bottom_close_and_r...
|
commit | commitdiff | tree |
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 |
next |