| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@26449
|
|
|
|
|
|
| |
Fix a bug (it turns out that a typeglob isn't SvOK())
Remove stray debugging code.
p4raw-id: //depot/perl@26448
|
|
|
|
|
| |
Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26447
|
|
|
|
|
|
|
| |
as proxy constant subroutines in a new symbol table where possible.
(Rather than converting them to full blown constant subroutines and
instantiating 2 typeglobs)
p4raw-id: //depot/perl@26446
|
|
|
| |
p4raw-id: //depot/perl@26445
|
|
|
| |
p4raw-id: //depot/perl@26444
|
|
|
|
|
| |
Fix indentation of code examples in perlsyn.
p4raw-id: //depot/perl@26443
|
|
|
|
|
| |
Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26442
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
p4raw-id: //depot/perl@26441
|
|
|
|
|
|
| |
additional tests for Net::Domain. Also, since it is tested, remove
test case from lib/1_compile.t. One step closer to $500.
p4raw-id: //depot/perl@26440
|
|
|
| |
p4raw-id: //depot/perl@26439
|
|
|
|
|
|
| |
for some cases. Although it seems that only pp_sort pays any attention
to it, of all the code on CPAN.
p4raw-id: //depot/perl@26438
|
|
|
| |
p4raw-id: //depot/perl@26437
|
|
|
|
|
| |
hints to compilers about likey/unlikely branches.
p4raw-id: //depot/perl@26436
|
|
|
| |
p4raw-id: //depot/perl@26435
|
|
|
|
|
| |
so it is a bitmap of flag bits rather than simple TRUE/FALSE.
p4raw-id: //depot/perl@26434
|
|
|
| |
p4raw-id: //depot/perl@26433
|
|
|
|
|
| |
Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26432
|
|
|
|
|
|
| |
based on copying part of change #22196 from do_chomp() to do_chop().
p4raw-link: @22196 on //depot/perl: a6aa349da2cd706a05b205fa788c278b74c24bdc
p4raw-id: //depot/perl@26431
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <046001c605c7$69470290$d563a8c0@candy>
p4raw-id: //depot/perl@26430
|
|
|
|
|
| |
descriptive comment to include them.
p4raw-id: //depot/perl@26429
|
|
|
| |
p4raw-id: //depot/perl@26428
|
|
|
|
|
|
|
|
| |
proxies into full blown PVGVs with PVCVs, and recognise them and inline
their values. Adds a new function gv_const_sv(gv) to return the value
of the constant subroutine from a GV, and adds a cv parameter to
S_intuit_method.
p4raw-id: //depot/perl@26427
|
|
|
|
|
| |
64bit is far beyond experimental by now
p4raw-id: //depot/perl@26426
|
|
|
|
|
|
|
| |
addition of new typeglobs, and also disables initialisation of any
typeglob placeholders. Needed to make the new constant subroutine
proxy references work efficiently.
p4raw-id: //depot/perl@26425
|
|
|
| |
p4raw-id: //depot/perl@26424
|
|
|
|
|
|
|
| |
cope if either aren't their regular types.
cv_const_sv should verify the type of SV passed, instead of assuming
that it's a viable CV.
p4raw-id: //depot/perl@26423
|
|
|
|
|
|
|
| |
of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
Globs are actually first class assignable objects, so test that you
can create a constant subroutine that returns one.
p4raw-id: //depot/perl@26422
|
|
|
| |
p4raw-id: //depot/perl@26421
|
|
|
|
|
| |
Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
p4raw-id: //depot/perl@26420
|
|
|
|
|
|
| |
files are normally not generated.
The -a option is now needed for it to run all tests.
p4raw-id: //depot/perl@26419
|
|
|
|
|
| |
Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26418
|
|
|
| |
p4raw-id: //depot/perl@26417
|
|
|
| |
p4raw-id: //depot/perl@26416
|
|
|
|
|
| |
than a simple boolean, so passing FALSE or TRUE is bogus.
p4raw-id: //depot/perl@26415
|
|
|
|
|
| |
the block labelled keylookup.
p4raw-id: //depot/perl@26414
|
|
|
|
|
| |
Message-ID: <20051219114112.GA5568@efn.org>
p4raw-id: //depot/perl@26413
|
|
|
|
|
| |
which it is used.
p4raw-id: //depot/perl@26412
|
|
|
|
|
| |
keyword parser of Perl_yylex.
p4raw-id: //depot/perl@26411
|
|
|
|
|
|
| |
make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
attached to it stays attached.
p4raw-id: //depot/perl@26410
|
|
|
|
|
| |
meaning a constant subroutine with that thing as it value
p4raw-id: //depot/perl@26409
|
|
|
| |
p4raw-id: //depot/perl@26408
|
|
|
|
|
| |
Add empty lines after =items.
p4raw-id: //depot/perl@26407
|
|
|
| |
p4raw-id: //depot/perl@26406
|
|
|
| |
p4raw-id: //depot/perl@26405
|
|
|
|
|
| |
constant in inlineable constant subroutines.
p4raw-id: //depot/perl@26404
|
|
|
| |
p4raw-id: //depot/perl@26403
|
|
|
|
|
| |
Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26402
|
|
|
| |
p4raw-id: //depot/perl@26401
|
|
|
|
|
| |
Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26400
|