| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <20020616233350.A9675@robin.kitsite.com>
p4raw-id: //depot/perl@17261
|
|
|
| |
p4raw-id: //depot/perl@16293
|
|
|
|
|
|
| |
be found in the repository, which is most often not right,
but at least consistent)
p4raw-id: //depot/perl@14400
|
|
|
| |
p4raw-id: //depot/perl@14029
|
|
|
|
|
| |
hopefully this is a convergent iteration...
p4raw-id: //depot/perl@14014
|
|
|
|
|
| |
as long as it takes and optionally record how far it got.
p4raw-id: //depot/perl@14010
|
|
|
| |
p4raw-id: //depot/perl@14002
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 13926]
Nicholas Clark's embed.pl fix for my_socketpair
[ 13923]
Quick fix (after couple of clever fixes failed) for
"accept leaks memory" fail [ID 20011223.001]
p4raw-link: @13926 on //depot/perlio: 706e3e0fa48b7eca83a252c56ee7190a42ea58bd
p4raw-link: @13923 on //depot/perlio: 72f496dcd0fc92435ef5c603c8a681183058a7bc
p4raw-id: //depot/perl@13927
|
| |
| |
| | |
p4raw-id: //depot/perlio@13926
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@13900
|
| |
| |
| |
| |
| | |
Message-ID: <3C285CB4.8040006@rowman.com>
p4raw-id: //depot/perl@13883
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 13854]
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
[ 13853]
Put PerlIO stuff inside EXTERN C
[ 13852]
Add at least the "important" PerlIO_xxxx functions to embed.pl
so that they get implicit pTHX_ and we can avoid slow dTHX.
p4raw-link: @13854 on //depot/perlio: 3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f
p4raw-link: @13853 on //depot/perlio: 582ed04c91818c6c9bf5b51c84f67b7c565925a7
p4raw-link: @13852 on //depot/perlio: e87a358ade5a3dd9a8b192569e18211d76c93743
p4raw-id: //depot/perl@13862
|
| |
| |
| | |
p4raw-id: //depot/perlio@13853
|
| |
| |
| |
| |
| | |
so that they get implicit pTHX_ and we can avoid slow dTHX.
p4raw-id: //depot/perlio@13852
|
|/
|
|
|
| |
Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@13858
|
|
|
|
|
|
| |
U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
(the Unicode maximum code point) warnable offenses.
p4raw-id: //depot/perl@13823
|
|
|
| |
p4raw-id: //depot/perl@13813
|
|
|
|
|
|
| |
Unicode-aware string comparison to wander off
to the la-la land.
p4raw-id: //depot/perl@13669
|
|
|
| |
p4raw-id: //depot/perl@13630
|
|
|
|
|
| |
Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@13543
|
|
|
| |
p4raw-id: //depot/perl@13436
|
|
|
| |
p4raw-id: //depot/perl@13377
|
|
|
|
|
| |
instead of U32s and add to_uni_fold().
p4raw-id: //depot/perl@13374
|
|
|
| |
p4raw-id: //depot/perl@13332
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
are used under normal operation (S_not_a_number()).
p4raw-id: //depot/perl@13099
|
|
|
|
|
| |
Message-ID: <20011116004809.A934@math.ohio-state.edu>
p4raw-id: //depot/perl@13044
|
|
|
|
|
| |
Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
p4raw-id: //depot/perl@13028
|
|
|
|
|
| |
Message-ID: <20011107222339.E729@rafael>
p4raw-id: //depot/perl@12900
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
p4raw-id: //depot/perl@12877
|
|
|
| |
p4raw-id: //depot/perl@12808
|
|
|
|
|
|
|
|
|
|
| |
a more useful mapping for caseless aka case-ignoring than
doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
algorithm for creating the foldings uses equivalence classes,
see http://www.unicode.org/unicode/reports/tr21/
Hopefully this feature will be used in //i.
(The folding tables were introduced by #12689.)
p4raw-id: //depot/perl@12807
|
|
|
|
|
|
| |
is a parameter, instead of a global. Document the
PERL_ENCODING.
p4raw-id: //depot/perl@12783
|
|
|
| |
p4raw-id: //depot/perl@12782
|
|
|
|
|
| |
in the re extension, their symbols have to be exported.
p4raw-id: //depot/perl@12633
|
|
|
|
|
| |
reimplement sv_uni_display() using that.
p4raw-id: //depot/perl@12619
|
|
|
|
|
| |
do it if wanted, and be prepared for more display options.
p4raw-id: //depot/perl@12612
|
|
|
|
|
| |
Unicode character can be mapped into several.
p4raw-id: //depot/perl@12546
|
|
|
|
|
|
|
| |
"functions" which are really macros. Use it foe the troublesome
sv_setsv() etc. macros in sv.h - changing latter to define
sv_setsv rather than sv_setsv_macro etc.
p4raw-id: //depot/perlio@12524
|
|
|
|
|
| |
Still-passes all tests non-threaded (well it would wouldn't it!)
p4raw-id: //depot/perlio@12451
|
|
|
|
|
|
| |
but at least less wrong: prepare for the mapping being
more than just one-character-to-one-character.
p4raw-id: //depot/perl@12371
|
|
|
| |
p4raw-id: //depot/perl@12280
|
|
|
|
|
| |
Message-ID: <20010929174113.A30223@ttul.org>
p4raw-id: //depot/perl@12276
|
|
|
|
|
| |
Message-ID: <20010928233933.C23673@plum.flirble.org>
p4raw-id: //depot/perl@12259
|
|
|
|
|
| |
TODO: dump the SvUTF8() hash keys similarly.
p4raw-id: //depot/perl@12243
|
|
|
| |
p4raw-id: //depot/perl@12139
|
|
|
| |
p4raw-id: //depot/perl@12137
|
|
|
| |
p4raw-id: //depot/perl@12015
|
|
|
|
|
|
| |
Subject: [proposed PATCH] Re: perl@11920
Message-ID: <20010912234609.H4971@plum.flirble.org>
p4raw-id: //depot/perl@12013
|
|
|
|
|
|
|
| |
Rename to custop_op_name to Perl_custom_op_name to match perlapi
Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
perl_clone.
p4raw-id: //depot/perl@11968
|