| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
used much more than the simpler API, now called utf8_to_uv_simple().
Still not quite happy with API, too much partial duplication
of functionality.
p4raw-id: //depot/perl@7439
|
|
|
|
|
|
|
|
|
|
|
|
| |
malformation happens. This involved adding an argument
to utf8_to_uv_chk(), which involved changing its prototype,
and prefer STRLEN over I32 for the UTF-8 length, which as
a domino effect necessitated changing the prototypes of
scan_bin(), scan_oct(), scan_hex(), and reg_uni().
The stricter UTF-8 decoding checking uses Markus Kuhn's
UTF-8 Decode Stress Tester from
http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
p4raw-id: //depot/perl@7416
|
|
|
|
|
| |
Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
p4raw-id: //depot/perl@7407
|
|
|
|
|
| |
Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7115
|
|
|
|
|
|
|
| |
i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
0 to checking to get the warning.
p4raw-id: //depot/perl@7096
|
|
|
| |
p4raw-id: //depot/perl@7075
|
|
|
|
|
|
|
|
| |
Subject: [ID 20000903.001] \w in utf8-strings
Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
and various related nits.
p4raw-id: //depot/perl@7030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [ID 20000716.024] [=cc=] / [:blank:]
Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
(the [=cc=] has already been taken care of by #6439
so the whole bug report can be closed)
and make [[:space:]] to be equivalent to isspace(3)
(as opposed to \s, which is isSPACE()). The difference
is that now [[:space:]] matches the mythical vertical tab,
while \s doesn't.
p4raw-id: //depot/perl@6703
|
|
|
|
|
|
|
| |
uninitialized value
Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
p4raw-id: //depot/perl@6591
|
|
|
|
|
| |
Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
p4raw-id: //depot/perl@6493
|
|
|
|
|
|
|
|
| |
Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
p4raw-link: @6337 on //depot/cfgperl: f06a1d4e6ae96bf8af49f0ef1c79f500d8de0143
p4raw-id: //depot/cfgperl@6395
|
|
|
|
|
| |
Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
p4raw-id: //depot/cfgperl@6337
|
|
|
|
|
| |
(from Ilya Zakharevich)
p4raw-id: //depot/perl@6172
|
|
|
| |
p4raw-id: //depot/perl@6152
|
|
|
| |
p4raw-id: //depot/perl@6151
|
|
|
| |
p4raw-id: //depot/perl@5973
|
|
|
| |
p4raw-id: //depot/perl@5931
|
|
|
| |
p4raw-id: //depot/perl@5540
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 20000223.005]
Message-Id: <20000223160308.1830.qmail@md.media-web.de>
p4raw-id: //depot/cfgperl@5277
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
p4raw-id: //depot/cfgperl@5247
|
|
|
|
|
| |
scope, among other things (from Paul Marquess)
p4raw-id: //depot/perl@5170
|
|
|
| |
p4raw-id: //depot/perl@5167
|
|
|
|
|
| |
<ishisone@sra.co.jp>)
p4raw-id: //depot/perl@5151
|
|
|
|
|
| |
\D (from Rick Delaney <rick@consumercontact.com>)
p4raw-id: //depot/perl@5126
|
|
|
|
|
|
|
|
| |
could think message was random length when passed a null argument;
utilize() didn't set up the hash for the method name leading to
pp_method_named() accessing random state; PL_curpm wasn't zeroed
properly)
p4raw-id: //depot/perl@5072
|
|
|
|
|
| |
years (from Gisle Aas)
p4raw-id: //depot/perl@5009
|
|
|
|
|
| |
perlunicode.pod that reflects changes to unicode support so far
p4raw-id: //depot/perl@4941
|
|
|
| |
p4raw-id: //depot/perl@4770
|
|
|
|
|
| |
Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@4759
|
|
|
| |
p4raw-id: //depot/perl@4693
|
|
|
|
|
|
|
|
| |
in it (see change#4622)
p4raw-link: @4622 on //depot/perl: 34baa6c30415f54e9b8c2e622de1e229cf36d781
p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8
p4raw-id: //depot/perl@4669
|
|
|
| |
p4raw-id: //depot/perl@4665
|
|
|
|
|
| |
p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c
p4raw-id: //depot/perl@4617
|
|
|
| |
p4raw-id: //depot/perl@4608
|
|
|
| |
p4raw-id: //depot/cfgperl@4594
|
|
|
| |
p4raw-id: //depot/cfgperl@4586
|
|
|
|
|
| |
Ilya's patch that won't apply cleanly anymore.
p4raw-id: //depot/cfgperl@4577
|
|
|
| |
p4raw-id: //depot/cfgperl@4576
|
|
|
| |
p4raw-id: //depot/cfgperl@4525
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4513
|
| |
| |
| | |
p4raw-id: //depot/perl@4511
|
|/
|
|
|
|
|
| |
To: lvirden@cas.org (Larry W. Virden)
Cc: perl5-porters@perl.org, lvirden@cas.org
Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4507
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4489
|
| |
| |
| |
| |
| | |
shareable across interpreters)
p4raw-id: //depot/perl@4484
|
|/
|
|
|
| |
add -DUSE_LONG_LONG to ccflags if not already there.
p4raw-id: //depot/cfgperl@4487
|
|
|
|
|
|
| |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4453
|
|
|
|
|
|
| |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4452
|
|
|
| |
p4raw-id: //depot/cfgperl@4429
|
|
|
|
|
|
| |
Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
plus few other warnings in Dumper.xs.
p4raw-id: //depot/cfgperl@4426
|
|
|
|
|
|
| |
compatibility; introduce SAVEDESTRUCTOR_X() that accepts
void(*)(pTHX_ void*)
p4raw-id: //depot/perl@4339
|