summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure META.yml mentions perlbug as the right place to file bugsAbhijit Menon-Sen2010-12-101-0/+3
* Convert all Storable's tests to use Test::More.Nicholas Clark2010-12-1018-404/+278
* Dual-life I18N::CollateFlorian Ragwitz2010-12-105-14/+24
* Add probe for sa_len availability in sockaddr structH.Merijn Brand2010-12-1019-1297/+1347
* perldelta for [perl #19135]Father Chrysostomos2010-12-101-1/+8
* legacy.pm is no moreFlorian Ragwitz2010-12-101-1/+0
* perlfaq is not the only exception; just say "few"Ricardo Signes2010-12-091-1/+1
* Remove ; from use statements for readability. (Obeying the documentationRicardo SIGNES2010-12-091-1/+1
* Typo fixRicardo SIGNES2010-12-091-1/+1
* First draft of a documentation policy.Jesse Vincent2010-12-091-4/+42
* Slightly update perl.pod's "DESCRIPTION"Jesse Vincent2010-12-091-5/+8
* Don't explicitly talk about our support for DBM files as a feature.Jesse Vincent2010-12-091-2/+2
* remove more a2p/s2p from perl.podJesse Vincent2010-12-091-3/+0
* Remove a now-inaccurate statement about setuid scriptsJesse Vincent2010-12-091-3/+1
* Remove a paragraph from perl.pod pimping it as a sed/awk replacement.Jesse Vincent2010-12-091-6/+0
* Wordsmithing of Abigail's prose.Jesse Vincent2010-12-091-17/+18
* Added a statement about the examples in perl's documentationAbigail2010-12-091-0/+18
* Dual-life Devel::SelfStubberFlorian Ragwitz2010-12-094-9/+16
* Storable's t/malice.t now needs to use a minor version >4 ahead for testing.Nicholas Clark2010-12-091-6/+8
* Refactor Storable::read_magic to avoid 4 arg substr.Nicholas Clark2010-12-091-13/+12
* Fix failing ExtUtils-CBuilder testDavid Golden2010-12-081-0/+1
* Document use of strlen() by is_ascii_string(), is_utf8_string() and friends.Marvin Humphrey2010-12-081-3/+6
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-082-2/+21
* Revert change to AUTHORS #ea316027eJan Dubois2010-12-081-1/+0
* Fix file permissions mangled by #0e5d25bfJan Dubois2010-12-082-0/+0
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJan Dubois2010-12-0869-923/+1856
|\
| * Upgrade Win32 from CPAN (from 0.39 to 0.40)Jan Dubois2010-12-086-108/+676
| * perldelta for 558b442/[perl #66104]Father Chrysostomos2010-12-081-1/+16
| * Modified unlink_all in t/test.pl to return the count of unlinked files This w...Brad Gilbert2010-12-081-1/+7
| * Replaced '1 while unlink' with 'unlink_all' in t/uni/write.tBrad Gilbert2010-12-081-1/+1
| * Replaced '1 while unlink' with 'unlink_all' in t/run/switches.tBrad Gilbert2010-12-081-2/+2
| * Replaced 'unlink' with 'unlink_all' in t/re/qr.tBrad Gilbert2010-12-081-1/+1
| * Replaced 'unlink' with 'unlink_all' in t/op/sysio.tBrad Gilbert2010-12-081-2/+2
| * Replaced '1 while unlink' with 'unlink_all' in t/op/stat.tBrad Gilbert2010-12-081-2/+2
| * Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
| * Replaced 'unlink' with 'unlink_all' in t/op/goto.tBrad Gilbert2010-12-081-1/+1
| * Replaced 'unlink' with 'unlink_all' in t/op/filetest.tBrad Gilbert2010-12-081-1/+1
| * Replaced 'unlink' with 'unlink_all' in t/lib/deprecate.tBrad Gilbert2010-12-081-2/+2
| * Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.tBrad Gilbert2010-12-081-5/+5
| * Replaced 'unlink' with 'unlink_all' in t/io/nargv.tBrad Gilbert2010-12-081-1/+1
| * Replaced '1 while unlink' with 'unlink_all' in t/io/fs.tBrad Gilbert2010-12-081-1/+1
| * Replaced '1 while unlink' with 'unlink_all' in t/io/argv.tBrad Gilbert2010-12-081-1/+1
| * Replaced '1 while unlink' with 'unlink_all' in t/op/write.tBrad Gilbert2010-12-081-8/+8
| * [perl #19135] string eval turns off readonlyness on lexicalsFather Chrysostomos2010-12-082-6/+7
| * In Storable.xs fix #80074, caused by the Perl stack moving when expanded.Nicholas Clark2010-12-082-4/+66
| * regexec.c: Fix locale and \sKarl Williamson2010-12-071-4/+4
| * regexec.c: Add missing handlers for locale \dKarl Williamson2010-12-071-0/+28
| * regcomp.sym: Correct DIGITL, NDIGITL entriesKarl Williamson2010-12-072-5/+5
| * regcomp.c: Add locale for \dKarl Williamson2010-12-071-2/+10
| * toke.c: Fix EBCDIC problemKarl Williamson2010-12-071-2/+2