| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@13218
|
|
|
|
|
|
|
|
|
|
| |
to pp_sort.c. Includes the quicksort stabilizing layer
from John P. Linderman. -Msort=qsort or -Msort=fast is
faster than without (or with -Msort=mergesort or -Msort=safe)
for short random inputs, but for some reason not quite as fast
as 5.6.1 qsort. More benchmarking, profiling, tuning, and
optimizing definitely needed.
p4raw-id: //depot/perl@13179
|
|
|
| |
p4raw-id: //depot/perl@13141
|
|
|
| |
p4raw-id: //depot/perl@12952
|
|
|
| |
p4raw-id: //depot/perl@12913
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@12629
|
|
|
| |
p4raw-id: //depot/perl@12376
|
|
|
| |
p4raw-id: //depot/perl@12229
|
|
|
|
|
|
|
| |
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)
p4raw-id: //depot/perl@12095
|
|
|
| |
p4raw-id: //depot/perl@12018
|
|
|
| |
p4raw-id: //depot/perl@12002
|
|
|
| |
p4raw-id: //depot/perl@11875
|
|
|
|
|
|
| |
(Porting/makerel adds CRs to the files that need it in the
distribution)
p4raw-id: //depot/perl@11821
|
|
|
|
|
| |
working in 5.7.x
p4raw-id: //depot/perl@11803
|
|
|
|
|
|
| |
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
|
|
|
|
|
| |
some WinCE files to the list of DOSish files.
p4raw-id: //depot/perl@11667
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
try to define (most importantly) Perl_is{inf,nan}(x).
For this first cut, assume none such APIs exist in non-UNIXoid
platforms-- this is of course too unkind: Win32 rumoredly has
_fpclass() and _isnan(), and VMS/VOS very probably have some
of the APIs available. The only thing Perl uses at the moment
is Perl_isnan() (has been in use for a while now).
NOTE: the Win32 and NetWare config_h.?c need regenerating.
p4raw-id: //depot/perl@11618
|
|
|
| |
p4raw-id: //depot/perl@11334
|
|
|
| |
p4raw-id: //depot/perl@11233
|
|
|
| |
p4raw-id: //depot/perl@11090
|
|
|
| |
p4raw-id: //depot/perl@11035
|
|
|
|
|
|
| |
Expected not to exist in non-UNIX excepting in VMS, where
according to a quick web survey they just might.
p4raw-id: //depot/perl@11003
|
|
|
| |
p4raw-id: //depot/perl@10986
|
|
|
| |
p4raw-id: //depot/perl@10950
|
|
|
| |
p4raw-id: //depot/perl@10826
|
|
|
| |
p4raw-id: //depot/perl@10797
|
|
|
| |
p4raw-id: //depot/perl@10775
|
|
|
| |
p4raw-id: //depot/perl@10719
|
|
p4raw-id: //depot/perl@10643
|