2011-06-11 |
Craig A. Berry | Typo in VMS-specific realclean target from 6f83ef0e5a45... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
David Golden | Added Alan Haggai Alavi to AUTHORS |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Alan Haggai... | perlvar.pod: fixed typo |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Correct errors in the use of multiple targets, which... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Sort magic and magic vtable names in files generated... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate magic_names in dump.c using mg_vtable.pl. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate the PERL_MAGIC_* defines using mg_vtable.pl. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In PL_magic_data flag whether magic can be added to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Store a flag for container/value magic in PL_magic_data. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Create a lookup table for magic vtables from magic... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Refactor generate_uudmap.c to use a helper function... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Provide the names of the magic vtables in PL_magic_vtab... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Replace references to PL_vtbl_{bm,fm} in the code with... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Refactor Perl_get_vtbl() to a small array lookup from... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Tests for Perl_get_vtbl() |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Replace PL_vtbl_* with an array PL_magic_vtables. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate the enum for want_vtbl_* with regen/mg_vtable.pl |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Remove want_vtbl_{glob,symtab}, which aren't used and... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Move the work of MGVTBL_SET() from the C pre-processor... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Move the cast for a magic vtable with const get into... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generate the definitions for magic vtables from data... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Abolish PL_vtbl_sig. It's been all 0s since it was... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Store FBMs in PVMGs, instead of GVs. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Store the BM table in mg_ptr instead of after SvCUR(). |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Exit early from Perl_fbm_compile() if the SV is already... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In Perl_fbm_instr(), use a switch() statement for the... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In Perl_fbm_compile(), use STRLEN instead of U32 to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Use SvTAIL() instead of BmFLAGS(). The core no longer... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Emulate the value of BmFLAGS() using SvTAIL(). |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000 |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Don't fbm_compile() studied scalars, to give more flexi... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Don't allow study on an FBM scalar, to give more flexib... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Test dumping studied scalars. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In Perl_sv_2[inu]v_flags(), use the non-caching code... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3, inline xfork() and xclose_on_exec()... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the DO_SPAWN code... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the fork/exec code... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), refactor the common code into... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), switch from 'r' and 'w' to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Use $handles[2]{dup_of_out} for the special case code... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Move the table describing file handles near to the... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Move the autovivification emulation code to the top... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Refactor IPC::Open3::_open3() to find the caller's... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | IPC::Open3::open3() couldn't duplicate numeric file... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Avoid an uninitialized hash key in IPC::Open::spawn_wit... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | IPC::Open3::open3() shouldn't fail if any of *STD{IN... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Add debug code to test IPC::Open3::spawn_with_handles... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | In IPC::Open3::_open(), use 3 argument open to avoid... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Generalise IPC::Open3::xopen() to $n-argument open. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Nicholas Clark | Simplify the test for IPC::Open bug RT #72016. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Revert "Regenerate known_pod_issues.dat" |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Leon Brocard | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Leon Brocard | Update the list of CPAN mirrors in pod/perlmodlib.PL |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Correct example commit in release_managers_guide.pod... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Regenerate known_pod_issues.dat |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Leon Brocard | Add program which generates the list of registered... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Robin Barker | unused variable tmpgv |
commit | commitdiff | tree | snapshot |
2011-06-10 |
David Golden | Show diagnostic link format in perldelta template |
commit | commitdiff | tree | snapshot |
2011-06-10 |
David Golden | podcheck.t: decode verbatim paragraphs before checking... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
David Golden | Partial perldelta update through 9603df1 |
commit | commitdiff | tree | snapshot |
2011-06-10 |
David Golden | git-deltatool: show progress only for interactive modes |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Suppress proto warning from attrs.t |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | perldata: Link directly to $; |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Add another address for Ian Goodacre |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Ian Goodacre | Document multi-dimensional array emulation. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Jesse Vincent | We'll no longer add RCs to perlhist.pod |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chia-liang Kao | Update irc and tw mongers links. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chia-liang Kao | convert README.tw to utf-8 |
commit | commitdiff | tree | snapshot |
2011-06-10 |
David Mitchell | Benchmart.t: improved diagnostics |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Leon Brocard | Update Porting/core-cpan-diff to use HTTP::Tiny |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | Scalar keys assignment through lvalue subs |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Father Chrysostomos | In B::Concise and op.h list all ops that use LVSUB |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Pau Amma | [perl #92542] perl5134delta.pod has a repeated word... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
David Mitchell | t/op/sselect.t: reduce random failures (hopefully) |
commit | commitdiff | tree | snapshot |
2011-06-09 |
David Mitchell | t/op/sselect.t: add descriptions to ok() tests |
commit | commitdiff | tree | snapshot |
2011-06-09 |
David Mitchell | t/op/alarm.t: reduce intermittent failures |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updates to perldelta for all the updated CPAN modules. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated JSON-PP to CPAN version 2.27200 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Encode to CPAN version 2.43 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Unicode-Collate to CPAN version 0.76 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Unicode-Normalize to CPAN version 1.12 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Sys-Syslog to CPAN version 0.29 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Filter-Util-Call to CPAN version 1.39 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Update DB_File to CPAN version 1.822 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated CGI to CPAN version 3.54 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated IO-Compress to CPAN version 2.035 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Compress-Raw-Zlib to CPAN version 2.035 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Compress-Raw-Bzip2 to CPAN version 2.035 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated XSLoader to CPAN version 0.15 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Updated Digest-SHA to CPAN version 5.62 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Update CPAN-Meta to CPAN version 2.110930 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris 'BinGOs... | Update CPANPLUS to CPAN version 0.9105 |
commit | commitdiff | tree | snapshot |
next |