p5sagit/p5-mst-13.2.git
2009-07-29 Vincent Pit Merge branch 'deletelocal' into blead
2009-07-29 The Doctor hints/bsdos.sh: Add correct flags for compilation...
2009-07-29 Jerry D. Hedden Add MANIFEST sort test
2009-07-29 Nicholas Clark Sort the MANIFEST.
2009-07-29 Jesse Vincent warnings.pl and lib/warnings.pm have been changed since...
2009-07-29 Nicholas Clark Add a test to verify that the MANIFEST file is well...
2009-07-29 Jesse Vincent bump-perl-version false positives
2009-07-29 Leon Brocard podtidy
2009-07-29 Nicholas Clark Tabs, not spaces, in MANIFEST.
2009-07-29 Rafael Garcia... Forbid labels with keyword names
2009-07-29 Rafael Garcia... Make test pass with -t
2009-07-28 Jesse Vincent makerel now tells you _which_ files differ from the...
2009-07-28 Jesse Vincent A first stab at walking through the release-manager...
2009-07-28 Yves Orton dont leave temporary files laying around
2009-07-28 Yves Orton changes required to Make It Work on the perl gitweb...
2009-07-28 Yves Orton Add Porting/make_snapshot.pl
2009-07-28 Yves Orton update manifest to reflect two new utilities
2009-07-28 Yves Orton add tool to create .tgz snapshot files with .patch...
2009-07-27 David Mitchell bump 'version' to 0.77 in Maintainers.pl
2009-07-27 John Peacock Final release of version-0.77 for inclusion in 5.10.1
2009-07-27 David Mitchell remove Devel-PPPort part change included in e9105d30ed
2009-07-27 Yves Orton cleanup the EUI/EUMM test mess, and bump Install.pm...
2009-07-27 Yves Orton add a simple utility to Porting/ which knows how to...
2009-07-27 Vincent Pit Really check that sysread(I, $x, 1, -4) dies with ...
2009-07-27 Vincent Pit Port t/op/sysio.t to test.pl
2009-07-27 Rafael Garcia... Add support for new flag D in embed.fnc (deprecated)
2009-07-27 Vincent Pit Document "delete local" in perlsub
2009-07-27 Rafael Garcia... Add core test boilerplates
2009-07-27 Rafael Garcia... Add core test boilerplate to some base.pm tests
2009-07-27 Rafael Garcia... Make test pass with miniperl
2009-07-27 Rafael Garcia... Make test pass with miniperl
2009-07-27 Rafael Garcia... Replace Test::More by test.pl
2009-07-27 Vincent Pit Regression test for [perl #67912]
2009-07-27 chromatic syswrite prints garbage if called with empty scalar...
2009-07-27 Offer Kaye missing "to" in perlxs
2009-07-27 Rafael Garcia... Make cxinc member of the public API
2009-07-27 Nicholas Clark Avoid using embedded newlines in the "one"liners passed...
2009-07-27 David Golden Update Module::Build to 0.34_02
2009-07-27 David Golden Add security contact information to perlsec
2009-07-26 Yves Orton needed something to change to test patch mailing list
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
2009-07-26 Yves Orton fix vim highlighting problem
2009-07-26 Nicholas Clark Suggest using Inline as a pre-uploading test for a...
2009-07-26 Nicholas Clark Add tests for where -C differs between then #! and...
2009-07-26 Nicholas Clark Tidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2...
2009-07-26 Father Chrysostomos perldelta entry noting when -C is now allowed on the...
2009-07-26 Father Chrysostomos Allow -C on the #! line when it is identical to -C...
2009-07-26 David Mitchell dup saved_curcop in PL_parser
2009-07-25 Vincent Pit Introduce "delete local"
2009-07-25 Vincent Pit Use the new SAVEHDELETE() macro wherever possible
2009-07-25 Vincent Pit Introduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent Pit Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at...
2009-07-25 Vincent Pit Introduce save_aelem_flags()
2009-07-25 Bram Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555
2009-07-25 Craig A. Berry Save and restore PL_regeol for op inside of regex ...
2009-07-25 Bram Do not use a regex in DB::sub
2009-07-25 Nicholas Clark When resetting our children, wipe out the isa cache...
2009-07-25 Nicholas Clark When dumping a hash, display the mro_meta structure...
2009-07-25 Vincent Pit Add the new db tests to the MANIFEST
2009-07-25 Bram Add test case for [perl #61222] + a test case for proxy...
2009-07-25 David Mitchell add -b option to makerel to make a .bz2 file
2009-07-25 David Mitchell autodie 2.06_01
2009-07-24 David Mitchell tweaks to release_managers_guide.pod
2009-07-24 David Mitchell mention Deprecations in how_to_write_a_perldelta.pod
2009-07-24 David Mitchell bump-perl-version missed "perl5.10.0" style strings
2009-07-24 David Mitchell minor tweaks to release_managers_guide.pod
2009-07-24 Bram Add a test for mro::method_changed_in() and mro::invali...
2009-07-24 Bram This test is for [perl #60508] (it's in rt.perl.org...
2009-07-24 Rafael Garcia... Rephrase note about CHECK and INIT in eval("") in perlmod
2009-07-24 Rafael Garcia... Thinko in given() description, found by chromatic
2009-07-24 Rafael Garcia... Todo: decapsulation of smart match argument
2009-07-23 Steve Peters Add file to the MANIFEST and sort
2009-07-23 Craig A. Berry Restore full name of mro::mro_invalidate_all_method_caches.
2009-07-23 Chip Salzenberg Merge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-07-23 Ricardo SIGNES [rjbs] very minor tweaks to description of maint/blead
2009-07-22 David Golden v-strings are not deprecated
2009-07-22 Michael G.... This is a test for rt.cpan.org 60508 which I can't...
2009-07-22 Michael G.... Make fresh_perl_is() strip newlines off the expected...
2009-07-22 David Mitchell ExtUtils::ParseXS 2.2002
2009-07-22 Vincent Pit Teach goto how to cross given/when blocks
2009-07-22 Rafael Garcia... Merge branch 'nobangs' into blead
2009-07-22 Vincent Pit Ignore t/op/require.t byproducts
2009-07-22 Rafael Garcia... Document the yada yada operator in perldelta
2009-07-22 Rafael Garcia... Remove !!! and ??? operators
2009-07-22 Niko Tyni Fix File::Copy::copy with pipes on GNU/kFreeBSD
2009-07-21 Rafael Garcia... Simplify the code that sets $_ in given()
2009-07-21 Rafael Garcia... perltodo: truncate() prototype
2009-07-21 Rafael Garcia... perltodo: forbid labels with keyword names
2009-07-20 Abigail Another typo, as spotted by Offer Kaye <offer.kaye...
2009-07-20 chromatic Typo Fixes in Diagnostic
2009-07-20 Josh ben Jore Revert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben Jore Test that `use feature' doesn't leak a scalar during...
2009-07-20 David Mitchell minor updates to release_managers_guide.pod
2009-07-20 David Mitchell Mention DTrace in INSTALL.
2009-07-19 Yves Orton forgot the version Bump - sigh
2009-07-19 Yves Orton sync to 1.52_03 (hopefully properly this time)
2009-07-19 David Mitchell (mostly) sync blead with ExtUtils::Install 1.52_02
2009-07-19 Craig A. Berry Be sure to find the vmsish pragma for one-liners in...
2009-07-19 Yves Orton bring up to date with ExtUtils-Install v1.52_02
2009-07-18 Tony Cook mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
next