| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perldebug: capitalise titles | Father Chrysostomos | 2011-02-12 | 1 | -1/+1 |
* | Minor bugfixes to Socket::getaddrinfo | Paul LeoNerd Evans | 2011-02-08 | 2 | -2/+9 |
* | In IPC::Open3's fd.t, open STDIN explicitly in the test program. | Nicholas Clark | 2011-02-06 | 1 | -2/+1 |
* | In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00. | Nicholas Clark | 2011-02-06 | 1 | -4/+11 |
* | Convert XS::APItest's svpv_magic.t to Test::More. | Nicholas Clark | 2011-02-05 | 1 | -2/+3 |
* | Remove MacOS Classic references from B's tests. | Nicholas Clark | 2011-02-04 | 2 | -6/+2 |
* | Refactor B's o.t to use 'prog' and 'switches' with runperl(), not 'args'. | Nicholas Clark | 2011-02-04 | 1 | -9/+7 |
* | Actually generate full failure diagnostics in checkErrs() in B's OptreeCheck, | Nicholas Clark | 2011-02-04 | 1 | -8/+7 |
* | In B's OptreeCheck, always report inconsistent errors as a failed test. | Nicholas Clark | 2011-02-04 | 11 | -40/+19 |
* | In B's OptreeCheck, implement proper qr// matching for regexps. | Nicholas Clark | 2011-02-04 | 2 | -22/+19 |
* | In B's OptreeCheck, inline diag_or_fail() into its only caller. | Nicholas Clark | 2011-02-04 | 1 | -25/+18 |
* | In B's tests, fix calls to like() which weren't being passed a regexp. | Nicholas Clark | 2011-02-04 | 3 | -4/+4 |
* | Remove non-working and hence unused features from B's OptreeCheck test code. | Nicholas Clark | 2011-02-04 | 2 | -34/+3 |
* | Convert Pod::Html to lexical file handles. | Nicholas Clark | 2011-02-04 | 1 | -83/+90 |
* | Convert B's "no perlio" skips to "skip all" in the BEGIN blocks. | Nicholas Clark | 2011-02-03 | 6 | -50/+27 |
* | Remove commented out 'require test.pl' lines in B's tests. | Nicholas Clark | 2011-02-03 | 3 | -3/+0 |
* | Correct the "no perlio" skipping in optree_misc.t. | Nicholas Clark | 2011-02-03 | 1 | -28/+25 |
* | Bump versions of modules changed since the last blead release (found by | Jesse Vincent | 2011-02-01 | 2 | -2/+2 |
* | Perl_do_sv_dump: dump REGEXP body | David Mitchell | 2011-01-30 | 1 | -1/+22 |
* | Reindent recent IPv6/getaddrinfo code consistently with the rest of the files | Paul "LeoNerd" Evans | 2011-01-29 | 2 | -327/+327 |
* | Move IN6ADDR_ANY and IN6ADDR_LOOPBACK to @EXPORT_OK in Socket.pm, requested b... | Larwan Berke | 2011-01-29 | 1 | -1/+5 |
* | Made binmode $fh, ':scalar' DWIM | Leon Timmermans | 2011-01-27 | 1 | -1/+1 |
* | [perl #82712] Pod link fixes to use correct markup. | Michael Stevens | 2011-01-24 | 1 | -2/+2 |
* | XS-APItest/t/caller.t: mark two passing tests | David Mitchell | 2011-01-21 | 1 | -0/+1 |
* | Version bumps for re non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for Sys::Hostname non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for Socket non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for POSIX non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for IPC::Open3 non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for Hash::Util non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for Devel-Peek non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Version bumps for ext/B non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 2 | -2/+2 |
* | Remove Mac OS classic code from the Errno.pm generation script. | Nicholas Clark | 2011-01-19 | 1 | -19/+7 |
* | Clarify limitation in safe signals. | Leon Timmermans | 2011-01-17 | 1 | -0/+4 |
* | Add /a regex modifier | Karl Williamson | 2011-01-17 | 1 | -2/+3 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | Subject: [PATCH] re.pm: Correct pod statement | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | .pm: rename variables to reflect expanded usage | Karl Williamson | 2011-01-16 | 1 | -9/+9 |
* | re.pm: correct typo | Karl Williamson | 2011-01-16 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 31 | -37/+37 |
* | Update K&R-style function declarations in dl_vms.xs. | Craig A. Berry | 2011-01-06 | 1 | -6/+2 |
* | Devel-Peek/Peek.pm: update example outputs in pod | David Mitchell | 2011-01-05 | 1 | -103/+100 |
* | Support emulation of AI_NUMERICSERV even though it's not strictly RFC 2553, b... | Paul "LeoNerd" Evans | 2011-01-05 | 1 | -0/+5 |
* | Use Zero() rather than rely on C99 struct initialiser behaviour | Paul "LeoNerd" Evans | 2011-01-04 | 1 | -1/+3 |
* | Don't install Cygwin code into other platforms | Jan Dubois | 2011-01-03 | 1 | -1/+3 |
* | Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It | Jesse Vincent | 2011-01-04 | 1 | -7/+0 |
* | CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefix | Reini Urban | 2011-01-04 | 2 | -0/+10 |
* | Revert "[perl #68654] next::method doesn't see UNIVERSAL" | Father Chrysostomos | 2011-01-02 | 1 | -14/+0 |
* | Revert "[perl #80098] Bleadperl breaks Attribute::Lexical" | Father Chrysostomos | 2011-01-02 | 1 | -8/+7 |
* | Give a warning if pack_sockaddr_in6 is asked to pack a non-zero scope_id on m... | Paul "LeoNerd" Evans | 2011-01-03 | 1 | -0/+4 |