| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20011017034241.A25038@blackrider>
p4raw-id: //depot/perl@12472
|
|
|
| |
p4raw-id: //depot/perl@12469
|
|
|
|
|
| |
Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
p4raw-id: //depot/perl@12466
|
|
|
|
|
|
|
| |
(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
|
|
|
| |
p4raw-id: //depot/perl@12452
|
|
|
|
|
| |
more complex case conversions.
p4raw-id: //depot/perl@12450
|
|
|
| |
p4raw-id: //depot/perl@12445
|
|
|
| |
p4raw-id: //depot/perl@12442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
| |
p4raw-id: //depot/perl@12437
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
p4raw-id: //depot/perl@12434
|
|
|
|
|
| |
for File::Spec::Mac::catfile)
p4raw-id: //depot/perl@12433
|
|
|
|
|
|
|
| |
Makefile.PL should h2xs write?)
Message-ID: <20011013000731.D67535@plum.flirble.org>
p4raw-id: //depot/perl@12432
|
|
|
|
|
|
| |
before DEFINE and INC), and repent by taking DEFINE and
INC away from PASTHRU.
p4raw-id: //depot/perl@12431
|
|
|
|
|
| |
Message-ID: <20011013231555.A18071@rafael>
p4raw-id: //depot/perl@12428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
$VERSION.
p4raw-id: //depot/perl@12426
|
|
|
|
|
| |
Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
p4raw-id: //depot/perl@12419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
further fixes from John Peacock.
p4raw-id: //depot/perl@12413
|
|
|
|
|
| |
Message-Id: <m3wv21te6w.fsf_-_@anima.de>
p4raw-id: //depot/perl@12405
|
|
|
|
|
| |
Message-ID: <20011010215627.13283.qmail@onion.perl.org>
p4raw-id: //depot/perl@12398
|
|
|
|
|
| |
Message-ID: <20011010215140.8913.qmail@onion.perl.org>
p4raw-id: //depot/perl@12397
|
|
|
| |
p4raw-id: //depot/perl@12395
|
|
|
|
|
| |
from Charles Lane.
p4raw-id: //depot/perl@12393
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
. 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
|
|
|
|
|
| |
Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12375
|
|
|
|
|
|
| |
ExtUtils::Mkbootstrap
Message-Id: <20011009061432.46666.qmail@onion.perl.org>
p4raw-id: //depot/perl@12374
|
|
|
| |
p4raw-id: //depot/perl@12373
|
|
|
|
|
| |
Message-ID: <20011008201126.73702.qmail@onion.perl.org>
p4raw-id: //depot/perl@12368
|
|
|
|
|
| |
Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
p4raw-id: //depot/perl@12365
|
|
|
| |
p4raw-id: //depot/perl@12362
|
|
|
|
|
|
| |
(If it is trying to catch SIGKILL, it should stop
trying because that is by definition impossible.)
p4raw-id: //depot/perl@12361
|
|
|
|
|
| |
Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@12360
|
|
|
|
|
| |
Message-ID: <20011007230518.90917.qmail@onion.perl.org>
p4raw-id: //depot/perl@12358
|
|
|
|
|
| |
Message-ID: <20011007205333.S38756@plum.flirble.org>
p4raw-id: //depot/perl@12356
|
|
|
| |
p4raw-id: //depot/perl@12353
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-Id: <20011007034754.21057.qmail@onion.perl.org>
p4raw-id: //depot/perl@12348
|
|
|
|
|
| |
Message-Id: <20011007005801.98381.qmail@onion.perl.org>
p4raw-id: //depot/perl@12347
|
|
|
|
|
| |
Message-Id: <20011006180421.J38756@plum.flirble.org>
p4raw-id: //depot/perl@12345
|
|
|
|
|
| |
Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
p4raw-id: //depot/perl@12336
|
|
|
| |
p4raw-id: //depot/perl@12335
|
|
|
| |
p4raw-id: //depot/perl@12334
|
|
|
|
|
|
|
| |
Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
(the lib/Term/Complete.t patched differently by #12332)
p4raw-id: //depot/perl@12333
|
|
|
| |
p4raw-id: //depot/perl@12332
|