This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-06-13 Karl Williamsoncharnames: Abbreviations wrong on certain C1 controls
2011-06-13 Father ChrysostomosMove an XS::APItest var decl to PREINIT
2011-06-13 Father ChrysostomosMore perldelta entries
2011-06-13 Father ChrysostomosSome perldelta updates
2011-06-12 Father ChrysostomosFix typo in perlmod
2011-06-12 Father ChrysostomosCompletely free hashes containing nulls
2011-06-12 Nicholas ClarkReorder interpreter struct to remove alignment holes
2011-06-12 Nicholas ClarkRe-order perlvars.h to group related variables, and...
2011-06-12 Nicholas ClarkPL_perlio_mutex is only needed with USE_UIHREADS &...
2011-06-12 Nicholas ClarkChange PL_use_safe_putenv from int to bool.
2011-06-12 Nicholas ClarkMove PL_runops_{std,dbg} to perl.h, and make them const.
2011-06-12 Nicholas ClarkMove PL_global_struct_size, PL_interp_size{,_5_16_0...
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-06-12 Nicholas ClarkMove PL_{revision,version,subversion} to perl.h, making...
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-12 Nicholas ClarkEliminate PL_patleave, unused since perl 5.0 alpha 2.
2011-06-12 Nicholas ClarkMove the temporary definitions for PERLVAR* macros...
2011-06-12 Leon BrocardUpdate Porting/checkURL.pl to not verify secure hostnam...
2011-06-12 Leon BrocardFix broken URL in dist/threads/lib/threads.pm for the...
2011-06-12 Leon BrocardFix broken URLs in dist/Net-Ping/Changes from perlbrows...
2011-06-12 Leon BrocardFix broken URLs in dist/Locale-Maketext/lib/Locale...
2011-06-12 Leon BrocardFix broken URLs in ExtUtils-Install/Changes from perlbr...
2011-06-12 Leon BrocardFix broken URL in threads/shared.pm for the itheads...
2011-06-12 Leon BrocardFix broken URLs for RFCs, bump version and document...
2011-06-12 Leon BrocardFix two broken URLs in mro.pm, bump version and documen...
2011-06-12 Nicholas ClarkGenerate the table of core magic types in perlguts...
2011-06-12 Nicholas ClarkIn regen/mg_vtable.pl, move $longest inside the only...
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-12 Leon BrocardFix some broken URLs found by Porting/checkURL.pl
2011-06-12 Nicholas ClarkShrink struct am_table.
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-11 Father ChrysostomosCorrect file references in switch.t
2011-06-11 Father ChrysostomosRemove TODO markers from Devel::Peek tests
2011-06-11 Father ChrysostomosRemove x bit from rt-16221.t
2011-06-11 Father ChrysostomosIncrease Math::BigInt’s version
2011-06-11 Father ChrysostomosIncrease Math::BigFloat’s version
2011-06-11 Ton Hospel[perl #85026] Iterate hashes by hand during do_sv_dump
2011-06-11 Father ChrysostomosRevert "Perl_do_sv_dump: alert when skipping elements"
2011-06-11 Salvador Fandinoallow features inside interactive debugger
2011-06-11 Father ChrysostomosAdd dist/Math-BigInt/t/rt-16221.t to MANIFEST
2011-06-11 Peter John... Fix Math::BigFloat->numify().
2011-06-11 Peter John... Fix objectify()'s handling of "foreign objects".
2011-06-11 Peter John... Add sign function bsgn() as a complement to babs().
2011-06-11 Father ChrysostomosRemove another bug workaround
2011-06-11 Father ChrysostomosRemove workaround for fixed bug
2011-06-11 Father ChrysostomosRevert "Revert "Make untie check the FAKE flag on globs""
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77688] tie $scalar can tie a...
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77496] tied gets scalars and...
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-06-11 Nicholas ClarkAdd Porting/make_modlib_cpan.pl to MANIFEST.
2011-06-11 Karl Williamsonregexec.c: Remvove unnecessary special handling for...
2011-06-11 Craig A. BerryTypo in VMS-specific realclean target from 6f83ef0e5a45...
2011-06-11 David GoldenAdded Alan Haggai Alavi to AUTHORS
2011-06-11 Alan Haggai... perlvar.pod: fixed typo
2011-06-11 Nicholas ClarkCorrect errors in the use of multiple targets, which...
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkRefactor generate_uudmap.c to use a helper function...
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkPL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste...
2011-06-11 Nicholas ClarkRefactor Perl_get_vtbl() to a small array lookup from...
2011-06-11 Nicholas ClarkTests for Perl_get_vtbl()
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-06-11 Nicholas ClarkGenerate the enum for want_vtbl_* with regen/mg_vtable.pl
2011-06-11 Nicholas ClarkRemove want_vtbl_{glob,symtab}, which aren't used and...
2011-06-11 Nicholas ClarkMove the work of MGVTBL_SET() from the C pre-processor...
2011-06-11 Nicholas ClarkMove the cast for a magic vtable with const get into...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkStore the BM table in mg_ptr instead of after SvCUR().
2011-06-11 Nicholas ClarkExit early from Perl_fbm_compile() if the SV is already...
2011-06-11 Nicholas ClarkIn Perl_fbm_instr(), use a switch() statement for the...
2011-06-11 Nicholas ClarkIn Perl_fbm_compile(), use STRLEN instead of U32 to...
2011-06-11 Nicholas ClarkAbolish xbm_rare. Move BmUSEFUL() to union _xnvu and...
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkEmulate the value of BmFLAGS() using SvTAIL().
2011-06-11 Nicholas ClarkUse 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000
2011-06-11 Nicholas ClarkTest that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
2011-06-11 Nicholas ClarkDon't fbm_compile() studied scalars, to give more flexi...
2011-06-11 Nicholas ClarkDon't allow study on an FBM scalar, to give more flexib...
2011-06-11 Nicholas ClarkTest dumping studied scalars.
2011-06-11 Nicholas ClarkPerl_do_sv_dump() shouldn't show "IV" for a FBM, as...
2011-06-11 Nicholas ClarkIn Perl_sv_2[inu]v_flags(), use the non-caching code...
2011-06-11 Nicholas ClarkIn IPC::Open3, inline xfork() and xclose_on_exec()...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the DO_SPAWN code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the fork/exec code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the common code into...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), switch from 'r' and 'w' to...
2011-06-11 Nicholas ClarkUse $handles[2]{dup_of_out} for the special case code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to...
next