platform/upstream/perl.git
2007-04-19 Rafael Garcia... A Tolkien quote for mro.c, found by Audrey Tang.
2007-04-19 Steve HayFix non-threaded build on Win32 following #30980
2007-04-19 Rafael Garcia... Fix compilation error with threads
2007-04-19 Rafael Garcia... Adjust the warning category in the test, too
2007-04-19 Rafael Garcia... Put the "Can't locate package..." warnings in the ...
2007-04-19 Rafael Garcia... Change an "Internal error" message to the more common...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-19 Jan DuboisAllow sending SIGINT to child processes on Windows...
2007-04-19 Jerry D. HeddenRe: [perl #41574] cond_wait hang ups under MSWin32
2007-04-18 H.Merijn Brand1. Move #30327 to the generation location
2007-04-18 Steve HayAdd a test for the bug fixed by #30970
2007-04-18 Rafael Garcia... Sys::Syslog was missing from Maintainers.pl
2007-04-17 Steve HayThese test scripts probably wanted BEGIN blocks,
2007-04-17 Jan DuboisFix kill(0, $pid) on Windows
2007-04-16 Nicholas ClarkRemove the "performance hack" that suppressed used...
2007-04-16 Jerry D. HeddenRe: [PATCH] Mention sorting MANIFEST in perlhack.pod
2007-04-16 Jerry D. HeddenRe: Thread.t hangs, even under normal test...
2007-04-16 Jarkko Hietaniemisv.c: %d ne size_t
2007-04-15 Dave Mitchellfix casting warning in pp_ord()
2007-04-15 Dave Mitchellget rid of warning due to empty dangling else in malloc.c
2007-04-15 Dave Mitchellfollow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchellwith DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-15 Nicholas ClarkRemove wince/ from checkcfgvar.pl, now that it is gone...
2007-04-15 Rafael Garcia... Add the Default Unicode Collation Element Table for...
2007-04-15 Rafael Garcia... Change prototype of async() to be compatible with the one
2007-04-15 Jerry D. HeddenRemove 5005threads from Thread.pm
2007-04-15 Jerry D. HeddenFix Thread.pm
2007-04-14 Dave MitchellMove PL_comppad nulling from do_clean_all to sv_clear
2007-04-14 H.Merijn BrandTypo in croak message
2007-04-14 AbigailTypo in =item say
2007-04-13 Jan DuboisRE: [PATCH] Restore Win64 compilation with the Windows...
2007-04-12 Alexey TourbinIntegrate:
2007-04-12 Nicholas ClarkBump the VERSION of ExtUtils::Constant::Base.
2007-04-12 Nicholas ClarkPL_madskills is a bool, so save it as one (else Solaris...
2007-04-12 Nicholas ClarkFix two errors in the OP debugging code. Now all test...
2007-04-12 Yves OrtonRe: [PATCH] Add CPANPLUS 0.78 to the core
2007-04-12 Nicholas ClarkChange 18797 (Patch for [perl #9402], known also as...
2007-04-12 Rafael Garcia... Run buildtoc --build-all
2007-04-12 Jerry D. HeddenAdd $VERSION to Module::Build::Version
2007-04-12 Rafael Garcia... Upgrade to Archive::Extract 0.18
2007-04-12 Rafael Garcia... Add the perlreapi man page, by Ã\86var Arnfjörð Bjarmason
2007-04-12 Ævar Arnfjörð... Re: [PATCH] extflags/pmflags Change 30841, in dump...
2007-04-12 Ævar Arnfjörð... Re: [PATCH] perlreguts.pod: use the unicode name for...
2007-04-12 Nicholas ClarkWhen removing the test program source, also remove...
2007-04-12 Jarkko Hietaniemig++ in Tru64: align sockaddr and sockaddr_in defs
2007-04-11 Nicholas ClarkFor symbolic references test the defined path through...
2007-04-11 Nicholas ClarkBe a bit more specific in what our second typeglob...
2007-04-11 Steve PetersFix spelling nit.
2007-04-11 Nicholas ClarkRun pod/buildtoc --build-all
2007-04-11 Nicholas Clarkperl5.9.5delta is about 5, not 4.
2007-04-11 Nicholas ClarkUpdate MANIFEST to include 3 files added in change...
2007-04-11 Jerry D. HeddenCorrect Shell.pm POD regarding $Shell::capture_stderr
2007-04-11 Rafael Garcia... Add Shell.pm to the list of dual-life modules
2007-04-11 Rafael Garcia... Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
2007-04-11 Nicholas ClarkIf the test programs for strtoul(), strtoull() or strto...
2007-04-11 Nicholas ClarkWork round what appears to be a bug in Sun C++ 5.8...
2007-04-11 Craig A. BerryFully VMSify CPANPLUS util names following #30885
2007-04-10 Nicholas ClarkSilence the g++ warnings "right-hand operand of comma...
2007-04-10 Nicholas ClarkCast needed to get POSIX compiling with g++ on FreeBSD.
2007-04-10 Nicholas ClarkMake the don't-use-nm symbol table probes work under...
2007-04-10 Steve PetersVersion change to ExtUtils::MM_Unix missed in change...
2007-04-10 Steve PetersSomehow, version.pm was missed from change #30629.
2007-04-10 Nicholas ClarkUndo the non-maint part of change 30816. Silly Nicholas.
2007-04-10 Steve PetersUpgrade to Module-Build-0.2807
2007-04-10 Nicholas ClarkS_forget_pmop() only needs a flags argument for the...
2007-04-10 Nicholas ClarkIf PL_curpm is pointing to an op that is getting freed...
2007-04-10 Rafael Garcia... Could someone explain why this file was added twice.
2007-04-10 Rafael Garcia... Upgrade to threads::shared 1.09 :
2007-04-10 Rafael Garcia... Add the new CPANPLUS utilities to the VMS build process.
2007-04-10 Rafael Garcia... Sync MANIFEST. Files have disappeared ?
2007-04-10 Rafael Garcia... Add CPANPLUS 0.78
2007-04-10 Rafael Garcia... Fix new tests
2007-04-10 Ævar Arnfjörð... Re: [PATCH] length() on magic capture variables
2007-04-10 Ævar Arnfjörð... Test for the qr// construct
2007-04-10 Jan DuboisCast markstack values to I32
2007-04-10 Jan DuboisRestore Win64 compilation with the Windows Platform SDK
2007-04-10 Steve PetersUpgrade to bignum-0.20 and Math-BigRat-0.18.
2007-04-10 TelsBigInt, FastCalc, BitRat, bignum released to CPAN ...
2007-04-09 Steve PetersUpgrade to CPAN-1.90.
2007-04-08 Ævar Arnfjörð... RXf_WHITE never used due to small bug in regcomp.c
2007-04-08 Yitzchak Scott... makedepend.SH syntax error
2007-04-07 Nicholas ClarkUpgrade to Module-Pluggable 3.6
2007-04-07 Nicholas ClarkEnsure PL_last_in_gv doesn't end up pointing to garbage...
2007-04-07 Nicholas ClarkUnder PERL_DEBUG_READONLY_OPS don't panic if you can...
2007-04-07 Nicholas ClarkUpgrade to Encode 2.19
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-07 Nicholas ClarkRemove a now un-needed goto from Perl_peep().
2007-04-07 Nicholas ClarkRejig Perl_peep() to assume that ops are optimised...
2007-04-07 Nicholas ClarkRe-ordering OP_STUB in the switch statement in Perl_pee...
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clarkassert() that OP_QR and OP_MATCH never set op_pmreplsta...
2007-04-06 Nicholas ClarkAdd editor block.
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Nicholas ClarkAvoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas ClarkGive accurate failure diagnostics when unlike() fails.
2007-04-06 Nicholas ClarkOoops. Forgot to update proto.h in change 30853.
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-06 Jerry D. HeddenAllow any *DBM_File to work for DynaLoader testing
2007-04-06 Gerard GoossenMAD do not ignore errors from 'use'
2007-04-06 Gerard Goossenmadprop about forced words
next