| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/cfgperl@3824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) write() and syswrite() will now accept a single-argument
form of the call, for consistency with Perl's syswrite().
2) You can create a TCP-based IO::Socket::INET without forcing
a connect attempt. This allows you to configure its options
(like making it non-blocking) and then call connect() manually.
3) Fixed a bug that prevented the IO::Socket::protocol() accessor
from ever returning the correct value.
To: Graham Barr <gbarr@pobox.com>
Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
Subject: Re: patch for IO::*
Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
p4raw-id: //depot/cfgperl@3820
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@3799
|
| |
| |
| | |
p4raw-id: //depot/perl@3797
|
| |
| |
| |
| |
| | |
Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3794
|
| |
| |
| |
| |
| | |
alexander smishlajev <als@turnhere.com>)
p4raw-id: //depot/perl@3791
|
| |
| |
| |
| |
| | |
to call Perl_malloc() as malloc() (from Ilya Zakharevich)
p4raw-id: //depot/perl@3790
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@3789
|
| |
| |
| |
| |
| | |
Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
p4raw-id: //depot/perl@3787
|
| |
| |
| |
| |
| | |
p4raw-link: @3762 on //depot/perl: edcf81c065c289db870eda66eec01bdab2c57a10
p4raw-id: //depot/perl@3784
|
| |
| |
| | |
p4raw-id: //depot/perl@3774
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@3773
|
|/
|
| |
p4raw-id: //depot/cfgperl@3770
|
|
|
|
|
|
| |
Message-ID: <19990722134336.Q391@perlsupport.com>
Subject: [PATCH] OP_METHOD_NAMED
p4raw-id: //depot/perl@3768
|
|
|
| |
p4raw-id: //depot/perl@3762
|
|
|
|
|
|
|
| |
add B::OP::name() method that returns just the op_name;
convert Deparse et all to use that instead of B::OP::ppaddr();
add support for OP_SETSTATE in Deparse
p4raw-id: //depot/perl@3761
|
|
|
|
|
| |
(%! has the necessary magic); misc typos
p4raw-id: //depot/perl@3754
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@3742
|
| |
| |
| |
| |
| |
| |
| |
| | |
optimized blocks with a single statement; changed setcop to
setstate and added code for -Dx dumps
Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
Subject: [PATCH 5.005_57] Line number error in optimised else()
p4raw-id: //depot/perl@3728
|
| |
| |
| | |
p4raw-id: //depot/perl@3712
|
| |
| |
| |
| |
| |
| |
| |
| | |
directory possible. These should get us as far
as miniperl, then building DynaLoader falls into
tiny twinkling pieces as MakeMaker knows nothing
of VPATH mindset.
p4raw-id: //depot/cfgperl@3735
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the name of the environment variable holding the
dynamic library search path, often LD_LIBRARY_PATH.
Use this new feature all over.
Also removed remnants of admonition "add LD_LIBRARY_PATH
before running make" because Makefile.SH does this for you.
p4raw-id: //depot/cfgperl@3725
|
|/
|
|
|
|
|
|
|
|
| |
messages are more portable (another way
would be to muck around with LC_MESSAGES).
Problem reported in
To: perl5-porters@perl.org
Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
Message-Id: <9907192239.AA44990@pcr8.pcr.com>
p4raw-id: //depot/cfgperl@3716
|
|
|
| |
p4raw-id: //depot/perl@3710
|
|
|
| |
p4raw-id: //depot/perl@3709
|
|
|
| |
p4raw-id: //depot/perl@3708
|
|
|
| |
p4raw-id: //depot/perl@3707
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@3698
|
| |
| |
| | |
p4raw-id: //depot/perl@3688
|
| |
| |
| |
| |
| | |
(suggested by Vishal Bhatia <vishalb@my-deja.com>)
p4raw-id: //depot/perl@3687
|
|/
|
|
|
|
|
|
|
|
|
| |
Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
Hijacked win32/makedef.pl for more general purpose export
list building, now it is used (as toplevel makedef.pl)
for win32 and AIX (perl_exp.SH made unnecessary).
Because the export lists are now correct in AIX, no more linker
warnings about "Exported symbol not defined" should appear.
p4raw-id: //depot/cfgperl@3673
|
|
|
| |
p4raw-id: //depot/perl@3669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
builds; passing the implicit context is unified among the three
flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
flavors (see the top of perl.h) for testing; all varargs functions
foo() have a va_list-taking variant vfoo() for generating the
context-free versions; the PERL_OBJECT build should now be
hyper-compatible with CPAN extensions (C++ is totally out of
the picture)
result has only been tested on Windows
TODO: write docs on the THX rationale and idiomatic usage of
the Perl API
p4raw-id: //depot/perl@3667
|
|
|
| |
p4raw-id: //depot/perl@3660
|
|\
| |
| | |
p4raw-id: //depot/perl@3656
|
| |\
| | |
| | |
| | |
| | | |
resolved manually.
p4raw-id: //depot/cfgperl@3648
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/cfgperl@3638
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/cfgperl@3618
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/cfgperl@3614
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/cfgperl@3609
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
<pvhp@forte.com>
p4raw-id: //depot/perl@3655
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
p4raw-link: @1889 on //depot/perl: 5ff3f7a4e03a6b103d9e628865398e498e9a7968
p4raw-id: //depot/perl@3654
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
Subject: [PATCH _57, long] B::Deparse 0.58
p4raw-id: //depot/perl@3653
|
| | | |
| | | |
| | | |
| | | |
| | | | |
by cj10@cam.ac.uk
p4raw-id: //depot/perl@3646
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@3645
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
p4raw-id: //depot/perl@3644
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
p4raw-id: //depot/perl@3642
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
p4raw-id: //depot/perl@3641
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
due to leaked scalar, investigation pending)
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
p4raw-id: //depot/perl@3640
|
| |_|/
|/| |
| | |
| | |
| | | |
Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@3637
|