| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@28406
|
|
|
| |
p4raw-id: //depot/perl@28395
|
|
|
| |
p4raw-id: //depot/perl@28389
|
|
|
|
|
|
|
| |
(when compiling perl manpages are built afterwards, not
by MakeMaker like when installing modules.) This fix a
bootstrap problem (now that Pod::Man uses POSIX.)
p4raw-id: //depot/perl@26295
|
|
|
| |
p4raw-id: //depot/perl@24166
|
|
|
| |
p4raw-id: //depot/perl@22911
|
|
|
| |
p4raw-id: //depot/perl@21812
|
|
|
| |
p4raw-id: //depot/perl@21550
|
|
|
| |
p4raw-id: //depot/perl@19915
|
|
|
| |
p4raw-id: //depot/perl@19735
|
|
|
| |
p4raw-id: //depot/perl@19726
|
|
|
|
|
|
|
|
| |
core modules in ext/. Disable this in Devel::PPPort (not
up-to-date on CPAN), Unicode::Normalize (the CPAN version
uses a different Makefile.PL anyway) and XS::APItest
(not CPANized.)
p4raw-id: //depot/perl@19145
|
|
|
|
|
| |
by SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@19144
|
|
|
| |
p4raw-id: //depot/perl@18817
|
|
|
|
|
| |
Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
p4raw-id: //depot/perl@16262
|
|
|
|
|
| |
from SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@16260
|
|
|
|
|
|
|
|
|
|
|
|
| |
Silly fix for the SC compiler's fixation with "comp" as a type
Skip more PerlIO symbols for sfio
Play nicely in miniperl
p4raw-id: //depot/perl@16142
p4raw-integrated: from //depot/macperl@16132 'copy in'
ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
lib/File/Spec/Mac.pm makedef.pl (@16123..)
|
|
|
|
|
| |
Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
p4raw-id: //depot/perl@15596
|
|
|
| |
p4raw-id: //depot/perl@15451
|
|
|
| |
p4raw-id: //depot/perl@15380
|
|
|
| |
p4raw-id: //depot/perl@15319
|
|
|
| |
p4raw-id: //depot/perl@15318
|
|
|
| |
p4raw-id: //depot/perl@14889
|
|
|
| |
p4raw-id: //depot/perl@14888
|
|
|
|
|
|
| |
Unicode::Normalize for now. Real users of
EBCDIC have to decide what they want.
p4raw-id: //depot/perl@14848
|
|
|
|
|
| |
tweaking the test.
p4raw-id: //depot/perl@14846
|
|
|
|
|
|
|
| |
EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
for the low 256. Now tweaked the tests, but maybe it's
the module that needs few NATIVE_TO_UNI()s somewhere?
p4raw-id: //depot/perl@14571
|
|
|
|
|
|
|
|
|
| |
solution being not including the *.html files. This means
that in the future there is no need for any renamings
(well, assuming that the Consortium doesn't cause any),
and the files are named like they are in the Consortium
website, thus alleviating confusion.
p4raw-id: //depot/perl@14370
|
|
|
|
|
| |
Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
p4raw-id: //depot/perl@14308
|
|
|
|
|
| |
Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@14199
|
|
|
|
|
| |
Message-Id: <20020110010110.690B.BQW10602@nifty.com>
p4raw-id: //depot/perl@14156
|
|
|
| |
p4raw-id: //depot/perl@14129
|
|
|
|
|
| |
and threads::shared, but leaving them to Arthur).
p4raw-id: //depot/perl@14128
|
|
|
| |
p4raw-id: //depot/perl@13388
|
|
|
| |
p4raw-id: //depot/perl@13382
|
|
|
|
|
| |
Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>
p4raw-id: //depot/perl@13228
|
|
The CPAN distribution has both pm and XS implementations,
and for performance reasons we choose the XS.
Another reason to choose the XS is that it doesn't
require Lingua::KO::Hangul::Util, which means that
we can delete that-- which in turn means that Unicode::UCD
cannot expect that: support it, but don't expect.
Ditto Unicode::Collate.
Note that Unicode::Normalize Makefile.PL and
Normalize.xs have been modified from the CPAN 0.10
versions: the first one to be simpler (no pm) and
clean up the generated unf*.h files, the second one
to quench compiler grumblings. Must notify Sadahiro
about these changes.
p4raw-id: //depot/perl@12909
|