This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-01-02 Dave Mitchelladd svt_local slot to magic vtable, and fix local ...
2006-01-02 Nicholas ClarkAdd 2006 to the copyright years in the header generated...
2006-01-02 Jim Cromie[patch] comment grammar and indentation, spurious tab
2006-01-02 Andreas König[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
2006-01-02 Rafael Garcia... Update copyrights for files modified in 2006
2006-01-01 Gisle AasGet rid of length argument for the FEATURE_IS_ENABLED...
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2006-01-01 Jarkko HietaniemiConfigure: stdio char (un)signedness
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-31 Dave Mitchellmake threads use MY_CXT API rather than using PL_modglobal
2005-12-31 Dave Mitchelltidy index arrangements in new MY_CXT code
2005-12-31 Steve PetersUpgrade to CPAN-1.80_57
2005-12-31 Nicholas ClarkTurn a for loop that's almost a while into an honest...
2005-12-31 Nicholas ClarkCalling Perl_hv_clear_placeholders while the hash itera...
2005-12-31 Nicholas ClarkRemove unneeded test in Perl_hv_clear_placeholders.
2005-12-31 Jan Duboisop/pack.t failure on Win64
2005-12-31 Nicholas ClarkAdd a test for change 26547. (We no longer expect to...
2005-12-31 Nicholas ClarkRe-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-31 Nicholas ClarkStop 'sub a { // }; %::=()' panicing because the backre...
2005-12-30 Nicholas ClarkMarcus Holland-Moritz suggested that assert should
2005-12-30 Nicholas ClarkTweak S_init_main_stash so as allocate PL_curstname...
2005-12-30 Steve PetersConvert t/op/sleep.t to using test.pl
2005-12-30 Nicholas ClarkDocument why it's a bad plan to move the backreferences...
2005-12-30 Nicholas ClarkNow that the backreference array has no NULL entries...
2005-12-30 Nicholas ClarkPOSIX now declares missing constants as sub ... ()...
2005-12-30 Rafael Garcia... Update perltodo. First shot at perl593delta.
2005-12-30 Nicholas ClarkIn the shared string table, if we add new entries to...
2005-12-30 Robin HoustonDifferences from Perl 6
2005-12-30 Rafael Garcia... Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
2005-12-30 Dave Mitchellfix errors in new MY_CTX code
2005-12-30 TelsReduce size of buffers for identifier names, as suggest...
2005-12-30 Telsperlio.c - gv_stashpvn() vs gv_stashpv()
2005-12-30 TelsPerl_gv_fetchpv vs. gv_fetchpvn
2005-12-30 Rafael Garcia... Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-30 Dave Mitchellchange #26523 didn't make my_cxt_init public
2005-12-29 Tels$a = \$a oddity
2005-12-29 Andy LesterActual real consting of parms
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-29 Rafael Garcia... Fix test for perl version number in Makefile.PL
2005-12-29 Andy LesterFixing the SVREFCNT macro
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchelladd tests for MY_CXT API and improve its documentation
2005-12-29 Robin HoustonTest that constant overloading is propagated into eval
2005-12-29 Yitzchak Scott... [DOC PATCH] rindex clarification
2005-12-29 Craig A. Berryfortify Pod::Simple::Search against non-case-preserving...
2005-12-29 Nicholas ClarkA GVs stash can be NULL, so don't call macros that...
2005-12-28 Nicholas ClarkAs the backreferences AV doesn't hold references on...
2005-12-28 Nicholas ClarkPL_amagic_generation is always non-zero, so remove...
2005-12-28 Steve PetersUpgrade to Sys-Syslog-0.11
2005-12-28 Gisle AasCleanup; replace a croak("panic: ...") with assert().
2005-12-28 Gisle Aasassert(av); Cleanup the way that the av_*() functions...
2005-12-28 Gisle AasUse memchr() instead of ninstr() to locate the end...
2005-12-28 Gisle AasLeaner ninstr().
2005-12-28 Gisle AasRemove test for NUL ending in r?instr().
2005-12-28 Gisle AasFix 2 off-by-one errors in the call to ninstr().
2005-12-28 Steve PetersUpgrade to PathTools-3.15
2005-12-27 Nicholas Clarks/%/%%/ in the package name so that it can be used...
2005-12-27 Nicholas ClarkPass in the full arguments to ExtUtils::Constant::ProxySubs
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-27 Steve PetersIt'd be nice if I hadn't broken corecpan.pl. Its fixed...
2005-12-27 Nicholas Clarkgv_fetch_flags in newATTRSUB can actually be const.
2005-12-27 Nicholas ClarkAs what we're doing is generating subroutines, which...
2005-12-27 Yves Orton[patch] ext/b/t/lint.t fails on win32
2005-12-27 Nicholas ClarkRefactor the require failure message generation to...
2005-12-27 Nicholas ClarkRemoving MAKE_JOBS_FIFO from %ENV causes FreeBSD make...
2005-12-26 Nicholas Clarktabs, not spaces, in MANIFEST. No, I can't remember...
2005-12-26 Nicholas ClarkRemove the hard wired test numbers in the generated...
2005-12-26 Nicholas ClarkSupport type UNDEF, and correct a bug in the macro...
2005-12-26 Nicholas ClarkAdd method macro_from_item to encapsulate the entire...
2005-12-26 Nicholas ClarkDon't try to store PL_sv_undef in pads. (For now)
2005-12-26 Steve PetersUpgrade to CPAN-1.80_56
2005-12-26 Steve PetersIn this, the last tale of the NGROUPS saga, a former...
2005-12-26 Nicholas ClarkAdd a couple of newlines for tidier regen output, consi...
2005-12-26 Nicholas ClarkAdd C_FH and XS_FH arguments to ExtUtils::Constant...
2005-12-26 Jim Cromiechg 26486 removes last use of NGROUPS, so remove the...
2005-12-26 Nicholas ClarkThe values for proxy constant subroutines need to be...
2005-12-26 Nicholas ClarkRework constant.pm to take advantage of the space savin...
2005-12-26 Steve PetersObviously, Perl_ingroup() is also using 256k of stack...
2005-12-24 Nicholas ClarkThe value from caller doesn't change, so my $pkg =...
2005-12-24 Nicholas ClarkTests for creating constants where prototypes or other...
2005-12-24 Nicholas ClarkUsing a hash reference rather than a hash can save...
2005-12-24 Nicholas ClarkUnless the peephole optimiser already knows that we...
2005-12-24 Nicholas ClarkGiven that IO::Socket is documented as exporting all...
2005-12-24 Jim CromieRe: [perl #37907] Perl_magic_get reqires ridiculous...
2005-12-24 Nicholas ClarkLooks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas ClarkFor PERL_TRACK_MEMPOOL with PERL_POISON, Poison the...
2005-12-23 Nicholas ClarkFor the rare case of EMFILE during require, save object...
2005-12-23 Nicholas ClarkIf PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas ClarkProvide support for types PVN and UNDEF in
2005-12-23 Nicholas ClarkCreate a struct to use as the header with PERL_TRACK_ME...
2005-12-23 Nicholas ClarkExtUtils::ParseXS needs to stack $filepathname to make...
2005-12-23 Nicholas ClarkAdd support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Nicholas Clarkinlining autoloaded constants is TODOne.
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-23 Nicholas Clarklike and unlike weren't reporting failure where correct...
2005-12-23 Rafael Garcia... Fix build of Compress::Zlib on MVS (by Paul Marquess)
2005-12-23 Rafael Garcia... Clarify example of .. in perlop
2005-12-23 chromatic[REPATCH lib/UNIVERSAL.pm] Recommend Against Using...
2005-12-23 Nicholas ClarkNeed to be more careful with the symbol table manipulat...
next