| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/cfgperl@4820
|
|
|
| |
p4raw-id: //depot/cfgperl@4819
|
|
|
| |
p4raw-id: //depot/cfgperl@4808
|
|
|
| |
p4raw-id: //depot/cfgperl@4806
|
|
|
|
|
| |
long long and long double thingies from #4804; regen Configure.
p4raw-id: //depot/cfgperl@4805
|
|
|
|
|
| |
slightly altered)
p4raw-id: //depot/perl@4771
|
|
|
| |
p4raw-id: //depot/cfgperl@4559
|
|
|
|
|
| |
regen Configure.
p4raw-id: //depot/cfgperl@4548
|
|
|
| |
p4raw-id: //depot/cfgperl@4497
|
|
|
| |
p4raw-id: //depot/cfgperl@4495
|
|
|
| |
p4raw-id: //depot/cfgperl@4488
|
|
|
| |
p4raw-id: //depot/cfgperl@4483
|
|
|
| |
p4raw-id: //depot/cfgperl@4480
|
|
|
| |
p4raw-id: //depot/cfgperl@4472
|
|
|
| |
p4raw-id: //depot/cfgperl@4470
|
|
|
| |
p4raw-id: //depot/cfgperl@4467
|
|
|
| |
p4raw-id: //depot/cfgperl@4465
|
|
|
| |
p4raw-id: //depot/cfgperl@4460
|
|
|
| |
p4raw-id: //depot/cfgperl@4459
|
|
|
|
|
| |
e.g. not in Solaris, even when long doubles are.
p4raw-id: //depot/cfgperl@4411
|
|
|
| |
p4raw-id: //depot/cfgperl@4289
|
|
|
| |
p4raw-id: //depot/cfgperl@4284
|
|
|
| |
p4raw-id: //depot/cfgperl@4263
|
|
|
| |
p4raw-id: //depot/cfgperl@4205
|
|
|
|
|
| |
and the Glossary regen'ed.
p4raw-id: //depot/cfgperl@4165
|
|
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
(UNINSTALLED)
Message-Id: <199908031935.PAA27692@cas.org>
Configure regen'ed.
p4raw-id: //depot/cfgperl@3998
|
|
|
| |
p4raw-id: //depot/cfgperl@3863
|
|
|
| |
p4raw-id: //depot/cfgperl@3862
|
|
|
| |
p4raw-id: //depot/cfgperl@3835
|
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 19990728.007] Patch:Configure _58 QNX
Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
plus silence metalint moanings on vendorprefix.
p4raw-id: //depot/cfgperl@3816
|
|
|
| |
p4raw-id: //depot/cfgperl@3737
|
|
|
| |
p4raw-id: //depot/cfgperl@3734
|
|
|
|
|
|
|
|
|
| |
leaked in already with change #3731). The vendor*
stuff is not used anywhere (in *.SH, say), so it
isn't in Configure, either.
p4raw-link: @3731 on //depot/cfgperl: dd4e71fdc0d3da1d09384ab498212866e7d17b94
p4raw-id: //depot/cfgperl@3732
|
|
|
|
|
| |
that addresses the notorious "Additional libraries" question.
p4raw-id: //depot/cfgperl@3597
|
|
|
| |
p4raw-id: //depot/cfgperl@3578
|
|
|
| |
p4raw-id: //depot/cfgperl@3442
|
|
|
|
|
| |
(via private email).
p4raw-id: //depot/cfgperl@3437
|
|
|
|
|
|
| |
To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <19990418175436.A27496@perlsupport.com>
p4raw-id: //depot/cfgperl@3263
|
|
|
| |
p4raw-id: //depot/cfgperl@2996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
not probed for and
To: Chaim Frenkel <chaimf@pobox.com>,
Russ Allbery <rra@stanford.edu>,
Jarkko Hietaniemi <jhi@iki.fi>,
Gurusamy Sarathy <gsar@activestate.com>,
Graham Barr <gbarr@pobox.com>
Cc: bdensch@ameritech.net, perlbug@perl.com
Subject: [PATCH] Re: Solaris 7 for Intel
Message-ID: <19990219124404.A30182@O2.chapin.edu>
Glossary is still missing some terms because
mkglossary is misbehaving (change #2981 updated
Glossary manually)
p4raw-link: @2981 on //depot/maint-5.005/perl: d22539db55f37ba18fdbea18d6a2e74fbf6f6444
p4raw-id: //depot/cfgperl@2982
|
|
|
| |
p4raw-id: //depot/cfgperl@2443
|
|
|
| |
p4raw-id: //depot/cfgperl@2389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all GNU libc platforms have MSG_PROXY. Untrue).
In fact this ended up as a major MSG_* and SCM_*
update. The MSG_XXX known to be enums in some
versions of the glibc are now probed for and respective
HAS_MSG_XXX are defined. While I was at it I noticed
SCM_RIGHTS being similarly an enum. This reminded me of
an ancient discussion in perl5-porters:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
The BSD socket interface has a nifty feature for passing
file descriptors and credentials--via sockets. It may be
too late to add this functionality to the CORE but
at least Configure now probes for the functions,
structs, and includes, defining the appropriate
HAS_YYY and I_ZZZ, and the Socket extension exports
the constants, in case somebody wants to write an
extension for this interface.
p4raw-id: //depot/cfgperl@2285
|
|
|
|
|
| |
(from vos/config.h). Update Porting/{Glossary,config*}.
p4raw-id: //depot/cfgperl@2204
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
p4raw-id: //depot/perl@1500
|
|
|
|
|
|
| |
Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_70] CONFIGPM
p4raw-id: //depot/perl@1362
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
p4raw-id: //depot/perl@1352
|
|
|
| |
p4raw-id: //depot/perl@1316
|
|
|
|
|
|
| |
Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
Subject: [PATCH 5.004_69] Config_69-01
p4raw-id: //depot/perl@1295
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
p4raw-id: //depot/perl@1087
|