p5sagit/p5-mst-13.2.git
2007-04-15 Dave Mitchell follow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchell with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-15 Nicholas Clark Remove 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. Hedden Remove 5005threads from Thread.pm
2007-04-15 Jerry D. Hedden Fix Thread.pm
2007-04-14 Dave Mitchell Move PL_comppad nulling from do_clean_all to sv_clear
2007-04-14 H.Merijn Brand Typo in croak message
2007-04-14 Abigail Typo in =item say
2007-04-13 Jan Dubois RE: [PATCH] Restore Win64 compilation with the Windows...
2007-04-12 Alexey Tourbin Integrate:
2007-04-12 Nicholas Clark Bump the VERSION of ExtUtils::Constant::Base.
2007-04-12 Nicholas Clark PL_madskills is a bool, so save it as one (else Solaris...
2007-04-12 Nicholas Clark Fix two errors in the OP debugging code. Now all test...
2007-04-12 Yves Orton Re: [PATCH] Add CPANPLUS 0.78 to the core
2007-04-12 Nicholas Clark Change 18797 (Patch for [perl #9402], known also as...
2007-04-12 Rafael Garcia... Run buildtoc --build-all
2007-04-12 Jerry D. Hedden Add $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 Ævar 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 Clark When removing the test program source, also remove...
2007-04-12 Jarkko Hietaniemi g++ in Tru64: align sockaddr and sockaddr_in defs
2007-04-11 Nicholas Clark For symbolic references test the defined path through...
2007-04-11 Nicholas Clark Be a bit more specific in what our second typeglob...
2007-04-11 Steve Peters Fix spelling nit.
2007-04-11 Nicholas Clark Run pod/buildtoc --build-all
2007-04-11 Nicholas Clark perl5.9.5delta is about 5, not 4.
2007-04-11 Nicholas Clark Update MANIFEST to include 3 files added in change...
2007-04-11 Jerry D. Hedden Correct 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 Clark If the test programs for strtoul(), strtoull() or strto...
2007-04-11 Nicholas Clark Work round what appears to be a bug in Sun C++ 5.8...
2007-04-11 Craig A. Berry Fully VMSify CPANPLUS util names following #30885
2007-04-10 Nicholas Clark Silence the g++ warnings "right-hand operand of comma...
2007-04-10 Nicholas Clark Cast needed to get POSIX compiling with g++ on FreeBSD.
2007-04-10 Nicholas Clark Make the don't-use-nm symbol table probes work under...
2007-04-10 Steve Peters Version change to ExtUtils::MM_Unix missed in change...
2007-04-10 Steve Peters Somehow, version.pm was missed from change #30629.
2007-04-10 Nicholas Clark Undo the non-maint part of change 30816. Silly Nicholas.
2007-04-10 Steve Peters Upgrade to Module-Build-0.2807
2007-04-10 Nicholas Clark S_forget_pmop() only needs a flags argument for the...
2007-04-10 Nicholas Clark If 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 Dubois Cast markstack values to I32
2007-04-10 Jan Dubois Restore Win64 compilation with the Windows Platform SDK
2007-04-10 Steve Peters Upgrade to bignum-0.20 and Math-BigRat-0.18.
2007-04-10 Tels BigInt, FastCalc, BitRat, bignum released to CPAN ...
2007-04-09 Steve Peters Upgrade 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 Clark Upgrade to Module-Pluggable 3.6
2007-04-07 Nicholas Clark Ensure PL_last_in_gv doesn't end up pointing to garbage...
2007-04-07 Nicholas Clark Under PERL_DEBUG_READONLY_OPS don't panic if you can...
2007-04-07 Nicholas Clark Upgrade to Encode 2.19
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-07 Nicholas Clark Remove a now un-needed goto from Perl_peep().
2007-04-07 Nicholas Clark Rejig Perl_peep() to assume that ops are optimised...
2007-04-07 Nicholas Clark Re-ordering OP_STUB in the switch statement in Perl_pee...
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark assert() that OP_QR and OP_MATCH never set op_pmreplsta...
2007-04-06 Nicholas Clark Add editor block.
2007-04-06 Nicholas Clark Only append ?? match ops to the list used by reset...
2007-04-06 Nicholas Clark Avoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas Clark Give accurate failure diagnostics when unlike() fails.
2007-04-06 Nicholas Clark Ooops. Forgot to update proto.h in change 30853.
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-06 Jerry D. Hedden Allow any *DBM_File to work for DynaLoader testing
2007-04-06 Gerard Goossen MAD do not ignore errors from 'use'
2007-04-06 Gerard Goossen madprop about forced words
2007-04-06 Ævar Arnfjörð... Re: Proposed changes and to regular expression interfac...
2007-04-05 Steve Peters g++ on NetBSD needs to have environ declared as well.
2007-04-05 Rafael Garcia... C++ compilation fix by Steve Peters
2007-04-05 Nicholas Clark S_op_destroy() was not static. Also tidy all other...
2007-04-04 Nicholas Clark Add TODO tests for the (sometimes) crashing threads...
2007-04-04 Nicholas Clark A test for reset.
2007-04-04 Nicholas Clark Get further through the build with read-only optrees...
2007-04-04 Rafael Garcia... Symbol export nit, found by Yves
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-04 Yves Orton ext\ExtUtils\t\Embed.t fails test when upgrading a...
2007-04-04 Jarkko Hietaniemi Re: [PATCH] microperl plus missing config vars
2007-04-03 Gerard Goossen Re: [PATCH] MAD prototype checking
2007-04-03 Gerard Goossen Re: [PATCH] MAD disable constant inlining
2007-04-03 Rafael Garcia... C++ compilation patch by Jarkko
2007-04-02 Nicholas Clark We may not even have a list of slabs when Perl_Slab_Fre...
2007-04-02 Nicholas Clark Cleanups for PERL_DEBUG_READONLY_OPS debugging code...
2007-04-02 Jerry D. Hedden Allow testing of DBM_Filter with any *DBM_File
2007-04-02 Nicholas Clark For Perl_Slab_Alloc(), eliminate the unused parameter...
2007-04-02 Jerry D. Hedden Don't install dbm_filter_util.pl
2007-04-02 Nicholas Clark The op slab allocator can call calloc() instead of...
next