| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
as general purpose encoding transformation interfaces
since that's not what they are.
p4raw-id: //depot/perl@15169
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15155
|
|
|
|
|
| |
init routine.
p4raw-id: //depot/perl@15139
|
|
|
|
|
|
|
|
|
| |
"not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"!
Message-ID: <13946506773.20020308043144@newmail.ru>
(one test changed)
p4raw-id: //depot/perl@15088
|
|
|
|
|
|
|
|
|
| |
encoding pragma (by remapping their byte argument if the
other argument is in Unicode). Also fix a bug found by
Anton where ord undef under the encoding pragma would barf.
([ID 20020307.009] A null pointer dereference with 'use encoding')
Finally, use the nicer form of sv_recode_to_utf8.
p4raw-id: //depot/perl@15085
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Do no harm." and "If it ain't broke, don't fix it."
Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
some, but still broken, and I do not have the extra brain
cells for the EBCDIC backport. Secondly, the old version
worked both in EBCDIC and non-. Thirdly, the old version
may be more amenable for the behaviour suggsted by Anton
Tagunov regarding the encoding pragma.
p4raw-id: //depot/perl@15084
|
|
|
|
|
|
| |
Message-Id: <20020304023103.A14140@math.ohio-state.edu>
p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431
p4raw-id: //depot/perl@14985
|
|
|
|
|
| |
Message-ID: <3C79AAAC.6060903@rowman.com>
p4raw-id: //depot/perl@14859
|
|
|
|
|
| |
sv_copypv() returns void.
p4raw-id: //depot/perl@14858
|
|
|
|
|
| |
Message-ID: <3C795DB7.40105@rowman.com>
p4raw-id: //depot/perl@14857
|
|
|
|
|
| |
Message-Id: <20020222230107.A15069@rafael>
p4raw-id: //depot/perl@14837
|
|
|
|
|
| |
(Mis-feature discovered by Encode.)
p4raw-id: //depot/perlio@14526
|
|
|
|
|
| |
All but ../lib/Unicode/UCD.t pass.
p4raw-id: //depot/perlio@14412
|
|
|
|
|
| |
submit-ing to get to Win32, and as "off site" backup.
p4raw-id: //depot/perlio@14352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sv_magic provides the extra restictions (no READONLY, only
one of each type, canned set of vtables), and sv_magicext()
does the actual data twiddling.
Also enhances semantics of ->mg_ptr setting via name/namlen
to allow either an uncopied ptr (namlen == 0), or a Newz()ed
scratch area (namlen > 0 && name == NULL).
sv_magicext also returns the MAGIC * it added.
sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
To come sv_unmagicext() - which will remove just one magic
of particular type, and additionaly match against ->mg_ptr,
or the MAGIC * (need to experiment as to which is more natural).
p4raw-id: //depot/perlio@14335
|
|\
| |
| | |
p4raw-id: //depot/perlio@14270
|
| |
| |
| |
| |
| | |
op/ver is happy.
p4raw-id: //depot/perl@14246
|
| |
| |
| |
| |
| | |
(and it very probably did).
p4raw-id: //depot/perl@14243
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Need to use CopXXXXX macros everywhere and add CopSTASH_free
Add new scope type and add support for it to scope.c and scope stack
dup-er in sv.c. Add savesharedpv().
Also zealous version of Win32's vmem.h to catch all the abuses.
With this t/op/fork.t passes even with zealous checking and
checker is point a finger at various threads/shared issues.
PL_curcop->cop_io is still an issue.
p4raw-id: //depot/perlio@14259
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 14214]
Win32-ize socketpair test
- Win32 can fork even though $Config{d_fork} is undef
- SOCK_DGRAM does not work - skip those tests.
[ 14213]
Abstract out the cloning of SvPVX and handle shared pv in a
safe (if suboptimal) manner. Does not fix op/fork.t :-(
p4raw-link: @14214 on //depot/perlio: 26bf1728b5f258bdc26021f9eb583c46488b8859
p4raw-link: @14213 on //depot/perlio: 83841fad1c8ce4928a4239052849bad556adb3d3
p4raw-id: //depot/perl@14218
|
| |
| |
| |
| |
| | |
safe (if suboptimal) manner. Does not fix op/fork.t :-(
p4raw-id: //depot/perlio@14213
|
|/
|
|
|
|
|
|
|
|
| |
Subject: UTF-8 sprintf bug in bleadperl
Message-ID: <m3vge99c7g.fsf@anima.de>
I have tests, have just to figure out where to put them
since op/sprintf looks a bit unfriendly for tests of
somewhat freer form.
p4raw-id: //depot/perl@14194
|
|
|
|
|
|
|
|
|
|
| |
revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
turns out even the malloc() was never really needed to begin with,
so get rid of it
p4raw-link: @11280 on //depot/perl: dc507217b3331807446df6e7f16977ee2fdc418e
p4raw-id: //depot/perl@14177
|
|
|
|
|
| |
ithreads + DEBUGGING.
p4raw-id: //depot/perl@14108
|
|
|
| |
p4raw-id: //depot/perl@14041
|
|
|
| |
p4raw-id: //depot/perlio@14017
|
|
|
|
|
| |
Also tone down perl -DP tracing of sv_gets.
p4raw-id: //depot/perlio@13847
|
|
|
|
|
| |
Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
p4raw-id: //depot/perl@13786
|
|
|
|
|
|
| |
findings -- some of the warnings I can't explain except
by NVgf being detected wrong, though.
p4raw-id: //depot/perl@13764
|
|
|
|
|
|
| |
- added delete of READONLY value inhibit & test for same
- re-tabbed
p4raw-id: //depot/perlio@13760
|
|
|
| |
p4raw-id: //depot/perl@13691
|
|
|
|
|
| |
Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
p4raw-id: //depot/perl@13536
|
|
|
|
|
|
| |
http://bugs.ActiveState.com/show_bug.cgi?id=18457
http://bugs.ActiveState.com/show_bug.cgi?id=18858
p4raw-id: //depot/perl@13533
|
|
|
|
|
| |
Message-ID: <20011203163716.C21702@plum.flirble.org>
p4raw-id: //depot/perl@13442
|
|
|
| |
p4raw-id: //depot/perl@13139
|
|
|
|
|
| |
as noticed by Ilya.
p4raw-id: //depot/perl@13098
|
|
|
| |
p4raw-id: //depot/perlio@13072
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
Patching README.foo instead of pod/perlfoo.pod,
not patching Math::BigInt (Tels will take care of that),
dropping broken hv.c and sv.h patches, patching libnetcfg.PL
and perldoc.PL instead of libnetcfg and perldoc, patching
ext/Digest/MD5/t/files.t since MD5.pm was changed.
p4raw-id: //depot/perl@12954
|
|
|
| |
p4raw-id: //depot/perl@12931
|
|
|
| |
p4raw-id: //depot/perl@12892
|
|
|
|
|
|
| |
remove this later). Based on a patch from Robert Spier in
<15330.61459.14452.795263@rls.cx>.
p4raw-id: //depot/perl@12827
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
TODO: regex literals, reentrancy problems with the utf8
and charnames pragmas.
p4raw-id: //depot/perl@12790
|
|
|
| |
p4raw-id: //depot/perl@12785
|
|
|
| |
p4raw-id: //depot/perl@12784
|
|
|
|
|
|
| |
is a parameter, instead of a global. Document the
PERL_ENCODING.
p4raw-id: //depot/perl@12783
|
|
|
| |
p4raw-id: //depot/perl@12782
|
|
|
|
|
|
|
| |
from the native eight bit data to Unicode.
TODO: \x.. and \0... literals. \N{}. chr()? ord()?
p4raw-id: //depot/perl@12750
|
|
|
| |
p4raw-id: //depot/perl@12613
|
|
|
|
|
|
| |
don't call themselves READONLY but still die with modification
attempt. We only call bless for ext and umagic.
p4raw-id: //depot/perl@12610
|