| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@5187
|
|
|
|
|
| |
"%vd", "%v#o", "%*vX", etc are allowed
p4raw-id: //depot/perl@5181
|
|
|
|
|
| |
scope, among other things (from Paul Marquess)
p4raw-id: //depot/perl@5170
|
|
|
|
|
|
|
| |
perl_run() longjmping out)
p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929
p4raw-id: //depot/perl@5162
|
|
|
| |
p4raw-id: //depot/perl@5155
|
|
|
| |
p4raw-id: //depot/perl@5139
|
|
|
| |
p4raw-id: //depot/perl@5138
|
|
|
|
|
|
|
| |
introduced XPVMG storage in arenas
p4raw-link: @4198 on //depot/perl: 932e9ff92dfdad82564fe7085f2cb398e628fac3
p4raw-id: //depot/perl@5090
|
|
|
| |
p4raw-id: //depot/perl@5084
|
|
|
| |
p4raw-id: //depot/perl@5079
|
|
|
|
|
| |
destruction since we actually depend on SVs being in arenas there
p4raw-id: //depot/perl@5074
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@5035
|
|
|
| |
p4raw-id: //depot/perl@5017
|
|
|
|
|
|
|
| |
now return bytes all the way to 255, they will be transparently
coerced (in future) to UTF-8 when they are used in operations
involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
p4raw-id: //depot/perl@5013
|
|
|
|
|
| |
years (from Gisle Aas)
p4raw-id: //depot/perl@5009
|
|
|
|
|
| |
fact); add tests for version tuples
p4raw-id: //depot/perl@4998
|
|
|
|
|
| |
p4raw-link: @4970 on //depot/perl: 354992b151c6d0f4f02b9e65e8ba749a959e700d
p4raw-id: //depot/perl@4997
|
|
|
| |
p4raw-id: //depot/perl@4986
|
|
|
|
|
|
|
| |
calls should using widechar APIs; chr and sprintf "%c" also
follow this flag in the absense of "use byte"; "use utf8"
sets $^U=1 (this appears kludgey)
p4raw-id: //depot/perl@4937
|
|
|
|
|
|
|
|
|
| |
whether to use widechar semantics; lexer and RE engine continue
to need "use utf8" to enable unicode awareness in literals
and patterns (TODO: this needs to be fixed); $1 et al are marked
SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
it from the data is probably better)
p4raw-id: //depot/perl@4930
|
|
|
|
|
|
|
| |
Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
flexible for better readability; add missing docs in sv.c; regenerate
perltoc
p4raw-id: //depot/perl@4915
|
|
|
| |
p4raw-id: //depot/perl@4905
|
|
|
|
|
| |
<rmb1@cise.npl.co.uk>); fixes for problems so identified
p4raw-id: //depot/perl@4836
|
|
|
| |
p4raw-id: //depot/perl@4823
|
|
|
|
|
| |
"our" declarations
p4raw-id: //depot/perl@4801
|
|
|
|
|
|
|
|
|
| |
removes all the gross hacks for the special cases in that change; fix
pp_concat() for when TARG == arg (modified version of patch suggested
by Ilya Zakharevich)
p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e
p4raw-id: //depot/perl@4749
|
|
|
|
|
|
| |
to allow ByteLoader to work; the DATA filehandles continue to
be left open in text mode for compatibility
p4raw-id: //depot/perl@4739
|
|
|
| |
p4raw-id: //depot/perl@4734
|
|
|
| |
p4raw-id: //depot/utfperl@4705
|
|
|
| |
p4raw-id: //depot/utfperl@4679
|
|
|
|
|
| |
C<"%ld", long_val>
p4raw-id: //depot/perl@4421
|
|
|
|
|
| |
p4raw-link: @4288 on //depot/cfgperl: 57def98fcb6c98601beaf31e3c48ad681bfdc2a3
p4raw-id: //depot/perl@4304
|
|\
| |
| | |
p4raw-id: //depot/perl@4303
|
| |
| |
| |
| |
| |
| | |
macros to be used when doing formatted printing:
IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
p4raw-id: //depot/cfgperl@4288
|
|/
|
|
|
|
| |
to point at; change places that meant Perl_debug_log rather than
PerlIO_stderr()
p4raw-id: //depot/perl@4302
|
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
Subject: [PATCH 5.005_60] removing extra ref count (compiler)
p4raw-id: //depot/perl@4198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
Cc: perl5-porters@perl.org
Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
Date: Tue, 17 Aug 1999 18:35:45 -0400
Message-ID: <19990817183545.A23073@toldyouso.com>
From: Michael G Schwern <schwern@pobox.com>
To: perl5-porters@perl.org
Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
Date: Wed, 18 Aug 1999 03:53:38 -0400
Message-ID: <19990818035337.A31505@athens.aocn.com>
p4raw-id: //depot/cfgperl@4177
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4140
|
| |
| |
| |
| |
| |
| | |
warnings on "19$yy" etc (reworked a patch suggested by
Ulrich Pfeifer <upf@de.uu.net>)
p4raw-id: //depot/perl@4132
|
| |
| |
| |
| |
| | |
formatted result looks nonstandard
p4raw-id: //depot/perl@4130
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To: gsar@activestate.com
Cc: perl5-porters@perl.org
Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
p4raw-link: @4100 on //depot/cfgperl: 427181846486e3aa5034a647dc1922377185f4c0
p4raw-id: //depot/cfgperl@4136
|
| |
| |
| |
| |
| | |
p4raw-link: @4111 on //depot/cfgperl: eda88b6dbdc5ca6a51d54f58740f0210e618beb7
p4raw-id: //depot/cfgperl@4117
|
|/
|
| |
p4raw-id: //depot/cfgperl@4111
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
-Duse64bits
Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4100
|
|
|
|
|
| |
(in other words, a bare %d is an int/unsigned)
p4raw-id: //depot/cfgperl@4097
|
|
|
|
|
| |
wants to make sv_2pv more 64-bit aware.
p4raw-id: //depot/cfgperl@4074
|
|
|
| |
p4raw-id: //depot/perl@4034
|
|
|
| |
p4raw-id: //depot/cfgperl@3996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- scan for LDBL_DIG
- from DBL_DIG and LDBL_DIG select NV_DIG
- introduce IVSIZE, UVSIZE, NVSIZE
- introduce IV_DIG
- remove stdio64
- AIX uses `oslevel` when others use `uname -r`
- already AIX 4.2 goes 64-bit
- in HP-UX require the 64-bit libc, just the directory isn't enough
- group ids are not NVs
- #undef USE_LONG_DOUBLE if long double is no better than double
- introduce NV_WITHIN_*() and IV_FITS_IN_IV
- mention large file support in perldelta
- introduce quad TOPpin' and POPpin'
- the svcat... buffer was tiny for printing quads in %b
- fix the multiplication test in 64bit.t
- try to make VMS to comply with all this removal and "introducal"
of symbols
p4raw-id: //depot/cfgperl@3995
|