Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Math::BigFloat::import() was broken. | Jarkko Hietaniemi | 2001-04-24 | 1 | -1/+9 |
* | Implement Cwd::abs_path in XS | Benjamin Sugars | 2001-04-23 | 1 | -55/+10 |
* | PerlIO and Encode doc cleanup and tweaks. | Jarkko Hietaniemi | 2001-04-21 | 1 | -32/+46 |
* | Fwd: pod2html leaves cache files lying around? | Rajesh Vaidheeswarran | 2001-04-18 | 1 | -5/+18 |
* | XS::Typemap - T_OPAQUE | Tim Jenness | 2001-04-18 | 1 | -3/+3 |
* | Tweten->West | Casey West | 2001-04-17 | 3 | -4/+4 |
* | Re: Net::Ping patch, adds stream protocol | Scott Bronson | 2001-04-15 | 1 | -116/+281 |
* | Testing Exporter | Michael G. Schwern | 2001-04-15 | 1 | -3/+3 |
* | Integrate changes #9706,9707 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-15 | 2 | -18/+45 |
* | update perlebcdic.pod with UTF tbl; tweak utf8.pm | Prymmer/Kahn | 2001-04-15 | 1 | -3/+2 |
* | Integrate change #9693 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-12 | 1 | -1/+2 |
* | Upgrade to CGI.pm 2.753, from Lincoln Stein. | Jarkko Hietaniemi | 2001-04-09 | 2 | -9/+28 |
* | Upgrade to podlators 1.09, from Russ Allbery. | Jarkko Hietaniemi | 2001-04-09 | 2 | -16/+16 |
* | documentation tweaks for UTF-EBCDIC support | Prymmer/Kahn | 2001-04-09 | 1 | -11/+13 |
* | Integrate change #9624 from maintperl into mainline: | Jarkko Hietaniemi | 2001-04-08 | 1 | -2/+2 |
* | perl571delta updates. | Jarkko Hietaniemi | 2001-04-08 | 1 | -0/+1 |
* | fix IO.xs compile failure on VMS | Craig A. Berry | 2001-04-08 | 1 | -1/+1 |
* | Math::BigFloat patches from John Peacock. The equivalent | Jarkko Hietaniemi | 2001-04-06 | 1 | -19/+49 |
* | Fix subtle $VERSION mistakes with base.pm | Michael G. Schwern | 2001-04-05 | 1 | -2/+3 |
* | Introduce Sean Burke's Class::ISA 0.32. | Jarkko Hietaniemi | 2001-04-05 | 1 | -0/+214 |
* | Add great_circle_direction(). | Jarkko Hietaniemi | 2001-04-01 | 1 | -8/+47 |
* | Unicode ReadMe update for Unicode 3.1. | Jarkko Hietaniemi | 2001-04-01 | 1 | -15/+31 |
* | Integrate change #9501 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-01 | 1 | -32/+21 |
* | Integrate change #9491 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-31 | 1 | -1/+8 |
* | Obsolete file (see #3938) | Jarkko Hietaniemi | 2001-03-31 | 1 | -18/+0 |
* | Update to Unicode 3.1. | Jarkko Hietaniemi | 2001-03-31 | 14 | -412/+1004 |
* | Re: [PATCH] CwdXS, Take 2 | Benjamin Sugars | 2001-03-30 | 1 | -42/+9 |
* | small base.pm doc patch | Leon Brocard | 2001-03-30 | 1 | -1/+1 |
* | further MM_VMS.pm tweak | Craig A. Berry | 2001-03-30 | 1 | -1/+1 |
* | typemap cast warning | Robin Barker | 2001-03-29 | 1 | -2/+2 |
* | Enable warnings in File::* (was: B::Terse and warnings) | Benjamin Sugars | 2001-03-29 | 8 | -7/+16 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-28 | 3 | -115/+140 |
|\ | |||||
| * | PerlIO.pm / perlio.pm conflict. | Nick Ing-Simmons | 2001-03-28 | 3 | -115/+140 |
* | | VMS fix-ups and status | Craig A. Berry | 2001-03-28 | 1 | -1/+1 |
|/ | |||||
* | Outline docs for PerlIO and PerlIO::Scalar | Nick Ing-Simmons | 2001-03-27 | 1 | -0/+27 |
* | Typemap testing | Tim Jenness | 2001-03-27 | 2 | -18/+27 |
* | A workaround for using Term::ReadLine in emacs minibuffer | Jarkko Hietaniemi | 2001-03-25 | 1 | -1/+17 |
* | Upgrade to Unicode 3.1 beta 2001-03-23. | Jarkko Hietaniemi | 2001-03-24 | 3 | -15/+16 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+26 |
|\ | |||||
| * | Check in a stable (working) version before next round of tweaks. | Nick Ing-Simmons | 2001-03-23 | 1 | -0/+26 |
* | | Net::Ping | Colin McMillen | 2001-03-23 | 1 | -48/+132 |
* | | Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas. | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+180 |
|/ | |||||
* | Cwd.pm docs | Benjamin Sugars | 2001-03-21 | 1 | -17/+26 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-21 | 1 | -3/+0 |
|\ | |||||
| * | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -3/+0 |
* | | Integrate changes #9259,9260 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-20 | 1 | -4/+14 |
|/ | |||||
* | podchecker relaxations from Michael Stevens. | Jarkko Hietaniemi | 2001-03-18 | 2 | -17/+2 |
* | Retract the changes made at #9176 to Neil's and Ilya's module pods. | Jarkko Hietaniemi | 2001-03-18 | 4 | -14/+14 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 1 | -1/+27 |
* | With Damian's approval synchronize damian's modules' | Jarkko Hietaniemi | 2001-03-16 | 3 | -9/+6 |