| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(??{CODE}) regex
Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
p4raw-id: //depot/perl@12027
|
|
|
|
|
| |
Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
p4raw-id: //depot/perl@12005
|
|
|
|
|
| |
Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
p4raw-id: //depot/perl@11941
|
|
|
|
|
|
| |
code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
but that is no more the case: PL_reg_match_utf8 is better.
p4raw-id: //depot/perl@11823
|
|
|
|
|
| |
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
|
|
|
|
|
| |
"was the last match target UTF8" into its own variable.
p4raw-id: //depot/perl@11717
|
|
|
|
|
| |
Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11641
|
|
|
|
|
|
|
| |
Message-ID: <20010803113932.A19318@berrange.com>
(the mg_length() fix)
p4raw-id: //depot/perl@11572
|
|
|
| |
p4raw-id: //depot/perl@11551
|
|
|
|
|
|
|
| |
\0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
should be used. Note len, not len + 1.) BSD-fu from Anton
Berezin.
p4raw-id: //depot/perl@11548
|
|
|
|
|
| |
Message-ID: <20010723192949.A14802@math.ohio-state.edu>
p4raw-id: //depot/perl@11462
|
|
|
|
|
|
|
|
| |
Not all of the gripes cleaned up (hairy code in hv.c and
regcomp.c; unused newsp, gimme, and optype from cop.h macros;
unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
to the IRIX hints)
p4raw-id: //depot/perl@11051
|
|
|
| |
p4raw-id: //depot/perl@11038
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
p4raw-id: //depot/perl@11021
|
|
|
|
|
| |
Message-ID: <20010625050235.A24046@math.ohio-state.edu>
p4raw-id: //depot/perl@10917
|
|
|
|
|
| |
and Tru64 gcc -Wall happy.
p4raw-id: //depot/perl@10840
|
|
|
|
|
|
| |
strange SEGVs in 64bit x86 FreeBSD observed by
Nicholas Clark.
p4raw-id: //depot/perl@10798
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
p4raw-id: //depot/perl@10780
|
|
|
|
|
| |
Message-ID: <20010612173555.A32426@lustre.linux.in>
p4raw-id: //depot/perl@10531
|
|
|
|
|
| |
Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
p4raw-id: //depot/perl@10425
|
|
|
|
|
|
|
|
|
|
| |
picked up by gcc -Wall (in Tru64 where pointers are 64 bits
wide but I32 (int) only 32 bits wide).
WARNING: the classnum and tagnum changes in Storable.xs
may not be wise, they may be breaking binary compatibility
(in 64-bit platforms), asked Raphael Manfredi about the changes.
p4raw-id: //depot/perl@10417
|
|
|
|
|
|
| |
patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
to match the pragma name; various robustness cleanups.
p4raw-id: //depot/perl@10339
|
|
|
| |
p4raw-id: //depot/perl@10335
|
|
|
|
|
| |
Message-ID: <3B0DBFE9.A7C49084@rowman.com>
p4raw-id: //depot/perl@10214
|
|
|
|
|
| |
Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
p4raw-id: //depot/perl@10194
|
|
|
|
|
| |
Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@10168
|
|
|
|
|
|
|
|
|
|
| |
PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
bug ID 20010514.027)
p4raw-link: @10100 on //depot/maint-5.6/perl: 5244397c028305e17ca4ad7e80cf900323dbeb8b
p4raw-id: //depot/perl@10103
p4raw-integrated: from //depot/maint-5.6/perl@10102 'merge in' mg.c
(@9288..) pp_ctl.c (@9584..)
|
|
|
| |
p4raw-id: //depot/perl@9193
|
|
|
|
|
| |
Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
p4raw-id: //depot/perl@9084
|
|
|
|
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
plus the suggestion by Nick Ing-Simmons to name the macro
as PERL_MG_UFUNC to avoid namespace pollution, plus add
the advice by Doug for XS writers to perl.h
p4raw-id: //depot/perl@8774
|
|
|
| |
p4raw-id: //depot/perl@8622
|
|
|
|
|
|
|
|
| |
gv.c tweaked to zero PL_sig_pend array
perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
util.c tweaked to not set SA_RESTART to give perlio.c a chance.
Odd thing is that it "works" with PERLIO=stdio as well (linux).
p4raw-id: //depot/perlio@8467
|
|
|
|
|
|
| |
Provides all the "cost" but no benefit yet - it is to allow cost
to be measured, and implementation experiments (just in mg.c?).
p4raw-id: //depot/perlio@8457
|
|
|
| |
p4raw-id: //depot/perl@8443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The substr lval was still not okay.
- Now pp_stringify and sv_setsv copies source's UTF8 flag
even if IN_BYTE. pp_stringify is called from fold_constants
at optimization phase and "\x{100}" was made SvUTF8_off under
use bytes (the bytes pragma is for "byte semantics" and not
for "do not produce UTF8 data")
- New `qu' operator to generate UTF8 string explicitly.
Though I agree with the policy "0x00-0xff always produce bytes",
sometimes want to such a string to be coded in UTF8.
I can use pack"U0a*" but it requires more typing and has
runtime overhead.
- Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
string is not UTF8_on and has char 0x80-0xff.
TODO: document and test qu.
p4raw-id: //depot/perl@8439
|
|
|
|
|
| |
Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
p4raw-id: //depot/perl@8425
|
|
|
| |
p4raw-id: //depot/perl@8421
|
|
|
| |
p4raw-id: //depot/perlio@8408
|
|
|
|
|
|
|
|
| |
This make Linux work _without_ sigsetjmp().
Turn off sigsetjmp() to see what else it does.
May need Configure probe for sigprocmask() if anything has sigaction()
but not sigprocmask().
p4raw-id: //depot/perlio@8407
|
|
|
| |
p4raw-id: //depot/perl@8405
|
|
|
|
|
| |
(Highlighted by Ilya's DESTROY optimization.)
p4raw-id: //depot/perlio@8371
|
|
|
|
|
|
|
| |
Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
Use environ only if we have it.
p4raw-id: //depot/perl@8365
|
|
|
| |
p4raw-id: //depot/perl@8289
|
|
|
|
|
|
|
|
| |
Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
Just the patch part for now, and the pragma renamed
as unicode::distinct.
p4raw-id: //depot/perl@8267
|
|
|
|
|
| |
Message-ID: <20001224040949.B3090@darkstar>
p4raw-id: //depot/perl@8236
|
|
|
| |
p4raw-id: //depot/perl@8154
|
|
|
|
|
|
|
| |
Fixes at least the bugs 20001028.003 (both of them...) and
20001108.001. The bugs 20001114.001 and 20001205.014 seem
also to be fixed by now, probably already before this patch.
p4raw-id: //depot/perl@8143
|
|
|
|
|
|
| |
- Store $\ and $, as SVs so they can have SvUTF8 flag
- use do_print() rather than raw PerlIO_write() to print them.
p4raw-id: //depot/perlio@8049
|
|
|
| |
p4raw-id: //depot/perl@7984
|