| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20050501200755.GA30259@petdance.com>
p4raw-id: //depot/perl@24365
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24271
|
|
|
|
|
|
|
| |
Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
p4raw-id: //depot/perl@24239
|
|
|
|
|
|
| |
(and also function pointer declarations that rely on the C semantics
of ())
p4raw-id: //depot/perl@24165
|
|
|
| |
p4raw-id: //depot/perl@24096
|
|
|
| |
p4raw-id: //depot/perl@23803
|
|
|
| |
p4raw-id: //depot/perl@23795
|
|
|
| |
p4raw-id: //depot/perl@23789
|
|
|
| |
p4raw-id: //depot/perl@23761
|
|
|
| |
p4raw-id: //depot/perl@23176
|
|
|
| |
p4raw-id: //depot/perl@23102
|
|
|
| |
p4raw-id: //depot/perl@23096
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
| |
p4raw-id: //depot/perl@22349
|
|
|
|
|
|
|
|
| |
currently being executed caused coredumps. The dounwind called by
die unwinds all the contexts on the context stack before unwinding
the save stack. To stop premature freeing of the CV, hold
references to it on both stacks.
p4raw-id: //depot/perl@22182
|
|
|
|
|
|
|
| |
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)
p4raw-id: //depot/perl@19242
|
|
|
| |
p4raw-id: //depot/perl@18801
|
|
|
|
|
| |
Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18456
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
|
|
| |
Message-ID: <20020925234023.A20044@fdgroup.com>
p4raw-id: //depot/perl@17953
|
|
|
|
|
| |
threadsafe per interpreter values.
p4raw-id: //depot/perl@16592
|
|
|
|
|
|
|
| |
Add a regression test for %^H.
Change the sort pragma implementation to use a
global variable instead of %^H.
p4raw-id: //depot/perl@16286
|
|
|
|
|
| |
Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
p4raw-id: //depot/perl@16251
|
|
|
|
|
|
| |
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc
p4raw-id: //depot/perl@16048
|
|
|
|
|
| |
Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@15811
|
|
|
| |
p4raw-id: //depot/perl@14391
|
|
|
| |
p4raw-id: //depot/perl@14041
|
|
|
|
|
| |
Message-Id: <200112171211.HAA71597@raptor.research.att.com>
p4raw-id: //depot/perl@13727
|
|
|
|
|
| |
Message-Id: <200112131450.JAA84836@raptor.research.att.com>
p4raw-id: //depot/perl@13673
|
|
|
| |
p4raw-id: //depot/perl@13292
|
|
|
|
|
|
|
|
| |
Message-Id: <200111251925.OAA77172@raptor.research.att.com>
Randomize large partitions for quicksort to dodge the
angry gods of quadratic.
p4raw-id: //depot/perl@13265
|
|
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
|