summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Re: The hitlist of untested modules.Jonathan Stowe2001-08-291-0/+59
| | | | | | Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com> Start of tests for Shell.pm (make Schwern poorer!) p4raw-id: //depot/perl@11784
* Removing 2>&1 requirement (was Re:Michael G. Schwern2001-08-271-4/+11
| | | | | | bleadperl on fire, Win95+4NT) Message-Id: <20010827165442.F9436@blackrider> p4raw-id: //depot/perl@11763
* Changed back Net/Ping.pm change #11759 since WNOHANG wasn'tArtur Bergman2001-08-271-1/+1
| | | | | | | | avaible at compile time. This broke the compilation of Net/Ping.pm p4raw-link: @11759 on //depot/perl: 2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4 p4raw-id: //depot/perl@11762
* pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.podchromatic2001-08-271-1/+1
| | | | | Message-Id: <20010827172111.89491.qmail@onion.perl.org> p4raw-id: //depot/perl@11759
* Re: 'can' with undefined subsTony Bowden2001-08-251-0/+9
| | | | | Message-Id: <20010825151314.B11788@soto.kasei.com> p4raw-id: //depot/perl@11751
* Documentation in File::Spec (was Re: minor File::SpecRonald J. Kimball2001-08-221-3/+5
| | | | | | | questions) Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu> (Oops, forgot File::Spec::Unix in the previous patch.) p4raw-id: //depot/perl@11729
* Documentation in File::Spec (was Re: minor File::SpecRonald J. Kimball2001-08-221-14/+212
| | | | | | questions) Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@11728
* [ID 20010822.007] eval STRING & diagnostics.pm not mixingMichael G Schwern2001-08-222-30/+17
| | | | | Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@11726
* Upgrade to libnet 1.0704.Jarkko Hietaniemi2001-08-1719-206/+517
| | | p4raw-id: //depot/perl@11709
* Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,Jarkko Hietaniemi2001-08-1714-0/+3636
| | | | | and Unicode::Collate 0.07, from SADAHIRO Tomoyuki. p4raw-id: //depot/perl@11701
* Upgrade to CGI.pm 2.77.Jarkko Hietaniemi2001-08-165-23/+130
| | | p4raw-id: //depot/perl@11689
* Re: bug in File::Spec 0.82 (canonpath)Barrie Slaymaker2001-08-152-4/+7
| | | | | Message-ID: <20010814143225.A19822@jester.slaysys.com> p4raw-id: //depot/perl@11675
* Mark tests (and one module) having explicit Latin-1Jarkko Hietaniemi2001-08-125-7/+20
| | | | | | | | (and one file having explicit UTF-8) with an explicit 'no utf8' (and one explicit 'use utf8'). NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'. p4raw-id: //depot/perl@11648
* Dispell the "use utf8" superstition.Jarkko Hietaniemi2001-08-121-27/+13
| | | p4raw-id: //depot/perl@11643
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-09327-37/+42
| | | | | | conflicts between core lib/unicode and Unicode:: files in case-ignoring filesystems. p4raw-id: //depot/perl@11623
* Upgrade to Math::BigInt 1.41.Jarkko Hietaniemi2001-08-092-37/+24
| | | p4raw-id: //depot/perl@11622
* remove PL_na from typemapJames2001-08-091-4/+4
| | | | | | | Message-ID: <3B6F5F23.A31A81B1@rf.net> (had to be manually applied) p4raw-id: //depot/perl@11621
* Integrate mainlineNick Ing-Simmons2001-08-0917-595/+1795
|\ | | | | p4raw-id: //depot/perlio@11616
| * Yet another way to say Infinity: HP-UX calls its "++".Jarkko Hietaniemi2001-08-061-2/+6
| | | | | | p4raw-id: //depot/perl@11598
| * The #11593 wasn't right.Jarkko Hietaniemi2001-08-061-2/+2
| | | | | | p4raw-id: //depot/perl@11595
| * libcs are confused what to call Infinity.Jarkko Hietaniemi2001-08-051-1/+13
| | | | | | p4raw-id: //depot/perl@11593
| * Upgrade to Math::BigInt 1.40.Jarkko Hietaniemi2001-08-057-567/+1249
| | | | | | | | | | | | | | NOTE: this patch necessitates doing something about infinity handling since the new bigintpm.t tests use infinity, which causes SIGFPEs at least in Tru64. p4raw-id: //depot/perl@11591
| * Rename the Getopt::Long tests to be as they areJarkko Hietaniemi2001-08-054-0/+0
| | | | | | | | | | in the Getopt::Long official distribution. p4raw-id: //depot/perl@11588
| * Upgrade to Getopt::Long 2.26.Jarkko Hietaniemi2001-08-053-24/+527
| | | | | | p4raw-id: //depot/perl@11587
| * Retract #10874 (the hack should be unnecessary by now)Jarkko Hietaniemi2001-08-051-2/+1
| | | | | | p4raw-id: //depot/perl@11586
| * avoid temp file littering in testsGurusamy Sarathy2001-08-051-1/+1
| | | | | | p4raw-id: //depot/perl@11585
| * (Reintroduce #11125)Alan Burlison2001-08-051-1/+1
| | | | | | | | | | | | Subject: MakeMaker should pass through DEFINE and INC to subdirs Message-ID: <3B41D49D.A923D4F9@sun.com> p4raw-id: //depot/perl@11579
* | Avoid testing for (non-)existance of "encoding(xxxx)"Nick Ing-Simmons2001-08-091-3/+4
|/ | | | | layer is called "encoding" the (xxxx) is an argument. p4raw-id: //depot/perlio@11615
* Be more careful about non-existent files.Jarkko Hietaniemi2001-08-021-2/+2
| | | p4raw-id: //depot/perl@11555
* Fix forarbor@al37al08.telecel.pt2001-07-312-2/+29
| | | | | | | | Subject: [ID 20010116.001] File::Copy truncates orig file Message-Id: <200101161143.AA11184@al37al08.telecel.pt> (copy($foo, $foo) would truncate $foo) p4raw-id: //depot/perl@11526
* Upgrade to Switch 2.04, now with Perl 6 given+when.Jarkko Hietaniemi2001-07-315-21/+435
| | | p4raw-id: //depot/perl@11509
* Use Search::Dict 1.02 interface for charinfo().Jarkko Hietaniemi2001-07-291-4/+8
| | | p4raw-id: //depot/perl@11486
* Now also allow transforming the read lines before comparing them.Jarkko Hietaniemi2001-07-291-12/+23
| | | | | (This will help UnicodeCD.) p4raw-id: //depot/perl@11485
* Remove tiehandle code.Jarkko Hietaniemi2001-07-291-15/+1
| | | p4raw-id: //depot/perl@11484
* Allow specifying a comparison function for Search::Dict::look().Jarkko Hietaniemi2001-07-291-13/+32
| | | p4raw-id: //depot/perl@11483
* Small UnicodeCD tweaks.Jarkko Hietaniemi2001-07-292-10/+31
| | | p4raw-id: //depot/perl@11482
* UnicodeCD::charinfoSADAHIRO Tomoyuki2001-07-292-3/+187
| | | | | Message-Id: <20010724015114.CF4D.BQW10602@nifty.com> p4raw-id: //depot/perl@11481
* fixes to constant.pm documentationIlmari Karonen2001-07-291-26/+55
| | | | | Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka> p4raw-id: //depot/perl@11473
* Workaround on Cwd bootstrap problem.Jarkko Hietaniemi2001-07-241-1/+1
| | | p4raw-id: //depot/perl@11464
* MakeMaker FIRST_MAKEFILE and subdirIlya Zakharevich2001-07-232-4/+5
| | | | | Message-ID: <20010723184342.A14494@math.ohio-state.edu> p4raw-id: //depot/perl@11461
* MakeMaker subdirIlya Zakharevich2001-07-231-10/+17
| | | | | Message-ID: <20010723183316.A14298@math.ohio-state.edu> p4raw-id: //depot/perl@11460
* Print CONFIGURE params in ExtUtils::MakeMaker outputDavid D. Kilzer2001-07-231-1/+24
| | | | | Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com> p4raw-id: //depot/perl@11458
* debug reloading selfloaded stuffIlya Zakharevich2001-07-231-1/+1
| | | | | Message-ID: <20010723181320.A14005@math.ohio-state.edu> p4raw-id: //depot/perl@11457
* Further doc tweaks.Jarkko Hietaniemi2001-07-231-5/+5
| | | p4raw-id: //depot/perl@11449
* Doc tweaks.Jarkko Hietaniemi2001-07-231-2/+17
| | | p4raw-id: //depot/perl@11448
* Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"Michael G. Schwern2001-07-224-10/+79
| | | | | Message-ID: <20010720202235.O4498@blackrider> p4raw-id: //depot/perl@11441
* Fix erronous documentationSimon Cozens2001-07-201-2/+2
| | | | | Message-Id: <20010720114235.A5235@netthink.co.uk> p4raw-id: //depot/perl@11419
* Re: [PATCH: perl@11373] pod fixups for pod/perlhack.podRuss Allbery2001-07-201-8/+12
| | | | | Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@11416
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-35/+0
| | | p4raw-id: //depot/perl@11342
* File::Copy fails on tied handlesWilson, Doug2001-07-121-14/+18
| | | | | Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com> p4raw-id: //depot/perl@11333