p5sagit/p5-mst-13.2.git
2009-06-27 James Mastros Add support for TODO diag tests -- a list in DATA of...
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-06-27 Osvaldo Villalon Changed to incorporate latest SDKs.
2009-06-27 Andreas J Koenig Update CPAN.pm to 1.9402
2009-06-27 Jos I. Boumans Update Archive::Extract to 0.34
2009-06-27 Chris 'BinGOs... Update CPANPLUS::Dist::Build to CPAN version 0.35_02
2009-06-26 Vincent Pit One more regression test for RT #59734
2009-06-26 karl williamson PATCH small documentation change for UCD.pm
2009-06-26 Vincent Pit Update RExC_npar and after_freeze correctly after the...
2009-06-26 Frank Wiegand pod/perlfilter.pod: two POD typos
2009-06-25 Rafael Garcia... Better description for the changes about the range...
2009-06-25 Lubomir Rintel Don't enqueue pending signals during global destruction
2009-06-25 Frank Wiegand document the maximum length of barewords
2009-06-25 Rafael Garcia... Trim all trailing / from "." in @INC when filling %INC
2009-06-25 Nicholas Clark Add documentation for the method resolution plugin...
2009-06-25 Nicholas Clark Upgrade to File::Path 2.07_03
2009-06-25 Nicholas Clark As Errno is formally no longer dual-lived, give it...
2009-06-24 Rafael Garcia... Clarifications to the perldelta notes on smart match
2009-06-24 Rafael Garcia... Add tests for smart match overload fallback
2009-06-24 Nicholas Clark Mention parallel testing in INSTALL and perl5110delta.pod
2009-06-24 Nicholas Clark Fix a semantic error in the Pod. (wrong heading level)
2009-06-24 Nicholas Clark Fix some typos and grammar infelicities in core test...
2009-06-24 David Mitchell core-cpan-diff: include author path in distro version...
2009-06-24 David Mitchell core-cpan-diff: continue with next distro on download...
2009-06-24 Vincent Pit Update Maintainers.pl accordingly
2009-06-24 Chris Williams Update CPANPLUS::Dist::Build to CPAN version 0.35_01
2009-06-23 David Mitchell sync lib/CPANPLUS/Backend.pm with CPAN
2009-06-23 Nicholas Clark Note that the "Deep recursion" depth warning threshold...
2009-06-23 Nicholas Clark When writing a perldelta, choose either "regex" or...
2009-06-23 Nicholas Clark Add a paragraph noting that perl5-security-report@perl...
2009-06-23 David Mitchell sync lib/Module/Build/Changes with CPAN equivalent
2009-06-23 David Mitchell another Maintainers.pl version update
2009-06-23 Andy Armstrong Ammend unhelpful description of debugger watch command.
2009-06-23 Jerry D. Hedden Update threads::shared in Porting/Maintainers.pl to...
2009-06-23 David Mitchell version bumps in Maintainers.pl
2009-06-23 Robin Barker Fix for RT #52552.
2009-06-23 Ben Morrow Fix blead segfault on Cygwin for t/op/stash.t
2009-06-23 U-Adam-PC\Adam Added new required fields to makesis.pl
2009-06-23 Steve Peters Add Porting/release_managers_guide.pod to MANIFEST
2009-06-22 Gabor Szabo avoid trying to load packages that are in the same...
2009-06-22 Rafael Garcia... Merge commit 'szabgab/release_process' into blead
2009-06-22 Nicholas Clark Instead of a const char *, pass a HEK * to anonymise_cv().
2009-06-22 Gabor Szabo typos, link to thread with ideas about testing stabilit...
2009-06-22 Gabor Szabo add release_managers_guide.pod
2009-06-22 Rafael Garcia... Fix test with non-threaded perls
2009-06-22 Rafael Garcia... Fix skipping tests with threads in last commit
2009-06-22 Duke Leto Merge branch 'blead' into debugger_symbols
2009-06-21 Jim Cromie drop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Rafael Garcia... A few docs nits after the few last commits
2009-06-21 Rafael Garcia... Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL...
2009-06-21 Rafael Garcia... Regenerate headers
2009-06-21 Jim Cromie update PERL_MEM_LOG in perlhack.pod
2009-06-21 Jim Cromie simplify PERL_MEM_LOG
2009-06-21 Jim Cromie invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-06-21 Jim Cromie point illguts at perl.org
2009-06-21 Rafael Garcia... Regenerate headers and fix compilation with threads...
2009-06-21 Ben Morrow When a glob is deleted, mark its sub as ANON.
2009-06-21 Ben Morrow Tests for deleting stash entries.
2009-06-21 Jim Cromie make_patchnum.pl now works in -Dmksymlink target dirs
2009-06-21 David Golden add-package.pl lib exclude fixed
2009-06-21 Jerry D. Hedden Upgrade to threads::shared 1.29
2009-06-19 David Mitchell add Porting/core-cpan-diff
2009-06-19 David Mitchell Maintainers.pl: add @IGNORABLE and document EXCLUDED...
2009-06-19 Steffen Mueller Fix API docs:SvGAMAGIC returns a U32, not a char*
2009-06-18 Nicholas Clark Allow expand-macro.pl to expand macros in perl.h withou...
2009-06-18 Nicholas Clark Make expand-macro.pl scan config.h, if it exists.
2009-06-18 Niko Tyni Add gcc predefined macros to $Config{cppsymbols} on...
2009-06-18 Craig A. Berry Remove CPANPLUS's SQLite tests from the core.
2009-06-18 Rafael Garcia... Merge branch 'backslash-N' into blead
2009-06-18 Craig A. Berry Handle the rare but legal angle bracket in unixify.
2009-06-17 Rafael Garcia... Add perldelta entry for \N
2009-06-17 Rafael Garcia... Some more tests for \N
2009-06-17 Rafael Garcia... Basic docs for \N
2009-06-16 David Golden [PATCH] Updating Module::Build to 0.33_02
2009-06-16 David Golden add-package.pl lib exclude fixed
2009-06-16 Rafael Garcia... Implement new regex escape \N
2009-06-15 Florian Ragwitz Update 'NEXT' version in Maintainers.pl
2009-06-15 Jerry D. Hedden Update 'threads' version in Maintainers.pl
2009-06-15 Rafael Garcia... Fix readline example in perlfunc
2009-06-15 Jarkko Hietaniemi The attached patch to perlio.c fixes the problem of...
2009-06-14 Duke Leto Merge branch 'blead' into debugger_symbols
2009-06-14 Duke Leto Add a test to the debugger about not having threads
2009-06-14 Duke Leto Skip threaded debugger tests unless $Config{usethreads}
2009-06-14 Marcus Holland... Upgrade to Devel::PPPort 3.19
2009-06-13 Nicholas Clark Bring the joy of strict (and warnings) to perlmodlib...
2009-06-13 Nicholas Clark Improve perlmodlib.PL. Reduce the amount of special...
2009-06-13 Nicholas Clark Correct the NAME in the Pod of ExtUtils::Constant::XS.
2009-06-13 Jos I. Boumans Upgrade IPC::Cmd to 0.46
2009-06-13 Steffen Mueller Update to Data::Dumper 2.124
2009-06-13 David Mitchell synchronise lib/Log/Message/t/02_Log-Message.t with...
2009-06-13 Rafael Garcia... Add \N idea from Perl 6 to perltodo
2009-06-13 Rafael Garcia... Merge branch 'blead' of camel:/gitroot/perl into blead
2009-06-13 Rafael Garcia... Add perlmodlib.pod in .gitignore, since it's now generated
2009-06-13 Vincent Pit More updates for Porting/Maintainers.pl
2009-06-13 Rafael Garcia... Nit for the "Missing right brace" error message description
2009-06-13 Graham Barr Update to IO-1.25 from CPAN
2009-06-13 David Mitchell minor updates to Maintainers.pl
2009-06-13 Nicholas Clark Remove autodoc.pl from regen.pl and the lists of regene...
2009-06-13 Nicholas Clark Eliminate the regen_pods target from pod/Makefile,...
2009-06-13 Jos I. Boumans Update Archive::Tar to 1.52
next