p5sagit/p5-mst-13.2.git
2009-07-18 Vincent Pit Fix some nits in release_managers_guide.pod
2009-07-18 David Mitchell add extra note about CoreList to release_managers_guide...
2009-07-18 David Mitchell add info on updating CoreList and tags to release_manag...
2009-07-18 David Mitchell Provisional update of CoreList for 5.10.1
2009-07-18 David Mitchell add basic usage info to Porting/corelist.pl
2009-07-18 Andy Dougherty Configure should sort inc_version_list
2009-07-18 Craig A. Berry Some of the TODOs in switches.t actually work on VMS.
2009-07-18 David Mitchell fix pod2usage2 test for all case-insensitive systems
2009-07-17 David E. Wheeler Fix ExtUtils::Installed failure with -Duserelocatableinc
2009-07-17 David Mitchell document why SQLite tests are exlcuded
2009-07-17 Nicholas Clark Allocate XPV* memory using sizeof() and the offset...
2009-07-17 Nicholas Clark Eliminate struct regexp_allocated and xpvio_allocated.
2009-07-17 Rainer Tammer hints/aix.sh remove libgdbm from wanted libs - dbm_stor...
2009-07-17 Rainer Tammer README.aix for Perl 5.10.1
2009-07-16 Rafael Garcia... Describe changes to Carp and Carp::Heavy
2009-07-16 Rafael Garcia... Add a version number to B::Lint::Debug
2009-07-16 Craig A. Berry No whitespace before comment allowed in VMS make utilities.
2009-07-16 Craig A. Berry Additional perlvms.pod updates related to POSIX exit...
2009-07-16 Craig A. Berry URL and other fix-ups for README.vms
2009-07-16 David Mitchell bump Encode version in Maintainers.pl
2009-07-16 David Mitchell overloading.pm will work with 5.10.1
2009-07-16 Nicholas Clark Note that editing pod.list then running pod/buildtoc...
2009-07-16 Adam Russell patch submission(AUTHORS)
2009-07-16 Adam Russell patch submisson(symbian/symbian_utils.cpp)
2009-07-16 David Mitchell ExtUtils::MakeMaker 6.55_01
2009-07-16 John E. Malmberg An update to the pod is in order for the PERL_VMS_POSIX...
2009-07-15 David Mitchell expand Porting/release_managers_guide.pod
2009-07-15 Vincent Pit Document PL_opfreehook
2009-07-15 Vincent Pit The op_free() hook doesn't need to return an OP*, so...
2009-07-15 Moritz Lenz document given/when in perltrap
2009-07-15 David Mitchell add Porting/bump-perl-version to MANIFEST
2009-07-14 Craig A. Berry test_harness, not just test, needs unpack_files on...
2009-07-14 David Mitchell add Porting/bump-perl-version
2009-07-14 David Mitchell fix some perl version numbers
2009-07-14 Abhijit Menon-Sen Update my address.
2009-07-14 David Golden Explain camel and dromedary repository servers
2009-07-14 Rafael Garcia... Don't preload Carp::Heavy in warnings.pm
2009-07-14 Rafael Garcia... Merge Carp::Heavy into Carp
2009-07-13 David Golden upate pumpking list
2009-07-13 Stepan Kasal Cosmetic change
2009-07-13 Rafael Garcia... Upgrade to Encode 2.35
2009-07-13 Michael G.... Clean up t/op/sort.t to constrain tests which use a...
2009-07-13 Paul Fenwick Better flock detection for autodie tests
2009-07-12 Stepan Kasal h2ph: handle "#if defined SYMBOL" better
2009-07-12 Craig A. Berry Some missing realclean items for VMS.
2009-07-12 Michael G Schwern Wrong skip count in t/op/stash.t
2009-07-11 David Mitchell [perl #61520] Segfault in debugger with tr// and UTF8
2009-07-11 H.Merijn Brand Subject: [PATCH] Have add-package.pl include the Change...
2009-07-10 David Mitchell Maintainers.pl: bump Term::ANSIColor version
2009-07-10 David Mitchell ExtUtils::MakeMaker 6.54
2009-07-10 Rafael Garcia... Remove %patchlevel hash
2009-07-10 David Mitchell Encode 2.34
2009-07-10 H.Merijn Brand add lib/ExtUtils/ParseXS/Changes to MANIFEST
2009-07-09 Jerry D. Hedden Fix compiler warning in doio.c
2009-07-09 Gisle Aas Avoid test failure on Linux when STDIN is /dev/null
2009-07-09 Rafael Garcia... Upgrade to Term::ANSIColor 2.01
2009-07-09 David Golden Make kill() fatal for non-numeric pids
2009-07-09 nperez Make INSTALL -Duserelocatableinc aware
2009-07-09 Chip Salzenberg Merge commit '1640e9f0f39bf8108370c2f5d99bb100fe6c9418...
2009-07-09 Chip Salzenberg fix segfault in -Dx without threads
2009-07-09 Paul Fenwick Skip File::Copy return tests on Windows and VMS
2009-07-08 Rafael Garcia... Modify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia... Add a parameter "destructing" to Gv_AMupdate()
2009-07-08 David Golden Update ExtUtils::ParseXS to 2.20_01
2009-07-08 Vincent Pit Add a pluggable hook in op_free()
2009-07-08 Rafael Garcia... Mention in perldelta that "use 5.011" enables strictures
2009-07-08 Florian Ragwitz Ignore libperl.so.
2009-07-08 Tim Jenness Fix compiler warning when cuserid is absent and sizeof...
2009-07-08 David Golden Updating Module::Build to 0.34
2009-07-08 Craig A. Berry Make File::Copy::rmscopy return the documented values.
2009-07-07 Rafael Garcia... Merge branch 'strict-by-default' into blead
2009-07-07 David Mitchell some fixes to makerel:
2009-07-07 David Mitchell update to CPANPLUS 0.88
2009-07-07 David Mitchell rebump Hash::Util::FieldHash from 1.03_01 to 1.04
2009-07-07 Rafael Garcia... Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-07-07 David Golden limit what add-package.pl might try to delete
2009-07-06 David Mitchell upgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 hv@crypt.org Regex fails when string is too long
2009-07-06 Paul Fenwick Don't dump autodie from core (was Re: Coring Variable...
2009-07-06 David Mitchell re-add Test::Simple exclude accidentally removed during...
2009-07-06 David Mitchell clarify usage of Porting/Maintainers
2009-07-06 David Mitchell add core boilerplate to three new Test::Simple tests
2009-07-06 David Mitchell update to Test::Simple 0.92
2009-07-06 Paul Fenwick Maintainers.pl: Explanation as to why autodie tests...
2009-07-06 David Mitchell bump autodie veresion in Maintainers.pl
2009-07-06 David Mitchell sync Module::Build with CPAN
2009-07-06 David Mitchell sync ExtUtils::CBuilder with CPAM
2009-07-06 Offer Kaye Added missing 2009 to perl.h copyright header
2009-07-06 David Golden Update Module::Build to 0.33_06
2009-07-04 David Golden Updated ExtUtils::CBuilder to 0.2602
2009-07-04 Chris 'BinGOs... Update CPANPLUS::Dist::Build to CPAN version 0.36
2009-07-04 Paul Fenwick Merge autodie 2.05 into core.
2009-07-04 Jan Dubois The 2nd arg to save_alloc() must be cast to I32 to...
2009-07-03 David Mitchell bump versions of non-dual-life modules that
2009-07-03 David Mitchell make cmpVERSION.pl ignore Config.pm
2009-07-03 David Mitchell add -x option to Porting/cmpVERSION.pl
2009-07-03 David Mitchell mark I18N::LangTags as no longer dual-life
2009-07-03 David Mitchell sync Module::Build with CPAN
2009-07-03 David Mitchell sync ExtUtils::CBuilder with CPAN
next