2011-05-23 |
Nicholas Clark | Restore cmpVERSION.pl's ability to spot differences...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Fold Abigail's TAP generation logic back into cmpVERSION.pl
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Change the -x option of cmpVERSION.pl to exclude upstream...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Pass the git tag to cmpVERSION.pl with a --tag argument.
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Convert cmpVERSION.pl to Getopt::Long from Getopt:...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Trim the import list from File::Spec::Functions and...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Only load Maintainers.pm if cmpVERSION.pl is invoked...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Refactor podcheck.t to slurp files into scalars, instead...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Correct and update the comments about FBMs in Perl_sv_2...
|
commit | commitdiff | tree |
2011-05-23 |
Nicholas Clark | Add find2perl as a dependency for the target 'test_prep'.
|
commit | commitdiff | tree |
2011-05-22 |
Nicholas Clark | Perl_refcounted_he_inc() needs a dVAR to compile with...
|
commit | commitdiff | tree |
2011-05-22 |
Nicholas Clark | Restore building with -DPERL_GLOBAL_STRUCT, broken...
|
commit | commitdiff | tree |
2011-05-20 |
Nicholas Clark | Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output...
|
commit | commitdiff | tree |
2011-05-20 |
Nicholas Clark | Correct comments about B::PV::PVBM.
|
commit | commitdiff | tree |
2011-05-20 |
Nicholas Clark | Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.
|
commit | commitdiff | tree |
2011-05-20 |
Nicholas Clark | Bump the versions of B and Storable following 1b95d04f713d9c56.
|
commit | commitdiff | tree |
2011-05-20 |
Nicholas Clark | Use L<> rather than C<> in the Updated Modules section...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Remove PERL_UNUSED_ARG() from Perl_magic_clearsig(...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Remove duplicate code from pp_study(), caused by a4f4e9060b7...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Create open_print_header() to avoid duplicate parameters...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Rename do_not_edit() to open_print_header(), and move...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Add a 'quote' argument to read_only_top(), to pass...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Add an optional third argument to open_new(), to invoke...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | In regen/uconfig_h.pl use read_only_bottom_close_and_rename().
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Merge safer_close() and rename_if_different() into...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Add an optional 'mode' argument to open_new(), to open...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Rename safer_open() to open_new(), and eliminate the...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | In makemeta, pass the final file name as the second...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | study uses I32 internally for offsets, so should be...
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Remove empty #ifdef/#else/#endif block.
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | Avoid make distclean failing if t/tmp* matches a directory.
|
commit | commitdiff | tree |
2011-05-19 |
Nicholas Clark | bdec6fb9 changed utils/Makefile.SH - this needs replicating...
|
commit | commitdiff | tree |
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 |
next |