2011-06-11 |
Nicholas Clark | Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Don't fbm_compile() studied scalars, to give more flexibilit...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Don't allow study on an FBM scalar, to give more flexibility...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Test dumping studied scalars.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In Perl_sv_2[inu]v_flags(), use the non-caching code...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3, inline xfork() and xclose_on_exec()...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the DO_SPAWN code...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the fork/exec code...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the common code into...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), switch from 'r' and 'w' to...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Use $handles[2]{dup_of_out} for the special case code...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Move the table describing file handles near to the...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Move the autovivification emulation code to the top...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Refactor IPC::Open3::_open3() to find the caller's...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | IPC::Open3::open3() couldn't duplicate numeric file...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Avoid an uninitialized hash key in IPC::Open::spawn_with_han...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | IPC::Open3::open3() shouldn't fail if any of *STD{IN...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Add debug code to test IPC::Open3::spawn_with_handles...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), use 3 argument open to avoid...
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Generalise IPC::Open3::xopen() to $n-argument open.
|
commit | commitdiff | tree |
2011-06-11 |
Nicholas Clark | Simplify the test for IPC::Open bug RT #72016.
|
commit | commitdiff | tree |
2011-06-06 |
Nicholas Clark | Test that IPC::Open{2,3} correctly fault read-only...
|
commit | commitdiff | tree |
2011-06-06 |
Nicholas Clark | Test that IPC::Open{2,3} correctly qualify file handles...
|
commit | commitdiff | tree |
2011-06-06 |
Nicholas Clark | In IPC-Open2.t, use functions other than ok(), to generate...
|
commit | commitdiff | tree |
2011-06-06 |
Nicholas Clark | In IPC-Open3.t, merge two similar tests using a loop.
|
commit | commitdiff | tree |
2011-06-02 |
Nicholas Clark | Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICO...
|
commit | commitdiff | tree |
2011-05-27 |
Nicholas Clark | regcomp.c: Fix memory leak regression
|
commit | commitdiff | tree |
2011-05-24 |
Nicholas Clark | In Perl_pv_escape(), avoid reading 1 byte beyond the...
|
commit | commitdiff | tree |
2011-05-24 |
Nicholas Clark | Improve comments in sv.h describing SVrepl_EVAL and...
|
commit | commitdiff | tree |
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 |
next |