| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
use test.pl's tempfile().
p4raw-id: //depot/perl@34182
|
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <484F51EA.6050005@qsl.net>
Date: Tue, 10 Jun 2008 23:17:46 -0500
p4raw-id: //depot/perl@34042
|
|
|
|
|
| |
Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25139
|
|
|
| |
p4raw-id: //depot/perl@23342
|
|
|
|
|
| |
p4raw-link: @22746 on //depot/perl: 8f3c2c0cb1ce993e7d37b84cf6256c76fd3a298a
p4raw-id: //depot/perl@22778
|
|
|
|
|
| |
p4raw-link: @22776 on //depot/perl: e2ab214b14c9284fa9074628aa22936a93dab84f
p4raw-id: //depot/perl@22777
|
|
|
|
|
|
|
|
| |
make minitest passes a -minitest flag to t/TEST
t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
Tests can choose to skip based on this.
(Other tactic is to make loading of Errno by %! happen at run time.)
p4raw-id: //depot/perl@22423
|
|
|
|
|
|
| |
in the few warning/error messages, since
no other 'subsystems' have prefixes.
p4raw-id: //depot/perl@21208
|
|
|
|
|
| |
(e.g. open(F, ":u", "file") worked...)
p4raw-id: //depot/perl@21207
|
|
|
|
|
| |
illegal mode like ">>>" had stopped croaking.
p4raw-id: //depot/perl@21206
|
|
|
|
|
| |
at the PerlIO layer stack.
p4raw-id: //depot/perl@19203
|
|
|
| |
p4raw-id: //depot/perl@19173
|
|
|
|
|
| |
you get when you autovivify filehandles into array/hash elements.
p4raw-id: //depot/perl@19172
|
|
|
|
|
| |
Message-ID: <20021011222858.452.qmail@onion.perl.org>
p4raw-id: //depot/perl@18023
|
|
|
|
|
| |
Fix most tests on MacOS (not yet ext/ or /lib)
p4raw-id: //depot/perl@16257
|
|
|
| |
p4raw-id: //depot/perl@16009
|
|
|
| |
p4raw-id: //depot/perl@16008
|
|
|
| |
p4raw-id: //depot/perl@15498
|
|
|
|
|
| |
need to be moved, since they are perlio-only...
p4raw-id: //depot/perl@15497
|
|
|
| |
p4raw-id: //depot/perl@15496
|
|
|
| |
p4raw-id: //depot/perl@14717
|
|
|
| |
p4raw-id: //depot/perl@14714
|
|
|
|
|
|
|
| |
Message-ID: <20011207034544.GN22648@blackrider>
(plus op/ref tweak)
p4raw-id: //depot/perl@13506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Thu, 6 Dec 2001 15:15:28 -0500
Message-ID: <20011206201528.GF16414@blackrider>
(just the term.t, not the lex.t)
Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
From: Michael G Schwern <schwern@pobox.com>
Date: Thu, 6 Dec 2001 15:22:22 -0500
Message-ID: <20011206202222.GG16414@blackrider>
Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
From: Michael G Schwern <schwern@pobox.com>
Date: Thu, 6 Dec 2001 15:31:58 -0500
Message-ID: <20011206203158.GI16414@blackrider>
Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
From: Michael G Schwern <schwern@pobox.com>
Date: Thu, 6 Dec 2001 17:38:55 -0500
Message-ID: <20011206223855.GC22648@blackrider>
p4raw-id: //depot/perl@13503
|
|
|
|
|
|
| |
1. open($fh,"+<",undef); # add test to t/io/open.t
2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
p4raw-id: //depot/perlio@9318
|
|
|
| |
p4raw-id: //depot/perlio@9300
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
open($fh,"<&",$scalar);
$scalar can be:
- an integer which does "fdopen"
open($fh,"<&",2); # like open($fh,"<&2")
- something that will yield a file handle via sv_2io()
useful for dup'ing anonymous handles.
e.g.:
open(my $fh,"<&",\*STDIN);
open(my $dup,"<&",$fh);
p4raw-id: //depot/perlio@9298
|
|
|
|
|
| |
Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
p4raw-id: //depot/perl@7450
|
|
|
|
|
| |
Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
p4raw-id: //depot/perl@7350
|
|
|
|
|
|
|
|
| |
so that we simply can't pick up stuff from other Perls than
the one we are testing. Pointed out by
Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
p4raw-id: //depot/perl@6874
|
|
|
| |
p4raw-id: //depot/perl@5712
|
|
|
|
|
|
| |
<craig.berry@metamorgs.com>); Glob.pm patch modified to use
$DEFAULT_FLAGS, and iff no flags were supplied
p4raw-id: //depot/perl@5397
|
|
|
|
|
| |
p4raw-link: @4757 on //depot/perl: faecd977681fb50ecb4b9174f76ac49d0d9e21c7
p4raw-id: //depot/perl@4762
|
|
|
|
|
| |
p4raw-link: @3786 on //depot/perl: 6170680bfd1817febf6b13f65734e3e2e6e3f9bf
p4raw-id: //depot/perl@4757
|
|
|
|
|
|
|
|
|
|
| |
allowed in addition to any uninitialized variable, for consistency
with how autovivification works elsewhere; add code to use the
variable name as the name of the handle for simple variables, so
that diagnostics report the handle: "... at - line 1, <$foo> line 10."
p4raw-link: @3326 on //depot/perl: 853846ea710f8feaed8c98b358bdc8967dd522d2
p4raw-id: //depot/perl@4639
|
|
|
| |
p4raw-id: //depot/cfgperl@4598
|
|
|
|
|
|
|
| |
gropes $@ ?)
p4raw-link: @4177 on //depot/cfgperl: 42d382189339e56f3bd13a71933349bc8b7e8b42
p4raw-id: //depot/perl@4189
|
|
|
| |
p4raw-id: //depot/perl@4187
|
|\
| |
| | |
p4raw-id: //depot/vmsperl@4084
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@3890
|
|/
|
| |
p4raw-id: //depot/vmsperl@4024
|
|
|
|
|
|
|
|
|
| |
opcode.pl along with documentation typos (feature still needs
to be described in perlopentut.pod and summarized in
perldelta.pod)
Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
Subject: [PATCH 5.00557] 3-arg open
p4raw-id: //depot/perl@3786
|
|
|
|
|
|
|
|
|
|
| |
needed to open myconfig.SH rather than myconfig; sundry adjustments
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
work under win32; getenv_sv() changed to getenv_len() since SVs
aren't visible in the lower echelons; remove bogus exports from
config.sym; PERL_OBJECT-ness for C++ exception support; null out
IoDIRP in filter_del() or sv_free() will attempt to close it
p4raw-id: //depot/perl@3387
|
|
|
| |
p4raw-id: //depot/perl@3329
|
|
|
|
|
|
|
|
|
|
|
|
| |
Set flag in op.c for "constructor ops"
In pp_rv2gv, if flag is set and arg is PADSV and uninit
vivify as reference to a detached GV.
(Name of GV is the pad name.)
This scheme should "just work" for pipe/socket etc. too.
#if 0 out the open(FH,undef) for now.
Change t/io/open.t to test open(my $fh,...)
p4raw-id: //depot/perl@3326
|
|
Add t/io/open.t with test for above.
p4raw-id: //depot/perl@3315
|