| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove support for the Borland C++ compiler on Win32, as agreed here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-09/msg00034.html
|
| |
|
|
|
|
|
|
| |
This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c.
Back out XS switch over
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
p4raw-id: //depot/perl@19663
|
|
|
|
|
|
| |
now we get 97% success rate, the remaining failures are
quite obscure.
p4raw-id: //depot/perl@19662
|
|
|
| |
p4raw-id: //depot/perl@17454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
optimism is in the air.
p4raw-id: //depot/perl@9337
|
|
|
|
|
|
| |
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bump the version to 2.14
- drop the base64 tests since they require MIME::Base64
- drop the rfc1321.txt
- drop the hints/dec_osf.pl since it's only needed for
pre-5.005_03 Perls
Todo:
- the U32 alignment testing is now removed; it needs to
be reintroduced as as a Config variable (meaning also
as a Configure test)
- get the new EBCDIC md5sum for MD5.pm
- test in Win32 to see how badly I botched the makefiles
p4raw-id: //depot/perl@9308
|
|
|
| |
p4raw-id: //depot/perl@7839
|
|
|
| |
p4raw-id: //depot/perl@7220
|
|
Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
p4raw-id: //depot/perl@1823
|