summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Test::Simple 0.32Michael G. Schwern2001-10-1731-512/+1836
| | | | | Message-ID: <20011017034241.A25038@blackrider> p4raw-id: //depot/perl@12472
* Pod cleanup.Jarkko Hietaniemi2001-10-172-45/+55
| | | p4raw-id: //depot/perl@12469
* PREREQ_PM does not really require.Kay Röpke2001-10-171-14/+20
| | | | | Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de> p4raw-id: //depot/perl@12466
* Add the special casing mappings (from SpecCase.txt)Jarkko Hietaniemi2001-10-174-28/+376
| | | | | | | (except for the hyper special case mappings that have the condition list); the special casing mappings are unused for now. Small tidying up on mktables. p4raw-id: //depot/perl@12465
* A forgotten deletion.Jarkko Hietaniemi2001-10-161-879/+0
| | | p4raw-id: //depot/perl@12452
* Document the problem with the swash_fetch() API that affectsJarkko Hietaniemi2001-10-161-0/+1
| | | | | more complex case conversions. p4raw-id: //depot/perl@12450
* Bump the version number to agree with the maintperl one.Jarkko Hietaniemi2001-10-151-5/+6
| | | p4raw-id: //depot/perl@12445
* Sync the skip() amounts with the number of tests.Jarkko Hietaniemi2001-10-151-2/+2
| | | p4raw-id: //depot/perl@12442
* MacOS Classic catdir() rewrite from Thomas WegnerJarkko Hietaniemi2001-10-156-329/+459
| | | | | | | | | | | | | | (backward incompatibility, but a deliberate one, the old version simply is broken in its logic), also documentation updates, and as suggested replicated the File::Spec::Unix documentation updates also on the File::Spec documentation. TODO: there seems to be duplication of documentation between File::Spec and File::Spec::Unix. I think the ::Unix should be left only with specific UNIXisms, and all the generic documentation should be in ::Spec. p4raw-id: //depot/perl@12440
* Retract #12436 (Abhijit already did this at #12426)Jarkko Hietaniemi2001-10-141-1/+0
| | | p4raw-id: //depot/perl@12437
* (retracted by #12437)Kay Röpke2001-10-141-0/+1
| | | | | | Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de> p4raw-id: //depot/perl@12436
* Fix scoping problem with FATAL warningsPaul Marquess2001-10-141-1/+1
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12434
* Use File::Spec (needs Thomas Wegner's upcoming patchJarkko Hietaniemi2001-10-131-2/+2
| | | | | for File::Spec::Mac::catfile) p4raw-id: //depot/perl@12433
* Re: default module version for h2xs (was Re: [PATCH] Re: What sort of ↵Nicholas Clark2001-10-131-10/+64
| | | | | | | Makefile.PL should h2xs write?) Message-ID: <20011013000731.D67535@plum.flirble.org> p4raw-id: //depot/perl@12432
* Define PASTHRU_DEFINE and PASTHRU_INC (which are usedJarkko Hietaniemi2001-10-131-10/+15
| | | | | | before DEFINE and INC), and repent by taking DEFINE and INC away from PASTHRU. p4raw-id: //depot/perl@12431
* [DOC PATCH] pod syntax fixups for File::Spec::* modulesRafael Garcia-Suarez2001-10-135-29/+29
| | | | | Message-ID: <20011013231555.A18071@rafael> p4raw-id: //depot/perl@12428
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-13339-34126/+35518
| | | | | | | | | | | | | | | | | | | - Cleaner. - Faster: 15-20 seconds as opposed to several minutes. - More dynamic: the names of the various categories such as the linebreak ones are dynamic, not static. - Is.pl: long names for the general category properties are now available. - Ranges (<... ,First>, <..., Last>) from the general categories work now. - No more mktables.PL because the mktables.PL is not and never has been run to create a mktables. - syllables.txt and Is/Syl*.pl removed: non-standard (not part of the Unicode), and the whole concept is being reworked (http://syllabary.sourceforge.net/), the old way wouldn't even work with the new Syllables.txt (it would result in 1000+ new categories) p4raw-id: //depot/perl@12427
* ExtUtils::MM_Unix should ignore comments when searching forAbhijit Menon-Sen2001-10-131-1/+1
| | | | | $VERSION. p4raw-id: //depot/perl@12426
* RE: [PATCH File::Copy] Silence warnings for tied filehandles Wilson, Doug2001-10-121-2/+1
| | | | | Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com> p4raw-id: //depot/perl@12419
* [PATCH lib/Term/Complete.t] Rethinking the TestJarkko Hietaniemi2001-10-122-68/+77
| | | | | | | | | | | | | | From: "chromatic" <chromatic@rmci.net> Date: Thu, 11 Oct 2001 10:57:55 -0600 Message-ID: <20011011170354.74354.qmail@onion.perl.org> Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Thu, 11 Oct 2001 22:34:21 +0200 Message-ID: <20011011223421.A693@rafael> plus undef $Term::Complete::stty as suggested by Rafael. p4raw-id: //depot/perl@12418
* Upgrade to Math::BigInt 1.44 from Tels andJarkko Hietaniemi2001-10-1210-1229/+2297
| | | | | further fixes from John Peacock. p4raw-id: //depot/perl@12413
* (Was: lib/Memoize/t/speed.................FAILED at test 2)Andreas König2001-10-121-19/+20
| | | | | Message-Id: <m3wv21te6w.fsf_-_@anima.de> p4raw-id: //depot/perl@12405
* (was Re: lib/Term/Complete.t won't complete in background)chromatic2001-10-111-1/+1
| | | | | Message-ID: <20011010215627.13283.qmail@onion.perl.org> p4raw-id: //depot/perl@12398
* Add Tests for ExtUtils::Packlistchromatic2001-10-111-0/+163
| | | | | Message-ID: <20011010215140.8913.qmail@onion.perl.org> p4raw-id: //depot/perl@12397
* Message-Id: <3BC31E56.60805@stason.org>Stas Bekman2001-10-101-1/+15
| | | p4raw-id: //depot/perl@12395
* VMS: reorder the elimination of 000000 in the canonpath logic,Jarkko Hietaniemi2001-10-101-2/+2
| | | | | from Charles Lane. p4raw-id: //depot/perl@12393
* Fix/improve handling of the [000000] special "root"Jarkko Hietaniemi2001-10-102-1/+4
| | | | | | | | | directory, by putting cwd in canonical form when doing abs2rel, and prepending a 000000 to directory "chunks" if missing from base or path. Also adjust test to reflect the (improved) output from abs2rel. From Charles Lane. p4raw-id: //depot/perl@12391
* In VMS the copy-to-untaint %ENV in the initialization also losesJarkko Hietaniemi2001-10-101-2/+4
| | | | | | | all of the extra VMSish attributes (such as "treat this logical as a device name") that are necessary to make programs run. A tainted %ENV does not hinder VMS. From Charles Lane. p4raw-id: //depot/perl@12390
* VMS-specific fixes to the ExtUtils::Manifest tests.Jarkko Hietaniemi2001-10-102-1/+6
| | | | | | | | | | | | | | | o VMS is case-insensitive, RTL downcases filenames read by perl... so need to re-upcase filenames like MANIFEST and MANIFEST.SKIP o Need to convert VMS-style to Unix-style filenames when comparing names in MANIFEST to names in filesystem. o Need to remove mantest/MANIFEST before rmdir'ing mantest, since VMS won't let you (easily) delete non-empty directories. From Charles Lane. p4raw-id: //depot/perl@12389
* VMS tweakage from Charles Lane.Jarkko Hietaniemi2001-10-092-2/+14
| | | | | | | . command.com doubles an output line when prompting for extensions . Term::Cap has no business trying to run obscure Un*x utilities on VMS . perl5db doesn't clean up after itself p4raw-id: //depot/perl@12385
* File::Find test on VMSCharles Lane2001-10-091-10/+13
| | | | | Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12375
* Add Tests forchromatic2001-10-091-0/+159
| | | | | | ExtUtils::Mkbootstrap Message-Id: <20011009061432.46666.qmail@onion.perl.org> p4raw-id: //depot/perl@12374
* Enable more debugging.Jarkko Hietaniemi2001-10-091-5/+5
| | | p4raw-id: //depot/perl@12373
* Fix Debian Failures on Test 22chromatic2001-10-081-12/+13
| | | | | Message-ID: <20011008201126.73702.qmail@onion.perl.org> p4raw-id: //depot/perl@12368
* Autosplit patch for VMSCraig A. Berry2001-10-082-10/+41
| | | | | Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01> p4raw-id: //depot/perl@12365
* Retract #12358 for now.Jarkko Hietaniemi2001-10-081-11/+7
| | | p4raw-id: //depot/perl@12362
* Can't figure out what this is testing.Jarkko Hietaniemi2001-10-081-16/+1
| | | | | | (If it is trying to catch SIGKILL, it should stop trying because that is by definition impossible.) p4raw-id: //depot/perl@12361
* why some tests fail on Win95...Nikola Knezevic2001-10-081-2/+6
| | | | | Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@12360
* Re: [PATCH] & what's to be done for 5.8.0?chromatic2001-10-081-7/+11
| | | | | Message-ID: <20011007230518.90917.qmail@onion.perl.org> p4raw-id: //depot/perl@12358
* & what's to be done for 5.8.0? Nicholas Clark2001-10-0817-9/+79
| | | | | Message-ID: <20011007205333.S38756@plum.flirble.org> p4raw-id: //depot/perl@12356
* Change 12349 didn't really get it right.Artur Bergman2001-10-071-1/+1
| | | p4raw-id: //depot/perl@12353
* Give up the fantasy of having lib/Unicode and lib/unicode:Jarkko Hietaniemi2001-10-072-5/+8
| | | | | | | doesn't work on Mac OS X 10.1 (when unpacking the tar the latter gets renamed as lib/unicode:1, assumedly for security reasons not to overwrite stuff) p4raw-id: //depot/perl@12349
* Add Tests for CPAN::Noxchromatic2001-10-071-0/+27
| | | | | Message-Id: <20011007034754.21057.qmail@onion.perl.org> p4raw-id: //depot/perl@12348
* Add Tests for sigtrap.pmchromatic2001-10-071-0/+104
| | | | | Message-Id: <20011007005801.98381.qmail@onion.perl.org> p4raw-id: //depot/perl@12347
* Memoize testsNicholas Clark2001-10-0619-18/+81
| | | | | Message-Id: <20011006180421.J38756@plum.flirble.org> p4raw-id: //depot/perl@12345
* PATCH: Tie::SubstrHashHugo van der Sanden2001-10-041-1/+1
| | | | | Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> p4raw-id: //depot/perl@12336
* Unicode properties saga continues.Jarkko Hietaniemi2001-10-045-493/+466
| | | p4raw-id: //depot/perl@12335
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-0430-328/+4640
| | | p4raw-id: //depot/perl@12334
* 2 more VMS test tweaksCraig A. Berry2001-10-041-0/+1
| | | | | | | Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01> (the lib/Term/Complete.t patched differently by #12332) p4raw-id: //depot/perl@12333
* Restore only if something to restore.Jarkko Hietaniemi2001-10-041-3/+3
| | | p4raw-id: //depot/perl@12332