This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkUse inlineable proxy constant subs for Socket
2005-12-23 Steve Petersctime_r() and asctime_r() seem to have some problems...
2005-12-23 Andy LesterSpeed up Perl_sv_derived_from
2005-12-23 Nicholas ClarkCreate a sub LC_ALL with the correct prototype.
2005-12-23 Nicholas ClarkDe-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-23 Steve PetersMake hostname.t deal with undefined or blank hostnames...
2005-12-23 Steve PetersFix for pod2man() in ExtUtils::Command::MM to work...
2005-12-23 Andy LesterSpeedup (rn|n)?instr
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas ClarkMissing ; in Tie::File
2005-12-22 Nicholas ClarkMake ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Rafael Garcia... Compilation help for EBCDIC platforms, from Jarkko,
2005-12-22 Nicholas ClarkBreak out the code to generate #ifdef/#endif into new...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkBreak out the item normalisation code into a method...
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-22 Rafael Garcia... Regenerate Changes
2005-12-22 Gisle AasRemove unused variable 'stash' since change 26437.
2005-12-22 Rafael Garcia... Regenerate perlapi.pod.
2005-12-22 Robin Houstonswitch / ~~ doccos
2005-12-22 Jan Duboiswrong setting in canned win32/config.vc64 file
2005-12-22 Steve PetersAdd documentation for method domainname() in Net::Domai...
2005-12-21 Nicholas ClarkAvoid negating an unsigned value. (The offset in the...
2005-12-21 Nicholas ClarkFor consistency sv_2cv should not leave the stash point...
2005-12-21 Nicholas ClarkLocalise the stash variable in pp_entersub().
2005-12-21 Nicholas ClarkUndo my goto spaghetti from change 18340 - what we...
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-21 Rafael Garcia... Remove switch from perltodo
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-21 Rafael Garcia... Fix for [perl #37999] lc() + Latin-1 chars is failing...
2005-12-21 Jan DuboisFix bug in change #26379
2005-12-20 Nicholas Clarkrv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
2005-12-20 Rafael Garcia... Remove some hardcoded references to ./perl in tests
2005-12-20 Nicholas ClarkTake care in toke.c not to convert constant subroutine...
2005-12-20 H.Merijn BrandSmall update on using threads on HP-UX 10.20
2005-12-20 Nicholas ClarkAdd a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-20 Rafael Garcia... Fix typos in regular expressions
2005-12-20 Nicholas ClarkGet the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Rafael Garcia... POD nits on B::Lint
2005-12-20 Joshua ben... Re: Pluggable lint patch
2005-12-20 Gisle AasMake perlivp skip the *.ph tests by default, since...
2005-12-20 Robin Houston[TEST PATCH] %^H can now propagate into eval
2005-12-20 Nicholas ClarkVerify that the code for initialising typeglobs from...
next