summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Switch 2.03.Jarkko Hietaniemi2001-05-151-7/+8
| | | p4raw-id: //depot/perl@10116
* Retract #10094.Jarkko Hietaniemi2001-05-141-12/+1
| | | p4raw-id: //depot/perl@10104
* Re: [ID 20010514.022] Makemaker a bit too prefix-happyRonald J. Kimball2001-05-141-1/+1
| | | | | Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@10101
* More DWIMminess for Class::Struct: calling the array or hashJarkko Hietaniemi2001-05-141-2/+12
| | | | | | | | accessors only with one argument, an array or a hash reference, sets the underlying array or hash. This mirrors nicely also the usage in the constructor. From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway. p4raw-id: //depot/perl@10099
* [ID 20010514.022] Makemaker a bit too prefix-happyTodd C. Miller2001-05-141-1/+1
| | | | | Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com> p4raw-id: //depot/perl@10095
* (Retracted by #10104.)Barrie Slaymaker2001-05-141-1/+12
| | | | | | Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)] Message-ID: <20010512012810.B26358@jester.slaysys.com> p4raw-id: //depot/perl@10094
* Incorrect line numbers in AutoSplitMike Guy2001-05-141-4/+8
| | | | | Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@10093
* Pod::Html -- fixes extra gaps in raw textJeff Pinyan2001-05-091-1/+1
| | | | | Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10058
* Pod::Html doesn't honor =begin ... =end properlyJeff Pinyan2001-05-091-0/+1
| | | | | Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10052
* Upgrade to Text::Balanced 1.84.Jarkko Hietaniemi2001-05-081-6/+6
| | | p4raw-id: //depot/perl@10034
* Re: RFC: changing Devel::SelfStubber to relinquish its graspPrymmer/Kahn2001-05-071-0/+1
| | | | | Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10019
* Note that if you have recent enough Perl you alreadyJarkko Hietaniemi2001-05-021-0/+1
| | | | | have Filter::Util::Call. p4raw-id: //depot/perl@9953
* Update to Filter::Simple 0.60, create a test for it.Jarkko Hietaniemi2001-05-011-29/+125
| | | p4raw-id: //depot/perl@9942
* Integrate perlio:Jarkko Hietaniemi2001-05-011-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | [ 9936] Fix for base.pm clobbering $VERSION [ 9935] Test for base.pm clobbering $VERSION. p4raw-link: @9936 on //depot/perlio: 7668bf4dc1ed94a756f3bd5e7cb95caf14c88e1f p4raw-link: @9935 on //depot/perlio: e8f84f558071a9089231d1926b6882ff7a9af9b8 p4raw-id: //depot/perl@9940
| * Fix for base.pm clobbering $VERSIONNick Ing-Simmons2001-05-011-2/+2
| | | | | | p4raw-id: //depot/perlio@9936
* | Add NEXT, a pseudo-class for method redispatching.Jarkko Hietaniemi2001-05-011-0/+140
| | | | | | | | | | | | <Damian>NEXT.pm probably offers more bang-for-buck than anything else I've ever written.</Damian> p4raw-id: //depot/perl@9938
* | Update to Switch 2.02.Jarkko Hietaniemi2001-05-011-8/+8
|/ | | p4raw-id: //depot/perl@9937
* Forgot the latest mktables.PL from #9899.Jarkko Hietaniemi2001-04-281-1/+1
| | | p4raw-id: //depot/perl@9900
* Explain the \p{} and \P{} error message better andJarkko Hietaniemi2001-04-283-99/+99
| | | | | have prettier prettyprint in In.pl. p4raw-id: //depot/perl@9899
* Add a level of indirection to the implementation of \p{InFoo}Jarkko Hietaniemi2001-04-28101-14/+411
| | | | | | | | | so that we don't have to have long filenames. (Nothing changes in the user interface.) The indirection is defined in the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl. Also rename some the character classes by removing '-' from the classnames, and finally renamed Block.pl as Blocks.pl. p4raw-id: //depot/perl@9897
* more for Devel::SelfStubberNicholas Clark2001-04-262-7/+22
| | | | | Message-ID: <20010427001351.K88186@plum.flirble.org> p4raw-id: //depot/perl@9872
* test for Devel::SelfStubberNicholas Clark2001-04-251-2/+6
| | | | | Message-ID: <20010426000054.D89026@plum.flirble.org> p4raw-id: //depot/perl@9845
* Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"John Peacock2001-04-251-4/+13
| | | | | Message-ID: <3AE741F2.B3217464@rowman.com> p4raw-id: //depot/perl@9842
* Re: patch to perl5db.pl (formatting of h h screen)Jon Eveland2001-04-251-8/+9
| | | | | Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com> p4raw-id: //depot/perl@9837
* The Math::BigFloat::import() was broken.Jarkko Hietaniemi2001-04-241-1/+9
| | | | | (Fixes bug id 20010422.002.) p4raw-id: //depot/perl@9809
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-55/+10
| | | | | Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9797
* PerlIO and Encode doc cleanup and tweaks.Jarkko Hietaniemi2001-04-211-32/+46
| | | p4raw-id: //depot/perl@9768
* Fwd: pod2html leaves cache files lying around?Rajesh Vaidheeswarran2001-04-181-5/+18
| | | | | Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org> p4raw-id: //depot/perl@9743
* XS::Typemap - T_OPAQUETim Jenness2001-04-181-3/+3
| | | | | Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@9737
* Tweten->WestCasey West2001-04-173-4/+4
| | | | | Message-ID: <20010416121122.B14554@stupid.geeknest.com> p4raw-id: //depot/perl@9719
* Re: Net::Ping patch, adds stream protocolScott Bronson2001-04-151-116/+281
| | | | | Message-ID: <20010410235833.N29719@rinspin.com> p4raw-id: //depot/perl@9715
* Testing ExporterMichael G. Schwern2001-04-151-3/+3
| | | | | Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9712
* Integrate changes #9706,9707 from maintperl into mainline.Jarkko Hietaniemi2001-04-152-18/+45
| | | | | | | | | | | | | | | change#7210 broke .packlist generation ExtUtils::Installed doesn't quote regex metacharacters in paths before using them in match; also make it work for dosish platforms p4raw-link: @9707 on //depot/maint-5.6/perl: db42da4c9800ba185697f6472eccf880cdf1ccee p4raw-link: @9706 on //depot/maint-5.6/perl: cb820f7234868a6a8a82c3314f11a1c3d25756a4 p4raw-link: @7210 on //depot/perl: a9d83807f0f0b611a2eea3bda7bb80eac9d5b104 p4raw-id: //depot/perl@9709 p4raw-integrated: from //depot/maint-5.6/perl@9708 'copy in' lib/ExtUtils/Install.pm (@8642..) 'merge in' lib/ExtUtils/Installed.pm (@5902..)
* update perlebcdic.pod with UTF tbl; tweak utf8.pmPrymmer/Kahn2001-04-151-3/+2
| | | | | Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9704
* Integrate change #9693 from maintperl into mainline.Jarkko Hietaniemi2001-04-121-1/+2
| | | | | | | | | | $VERSION and Version() on the same line provokes a warning from CPAN.pm (from Jonathan Leffler <jleffler@informix.com>) p4raw-link: @9693 on //depot/maint-5.6/perl: e605a27283c28706f5709a3378571fbfef7ad406 p4raw-id: //depot/perl@9694 p4raw-integrated: from //depot/maint-5.6/perl@9692 'copy in' lib/Devel/SelfStubber.pm (@5902..)
* Upgrade to CGI.pm 2.753, from Lincoln Stein.Jarkko Hietaniemi2001-04-092-9/+28
| | | p4raw-id: //depot/perl@9659
* Upgrade to podlators 1.09, from Russ Allbery.Jarkko Hietaniemi2001-04-092-16/+16
| | | p4raw-id: //depot/perl@9657
* documentation tweaks for UTF-EBCDIC supportPrymmer/Kahn2001-04-091-11/+13
| | | | | Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9655
* Integrate change #9624 from maintperl into mainline:Jarkko Hietaniemi2001-04-081-2/+2
| | | | | | | | | | | | | | the pod tests were not okay. (t/pod/find.t changes ignored) p4raw-link: @9624 on //depot/maint-5.6/perl: cf1c4a97376b5a495969381e18662a86af89c73a p4raw-id: //depot/perl@9643 p4raw-integrated: from //depot/maint-5.6/perl@9642 'copy in' t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t t/pod/poderrs.t t/pod/podselect.t (@7885..) t/pod/special_seqs.t (@7893..) 'merge in' lib/Pod/Find.pm (@8727..)
* perl571delta updates.Jarkko Hietaniemi2001-04-081-0/+1
| | | p4raw-id: //depot/perl@9641
* fix IO.xs compile failure on VMSCraig A. Berry2001-04-081-1/+1
| | | | | Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01> p4raw-id: //depot/perl@9635
* Math::BigFloat patches from John Peacock. The equivalentJarkko Hietaniemi2001-04-061-19/+49
| | | | | | of #9586 from maintperl but reworked by John to work with the bleadperl. p4raw-id: //depot/perl@9590
* Fix subtle $VERSION mistakes with base.pmMichael G. Schwern2001-04-051-2/+3
| | | | | Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9576
* Introduce Sean Burke's Class::ISA 0.32.Jarkko Hietaniemi2001-04-051-0/+214
| | | p4raw-id: //depot/perl@9557
* Add great_circle_direction().Jarkko Hietaniemi2001-04-011-8/+47
| | | p4raw-id: //depot/perl@9504
* Unicode ReadMe update for Unicode 3.1.Jarkko Hietaniemi2001-04-011-15/+31
| | | p4raw-id: //depot/perl@9503
* Integrate change #9501 from maintperl into mainline.Jarkko Hietaniemi2001-04-011-32/+21
| | | | | | | | | | | | fix the perlembed notes on multiple interpreters fix ExtUtils::Embed to work passably on Windows p4raw-link: @9501 on //depot/maint-5.6/perl: fa102aa9a975aaa2a384e09b6377476f565fdcc2 p4raw-id: //depot/perl@9502 p4raw-integrated: from //depot/maint-5.6/perl@9500 'copy in' pod/perlembed.pod (@8627..) 'merge in' lib/ExtUtils/Embed.pm (@8153..)
* Integrate change #9491 from maintperl into mainline.Jarkko Hietaniemi2001-03-311-1/+8
| | | | | | | | | | | Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the directory is relative (need to fetch the full path name *before* the chdir!) p4raw-link: @9491 on //depot/maint-5.6/perl: 8719091e80cabf1226d64033edd75847e717d618 p4raw-id: //depot/perl@9492 p4raw-integrated: from //depot/maint-5.6/perl@9490 'merge in' lib/Cwd.pm (@9279..)
* Obsolete file (see #3938)Jarkko Hietaniemi2001-03-311-18/+0
| | | p4raw-id: //depot/perl@9484
* Update to Unicode 3.1.Jarkko Hietaniemi2001-03-3114-412/+1004
| | | | | (Rename Names.txt to NamesList.txt.) p4raw-id: //depot/perl@9483