| Commit message (Expand) | Author | Age | Files | Lines |
* | Install the ptardiff utility that comes with Archive::Tar | Rafael Garcia-Suarez | 2006-01-27 | 6 | -6/+15 |
* | Install nit : README.e2x should be installed, the other READMEs shouldn't | Rafael Garcia-Suarez | 2006-01-27 | 1 | -1/+1 |
* | Regenerate PODs | Rafael Garcia-Suarez | 2006-01-27 | 2 | -282/+210 |
* | Some spelling fixes by David Landgren. | Rafael Garcia-Suarez | 2006-01-27 | 1 | -7/+5 |
* | Revert change 24461, now that change 26757 allows TEST | Rafael Garcia-Suarez | 2006-01-27 | 1 | -1/+1 |
* | quiet gcc Info message in cygwin | Yitzchak Scott-Thoennes | 2006-01-27 | 1 | -0/+3 |
* | Remove note about #elif, see : | Steve Hay | 2006-01-27 | 1 | -32/+0 |
* | A description of the new constants. | Nicholas Clark | 2006-01-27 | 1 | -1/+12 |
* | Simplify nested '#ifdef' by replacing it with '#elif defined()' | Gisle Aas | 2006-01-27 | 1 | -10/+4 |
* | Safer implementation of RTRIM(). | Gisle Aas | 2006-01-27 | 1 | -3/+3 |
* | Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can caus... | Philippe M. Chiasson | 2006-01-26 | 1 | -4/+6 |
* | Fix a few nits in perl593delta | Steve Peters | 2006-01-26 | 1 | -5/+5 |
* | miniperl isn't enough anymore to run pod2man. | Rafael Garcia-Suarez | 2006-01-26 | 1 | -2/+2 |
* | 2 spelling corrections, and rephrase the entry on perlivp (better | Nicholas Clark | 2006-01-26 | 1 | -4/+4 |
* | More work on perldelta | Rafael Garcia-Suarez | 2006-01-26 | 1 | -24/+147 |
* | Make dump and -u croak on Win32 and Cygwin to avoid confusion | Yves Orton | 2006-01-26 | 3 | -1/+7 |
* | SvREADONLY_off inside the magic routines is also dangerous on shared | Nicholas Clark | 2006-01-26 | 1 | -3/+2 |
* | assertions.pm is dual-lived | Rafael Garcia-Suarez | 2006-01-26 | 1 | -0/+8 |
* | aelemfast optimization opclass problem (c.f. [perl #38279]) | Stephen McCamant | 2006-01-25 | 3 | -2/+86 |
* | Simplify &IO::Handle::say | Gisle Aas | 2006-01-24 | 1 | -10/+4 |
* | Fix a regression on suidperl : the error message "No #! line" was | Rafael Garcia-Suarez | 2006-01-24 | 1 | -3/+5 |
* | Remove d_nanosleep from win32 configs | Steve Hay | 2006-01-24 | 4 | -4/+0 |
* | SPRINTF_RETURNS_STRLEN isn't really a compile-time option | Steve Hay | 2006-01-24 | 2 | -3/+2 |
* | More work on perldelta | Rafael Garcia-Suarez | 2006-01-23 | 1 | -2/+54 |
* | constant_add_symbol needs to be static, else static builds can fail at | Nicholas Clark | 2006-01-23 | 1 | -1/+2 |
* | Tru64: -Uusedl: lib/ExtUtils/t/Embed.t | Jarkko Hietaniemi | 2006-01-23 | 1 | -0/+6 |
* | Upgrade to Pod-Simple-3.04 | Steve Peters | 2006-01-23 | 3 | -12/+34 |
* | Now that change #26410 is reverted, mark as TODO the tests added | Rafael Garcia-Suarez | 2006-01-23 | 1 | -7/+3 |
* | Missing chunk in change #26926 | Rafael Garcia-Suarez | 2006-01-23 | 1 | -2/+1 |
* | Revert change 26410, marking the test that was added there as TODO. | Nicholas Clark | 2006-01-23 | 1 | -11/+5 |
* | Change the regression test added by 26410 to use test.pl; this makes | Nicholas Clark | 2006-01-23 | 2 | -3/+37 |
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 7 | -11/+11 |
* | Upgrade to CPAN-1.83_58 | Steve Peters | 2006-01-23 | 7 | -160/+329 |
* | Avoid warning with MS Visual C compiler. | Gisle Aas | 2006-01-23 | 1 | -2/+2 |
* | Avoid most getprotobyname/number calls in IO::Socket::INET | Gisle Aas | 2006-01-23 | 1 | -11/+44 |
* | Make Manifest.t do what is says it's doing. | Craig A. Berry | 2006-01-21 | 1 | -2/+10 |
* | Remove wrong cast to (void *), which fixes a gcc warning, and use | Marcus Holland-Moritz | 2006-01-21 | 2 | -3/+2 |
* | Note 5.8.8-RC1 | Nicholas Clark | 2006-01-20 | 1 | -0/+1 |
* | Upgrade to Devel::PPPort 3.08 | Marcus Holland-Moritz | 2006-01-19 | 7 | -11/+23 |
* | find_perl() must be after environment initialization | Craig A. Berry | 2006-01-19 | 1 | -1/+1 |
* | Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t | Steve Peters | 2006-01-19 | 1 | -1/+4 |
* | Fix another concatenated filepath in a test for Digest::SHA. | Steve Peters | 2006-01-19 | 1 | -1/+2 |
* | Integrate 26847 from maint. | Nicholas Clark | 2006-01-18 | 2 | -2/+2 |
* | Change 26410 caused a regression, with the RVALUE return value of | Nicholas Clark | 2006-01-18 | 1 | -2/+13 |
* | Allow IPPROTO_ICMP and IPPROTO_UDP to be exported. | Gisle Aas | 2006-01-18 | 1 | -0/+3 |
* | Use the IPPROTO_TCP constant instead of 6. | Gisle Aas | 2006-01-18 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 27 | -127/+120 |
* | Digest::SHA's t/2-nist-sha-oo.t has some path related problems on | Steve Peters | 2006-01-18 | 1 | -1/+1 |
* | Fixes for Digest::SHA. Replaced old ppport.h file with a new one | Steve Peters | 2006-01-18 | 2 | -326/+4941 |
* | Make sure the most common IPPROTO_* constants are always available. | Gisle Aas | 2006-01-18 | 1 | -1/+4 |