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