This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-03-13 Nicholas Clark5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Jarkko HietaniemiDB_File with g++ and db v1
2007-03-13 Joshua ben... inform constant.pm about UNITCHECK
2007-03-13 Rafael Garcia... Need a SPAGAIN here because the stack pointer might...
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-03-12 Rafael Garcia... Fix a couple of minor typos in comments
2007-03-12 Rafael Garcia... Better wording for (?|...) in perlre, from a suggestion...
2007-03-12 Rafael Garcia... Remove notes about experimental functions in the utf8...
2007-03-12 Rafael Garcia... warn() without args doesn't take a default message...
2007-03-12 Nicholas ClarkFix the partially passing TODO test in optree_constants...
2007-03-12 Nicholas ClarkWith the demise of ByteLoader in blead, unshare_hek...
2007-03-12 Steve PetersUpgrade to CPAN-1.88_78
2007-03-12 Nicholas ClarkBitten again by the snakes in the MANIFEST spec - tabs...
2007-03-12 Rafael Garcia... Like fake scalars, state variables shouldn't get new...
2007-03-11 Craig A. BerryExtUtils::Manifest fix-ups for VMS:
2007-03-11 Craig A. BerryUpgrade inplace.t and iprefix.t to use test.pl, avoidin...
2007-03-11 Craig A. BerryAdd directory depth check for older VMS systems to...
2007-03-10 Nicholas ClarkTest that format references can't be wrongly dereferenced.
2007-03-10 Nicholas ClarkBump Exporter's $VERSION.
2007-03-10 Nicholas ClarkA test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas ClarkRefactor the "has fchdir" and "has dirfd" logic to...
2007-03-09 Nicholas ClarkDon't swallow up other warnings in Exporter's test...
2007-03-09 Tom Callaway[perl #41587] [PATCH] 5.8.8 make sure we get the proper...
2007-03-09 Nicholas ClarkMake Exporter::Heavy correctly not warn when exporting...
2007-03-09 Tom CallawayTom Callaway's Redhat patches
2007-03-09 Steve PetersPrefer dirhandles to filehandles when passing a barewor...
2007-03-09 Rafael Garcia... Mention Perl::Unsafe::Signals in the core docs en passant.
2007-03-09 Craig A. BerryIn ExtUtils::Liblist::Kid::_vms_ext(), escape the dolla...
2007-03-08 Rafael Garcia... The HePV macro was borked.
2007-03-08 Rafael Garcia... Warning fix. Since HePV's second argument is supposed
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Jan DuboisRE: $Win32::VERSION problem
2007-03-08 Andreas J.... debugger history save and load
2007-03-08 Rafael Garcia... Better docs for C<no VERSION>
2007-03-08 Rafael Garcia... Need to extend the stack when using warn() without
2007-03-08 Anton BerezinDefault to ELF on FreeBSD when objformat is not there
2007-03-08 Craig A. BerryMM->{ldflags} may not be defined and wouldn't help...
2007-03-08 Craig A. BerryMake vms/gen_shrfls.pl better able to detect header...
2007-03-07 Rafael Garcia... Regenerates internal and external API docs
2007-03-07 Rafael Garcia... Add the new man page, perlunifaq, in relevant places
2007-03-07 Rafael Garcia... Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves...
2007-03-07 Rafael Garcia... Use another method to avoid the "possible interpolation...
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-07 Rafael Garcia... Localize $! in splainthis() too. (see bug #41717)
2007-03-07 Rafael Garcia... Better localisation of $_ in diagnostics.
2007-03-07 Rafael Garcia... Avoid to load the *+ and *- globs too early.
2007-03-06 Steve PetersUpgrade to IO-Zlib-1.05. There are updates to the...
2007-03-06 Rafael Garcia... Fix error messages returned by S_require_tie_mod. Fix...
2007-03-06 Rafael Garcia... Fix a small leak on loading *+ and *- globs
2007-03-06 Steve PetersUpgrade to CGI.pm-3.27
2007-03-06 Jerry D. Hedden'Unknown PerlIO layer "encoding"...' message
2007-03-06 TelsDoc patch about PerlIO::encoding:
2007-03-06 Rafael Garcia... dumpvar.pl must load re::Tie::Hash::NamedCapture if...
2007-03-06 Steve HayReinstate part of #28744 that was accidentally reverted...
2007-03-05 Nicholas ClarkAs SvUPGRADE() is a macro wrapping a call to sv_upgrade...
2007-03-05 Nicholas ClarkChange 30461 was wrong. As ext/re (re)builds the regexp...
2007-03-05 Craig A. BerryIn vms/gen_shrfls.pl, no more special handling of vars...
2007-03-04 Craig A. BerryUse linker flags rather than compiler flags in ExtUtils...
2007-03-04 Nicholas ClarkIt seems that change 30451 should also have arranged...
2007-03-04 TelsMath::BigInt 1.80
2007-03-04 Nicholas ClarkRename exception() to apitest_exception() in XS/APItest...
2007-03-04 Steve PetersUpgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-04 Steve PetersUpgrade to Time-HiRes-1.9707
2007-03-03 Craig A. BerryClean up the right file in vms/test.com (following...
2007-03-03 Rafael Garcia... Add missing file from change #30454
2007-03-03 TelsMath::BigInt::FastCalc 0.12 (plug leaks)
2007-03-03 Nicholas ClarkMust only use dynamic extensions in the Dynaloader...
2007-03-03 Nicholas ClarkAs the test is about the parser, not actually running...
2007-03-03 Nicholas ClarkDefine and initialise reg_name only once.
2007-03-03 Rafael Garcia... Don't let feature.pm interfere with the tests for use...
2007-03-03 Jerry D. HeddenDon't copy DynaLoader.o unnecessarily
2007-03-03 Rafael Garcia... Add a volatile modifier to avoid possible cloberring...
2007-03-03 Rafael Garcia... Compilation warnings fixes by Jerry D. Hedden
2007-03-03 Rafael Garcia... Make use VERSION also load feature.pm
2007-03-03 Craig A. BerryFix a few errors and ambiguities in configure.com caught by
2007-03-02 Nicholas ClarkAvoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2007-03-02 Rafael Garcia... More work on perldelta
2007-03-01 Nicholas ClarkThe bug fixed by change 29610 would have been avoided...
2007-03-01 Nicholas ClarkDon't SEGV when dumping an undefined typeglob. The...
2007-03-01 Rafael Garcia... Mention the syntax C<use feature ':5.10'> in feature...
2007-03-01 Rafael Garcia... Upgrade to Params::Check 0.26
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-03-01 Rafael Garcia... A new test by Abigail: Check that certain modules don't
2007-03-01 Jerry D. HeddenRe: Revisits in 'make install'
2007-03-01 Rafael Garcia... A couple of casting nits by Jarkko
2007-03-01 Rafael Garcia... Teach Module::Build about DragonflyBSD
2007-02-28 Rafael Garcia... Missing dual-lived modules in maintainers list
2007-02-28 Rafael Garcia... Update my email address
2007-02-28 Yitzchak Scott... Win32 doc update for Win32CORE changes
2007-02-28 AbigailUnexpected output
2007-02-28 Rafael Garcia... Remove obsolete test for the deprecation warning I...
2007-02-28 Jerry D. HeddenFix ext/Win32API/File/t/file.t under test harness
2007-02-28 Jerry D. HeddenRe: [PATCH] Re: Math::BigInt and Win32API::File whines...
2007-02-28 Rafael Garcia... (?p{}) has been deprecated for a long time.
2007-02-28 Rafael Garcia... Add new tests for keys in %+ and %-
2007-02-28 Rafael Garcia... perltodo nit for SelfLoader
2007-02-28 Rafael Garcia... Fix a couple of typos in internal docs
next